|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagableResponseList | |
---|---|
twitter4j | |
twitter4j.api |
Uses of PagableResponseList in twitter4j |
---|
Methods in twitter4j that return PagableResponseList | |
---|---|
PagableResponseList<User> |
Twitter.getFollowersStatuses()
Returns the authenticating user's followers, each with current status inline. |
PagableResponseList<User> |
Twitter.getFollowersStatuses(int userId)
Returns the specified user's followers, each with current status inline. |
PagableResponseList<User> |
Twitter.getFollowersStatuses(int userId,
long cursor)
Returns the specified user's followers, each with current status inline. |
PagableResponseList<User> |
Twitter.getFollowersStatuses(long cursor)
Returns the authenticating user's followers, each with current status inline. |
PagableResponseList<User> |
Twitter.getFollowersStatuses(java.lang.String screenName)
Returns the specified user's followers, each with current status inline. |
PagableResponseList<User> |
Twitter.getFollowersStatuses(java.lang.String screenName,
long cursor)
Returns the specified user's followers, each with current status inline. |
PagableResponseList<User> |
Twitter.getFriendsStatuses()
Returns the specified user's friends, each with current status inline. |
PagableResponseList<User> |
Twitter.getFriendsStatuses(int userId)
Returns the specified user's friends, each with current status inline. |
PagableResponseList<User> |
Twitter.getFriendsStatuses(int userId,
long cursor)
Returns the specified user's friends, each with current status inline. |
PagableResponseList<User> |
Twitter.getFriendsStatuses(long cursor)
Returns the user's friends, each with current status inline. This method calls http://api.twitter.com/1/statuses/friends |
PagableResponseList<User> |
Twitter.getFriendsStatuses(java.lang.String screenName)
Returns the specified user's friends, each with current status inline. |
PagableResponseList<User> |
Twitter.getFriendsStatuses(java.lang.String screenName,
long cursor)
Returns the specified user's friends, each with current status inline. |
PagableResponseList<User> |
Twitter.getUserListMembers(java.lang.String listOwnerScreenName,
int listId,
long cursor)
Returns the members of the specified list. |
PagableResponseList<UserList> |
Twitter.getUserListMemberships(java.lang.String listOwnerScreenName,
long cursor)
List the lists the specified user has been added to. |
PagableResponseList<UserList> |
Twitter.getUserLists(java.lang.String listOwnerScreenName,
long cursor)
List the lists of the specified user. |
PagableResponseList<User> |
Twitter.getUserListSubscribers(java.lang.String listOwnerScreenName,
int listId,
long cursor)
Returns the subscribers of the specified list. |
PagableResponseList<UserList> |
Twitter.getUserListSubscriptions(java.lang.String listOwnerScreenName,
long cursor)
List the lists the specified user follows. |
Uses of PagableResponseList in twitter4j.api |
---|
Methods in twitter4j.api that return PagableResponseList | |
---|---|
PagableResponseList<User> |
UserMethods.getFollowersStatuses()
Returns the authenticating user's followers, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFollowersStatuses(int userId)
Returns the specified user's followers, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFollowersStatuses(int userId,
long cursor)
Returns the specified user's followers, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFollowersStatuses(long cursor)
Returns the authenticating user's followers, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFollowersStatuses(java.lang.String screenName)
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()
Returns the specified user's friends, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFriendsStatuses(int userId)
Returns the specified user's friends, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFriendsStatuses(int userId,
long cursor)
Returns the specified user's friends, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFriendsStatuses(long cursor)
Returns the user's friends, each with current status inline. This method calls http://api.twitter.com/1/statuses/friends |
PagableResponseList<User> |
UserMethods.getFriendsStatuses(java.lang.String screenName)
Returns the specified user's friends, each with current status inline. |
PagableResponseList<User> |
UserMethods.getFriendsStatuses(java.lang.String screenName,
long cursor)
Returns the specified user's friends, each with current status inline. |
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 listOwnerScreenName,
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 |