Uses of Class
twitter4j.PagableResponseList

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.
 

Methods in twitter4j with parameters of type PagableResponseList
 void TwitterListener.gotFollowersStatuses(PagableResponseList<User> users)
           
 void TwitterAdapter.gotFollowersStatuses(PagableResponseList<User> users)
           
 void TwitterListener.gotFriendsStatuses(PagableResponseList<User> users)
           
 void TwitterAdapter.gotFriendsStatuses(PagableResponseList<User> users)
           
 void TwitterListener.gotUserListMembers(PagableResponseList<User> users)
           
 void TwitterAdapter.gotUserListMembers(PagableResponseList<User> users)
           
 void TwitterListener.gotUserListMemberships(PagableResponseList<UserList> userLists)
           
 void TwitterAdapter.gotUserListMemberships(PagableResponseList<UserList> userLists)
           
 void TwitterListener.gotUserLists(PagableResponseList<UserList> userLists)
           
 void TwitterAdapter.gotUserLists(PagableResponseList<UserList> userLists)
           
 void TwitterListener.gotUserListSubscribers(PagableResponseList<User> users)
           
 void TwitterAdapter.gotUserListSubscribers(PagableResponseList<User> users)
           
 void TwitterListener.gotUserListSubscriptions(PagableResponseList<UserList> userLists)
           
 void TwitterAdapter.gotUserListSubscriptions(PagableResponseList<UserList> userLists)
           
 

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.
 



Copyright © 2010. All Rights Reserved.