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> ListMembersMethods.getUserListMembers(int listId, long cursor)
          Returns the members of the specified list.
 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<UserList> ListMethods.getUserListSubscriptions(String listOwnerScreenName, long cursor)
          List the lists the specified user follows.
 



Copyright © 2012. All Rights Reserved.