Uses of Interface
twitter4j.PagableResponseList

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)
          Deprecated. use FriendsFollowersMethods.getFollowersIDs(long) and UserMethods.lookupUsers(long[]) instead
 PagableResponseList<User> UserMethods.getFollowersStatuses(long userId, long cursor)
          Deprecated. use FriendsFollowersMethods.getFollowersIDs(long, long) and UserMethods.lookupUsers(long[]) instead
 PagableResponseList<User> UserMethods.getFollowersStatuses(String screenName, long cursor)
          Deprecated. use FriendsFollowersMethods.getFollowersIDs(String, long) and UserMethods.lookupUsers(long[]) instead
 PagableResponseList<User> UserMethods.getFriendsStatuses(long cursor)
          Deprecated. use FriendsFollowersMethods.getFriendsIDs(long) and UserMethods.lookupUsers(long[]) instead
 PagableResponseList<User> UserMethods.getFriendsStatuses(long userId, long cursor)
          Deprecated. use FriendsFollowersMethods.getFriendsIDs(long, long) and UserMethods.lookupUsers(long[]) instead
 PagableResponseList<User> UserMethods.getFriendsStatuses(String screenName, long cursor)
          Deprecated. use FriendsFollowersMethods.getFriendsIDs(String, long) and UserMethods.lookupUsers(long[]) instead
 PagableResponseList<User> ListMembersMethods.getUserListMembers(int listId, long cursor)
          Returns the members of the specified list.
 PagableResponseList<User> ListMembersMethods.getUserListMembers(long listOwnerId, int listId, long cursor)
          Deprecated. use ListMembersMethods.getUserListMembers(int, long) instead
 PagableResponseList<User> ListMembersMethods.getUserListMembers(String listOwnerScreenName, int listId, long cursor)
          Deprecated. use ListMembersMethods.getUserListMembers(int, long) instead
 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<User> ListSubscribersMethods.getUserListSubscribers(int listId, long cursor)
          Returns the subscribers of the specified list.
 PagableResponseList<User> ListSubscribersMethods.getUserListSubscribers(String listOwnerScreenName, int listId, long cursor)
          Deprecated. use ListSubscribersMethods.getUserListSubscribers(int, long) instead
 PagableResponseList<UserList> ListMethods.getUserListSubscriptions(String listOwnerScreenName, long cursor)
          List the lists the specified user follows.
 



Copyright © 2011. All Rights Reserved.