|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserList | |
|---|---|
| twitter4j.api | |
| twitter4j.json | |
| Uses of UserList in twitter4j.api |
|---|
| Methods in twitter4j.api that return UserList | |
|---|---|
UserList |
ListMembersMethods.addUserListMember(int listId,
long userId)
Adds a member to a list. |
UserList |
ListMembersMethods.addUserListMembers(int listId,
long[] userIds)
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. |
UserList |
ListMembersMethods.addUserListMembers(int listId,
String[] screenNames)
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. |
UserList |
ListMethods.createUserList(String listName,
boolean isPublicList,
String description)
Creates a new list for the authenticated user. |
UserList |
ListSubscribersMethods.createUserListSubscription(int listId)
Make the authenticated user follow the specified list. |
UserList |
ListMembersMethods.deleteUserListMember(int listId,
long userId)
Removes the specified member from the list. |
UserList |
ListMethods.destroyUserList(int listId)
Deletes the specified list. |
UserList |
ListSubscribersMethods.destroyUserListSubscription(int listId)
Unsubscribes the authenticated user form the specified list. |
UserList |
ListMethods.showUserList(int listId)
Show the specified list. |
UserList |
ListMethods.updateUserList(int listId,
String newListName,
boolean isPublicList,
String newDescription)
Updates the specified list. |
| Methods in twitter4j.api that return types with arguments of type UserList | |
|---|---|
ResponseList<UserList> |
ListMethods.getAllUserLists(long userId)
Returns all lists the authenticating or specified user subscribes to, including their own. |
ResponseList<UserList> |
ListMethods.getAllUserLists(String screenName)
Returns all lists the authenticating or specified user subscribes to, including their own. |
PagableResponseList<UserList> |
ListMethods.getUserListMemberships(long cursor)
List the lists the authenticating user has been added to. |
PagableResponseList<UserList> |
ListMethods.getUserListMemberships(long listMemberId,
long cursor)
List the lists the specified user has been added to. |
PagableResponseList<UserList> |
ListMethods.getUserListMemberships(long listMemberId,
long cursor,
boolean filterToOwnedLists)
List the lists the specified user has been added to. |
PagableResponseList<UserList> |
ListMethods.getUserListMemberships(String listMemberScreenName,
long cursor)
List the lists the specified user has been added to. |
PagableResponseList<UserList> |
ListMethods.getUserListMemberships(String listMemberScreenName,
long cursor,
boolean filterToOwnedLists)
List the lists the specified user has been added to. |
PagableResponseList<UserList> |
ListMethods.getUserLists(long listOwnerUserId,
long cursor)
List the lists of the specified user. |
PagableResponseList<UserList> |
ListMethods.getUserLists(String listOwnerScreenName,
long cursor)
List the lists of the specified user. |
PagableResponseList<UserList> |
ListMethods.getUserListSubscriptions(String listOwnerScreenName,
long cursor)
List the lists the specified user follows. |
| Uses of UserList in twitter4j.json |
|---|
| Methods in twitter4j.json that return UserList | |
|---|---|
static UserList |
DataObjectFactory.createUserList(String rawJSON)
Constructs a UserList object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||