|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagableResponseList | |
---|---|
twitter4j.api |
Uses of PagableResponseList in twitter4j.api |
---|
Methods in twitter4j.api that return PagableResponseList | |
---|---|
PagableResponseList<User> |
UserMethods.getFollowersStatuses(long cursor)
Returns the authenticating user's followers, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFollowersStatuses(long userId,
long cursor)
Returns the specified user's followers, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFollowersStatuses(java.lang.String screenName,
long cursor)
Returns the specified user's followers, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFriendsStatuses(long cursor)
Returns a user's friends, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFriendsStatuses(long userId,
long cursor)
Returns a user's friends, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFriendsStatuses(java.lang.String screenName,
long cursor)
Returns a user's friends, each with current status inline. |
PagableResponseList<User> |
ListMembersMethods.getUserListMembers(long listOwnerId,
int listId,
long cursor)
Returns the members of the specified list. |
PagableResponseList<User> |
ListMembersMethods.getUserListMembers(java.lang.String listOwnerScreenName,
int listId,
long cursor)
Returns the members of the specified list. |
PagableResponseList<UserList> |
ListMethods.getUserListMemberships(java.lang.String listMemberScreenName,
long cursor)
List the lists the specified user has been added to. |
PagableResponseList<UserList> |
ListMethods.getUserLists(java.lang.String listOwnerScreenName,
long cursor)
List the lists of the specified user. |
PagableResponseList<User> |
ListSubscribersMethods.getUserListSubscribers(java.lang.String listOwnerScreenName,
int listId,
long cursor)
Returns the subscribers of the specified list. |
PagableResponseList<UserList> |
ListMethods.getUserListSubscriptions(java.lang.String listOwnerScreenName,
long cursor)
List the lists the specified user follows. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |