Uses of Class
twitter4j.Paging

Packages that use Paging
twitter4j   
 

Uses of Paging in twitter4j
 

Methods in twitter4j that return Paging
 Paging Paging.count(int count)
           
 Paging Paging.maxId(long maxId)
           
 Paging Paging.sinceId(int sinceId)
           
 Paging Paging.sinceId(long sinceId)
           
 

Methods in twitter4j with parameters of type Paging
protected  Response Twitter.get(java.lang.String url, PostParameter[] params, Paging paging, boolean authenticate)
          Issues an HTTP GET request.
 java.util.List<DirectMessage> Twitter.getDirectMessages(Paging paging)
          Returns a list of the direct messages sent to the authenticating user.
 void AsyncTwitter.getDirectMessagesAsync(Paging paging, TwitterListener listener)
          Returns a list of the direct messages sent to the authenticating user.
 java.util.List<User> Twitter.getFollowers(Paging paging)
          Deprecated. use getFollowersStatuses(paging)
 java.util.List<User> Twitter.getFollowers(java.lang.String id, Paging paging)
          Deprecated. use getFollowersStatuses(id) instead
 void AsyncTwitter.getFollowersAsync(Paging paging, TwitterListener listener)
          Returns the authenticating user's followers, each with current status inline.
 void AsyncTwitter.getFollowersAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Deprecated. use getFollowersStatusesAsync(id, paging, listener) instead
 IDs Twitter.getFollowersIDs(int userId, Paging paging)
          Deprecated. use getFollowersIDs(int userId, long cursor) instead
 IDs Twitter.getFollowersIDs(Paging paging)
          Deprecated. use getFollowersIDs(long cursor) instead
 IDs Twitter.getFollowersIDs(java.lang.String screenName, Paging paging)
          Deprecated. use getFollowersIDs(String screenName, long cursor) instead
 void AsyncTwitter.getFollowersIDsAsync(int userId, Paging paging, TwitterListener listener)
          Deprecated. use getFollowersIDsAsync(int userId, long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFollowersIDsAsync(Paging paging, TwitterListener listener)
          Deprecated. use getFollowersIDsAsync(long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFollowersIDsAsync(java.lang.String screenName, Paging paging, TwitterListener listener)
          Deprecated. use getFollowersIDsAsync(String screenName, long cursor, TwitterListener listener) instead
 java.util.List<User> Twitter.getFollowersStatuses(Paging paging)
          Returns the authenticating user's followers, each with current status inline.
 java.util.List<User> Twitter.getFollowersStatuses(java.lang.String id, Paging paging)
          Returns the authenticating user's followers, each with current status inline.
 void AsyncTwitter.getFollowersStatusesAsync(Paging paging, TwitterListener listener)
          Returns the authenticating user's followers, each with current status inline.
 void AsyncTwitter.getFollowersStatusesAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Returns the authenticating user's followers, each with current status inline.
 java.util.List<User> Twitter.getFriends(Paging paging)
          Deprecated. Use getFriendsStatuses(Paging paging) instead
 java.util.List<User> Twitter.getFriends(java.lang.String id, Paging paging)
          Deprecated. use getFriendsStatuses(id,paging) instead
 void AsyncTwitter.getFriendsAsync(Paging paging, TwitterListener listener)
          Deprecated. use getFriendsStatusesAsync(paging,listener) instead
 void AsyncTwitter.getFriendsAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Deprecated. use getFriendsStatusesAsync(id, paging, listener) instead
 IDs Twitter.getFriendsIDs(int userId, Paging paging)
          Deprecated. use getFriendsIDs(int userId, long cursor) instead
 IDs Twitter.getFriendsIDs(Paging paging)
          Deprecated. use getFriendsIDs(long cursor) instead
 IDs Twitter.getFriendsIDs(java.lang.String screenName, Paging paging)
          Deprecated. use getFriendsIDs(String screenName, long cursor) instead
 void AsyncTwitter.getFriendsIDsAsync(int userId, Paging paging, TwitterListener listener)
          Deprecated. use getFriendsIDsAsync(int userId, long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFriendsIDsAsync(Paging paging, TwitterListener listener)
          Deprecated. use getFriendsIDsAsync(long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFriendsIDsAsync(java.lang.String screenName, Paging paging, TwitterListener listener)
          Deprecated. use getFriendsIDsAsync(String screenName, long cursor, TwitterListener listener) instead
 java.util.List<User> Twitter.getFriendsStatuses(Paging paging)
          Returns the specified user's friends, each with current status inline.
 java.util.List<User> Twitter.getFriendsStatuses(java.lang.String id, Paging paging)
          Returns the user's friends, each with current status inline.
 void AsyncTwitter.getFriendsStatusesAsync(Paging paging, TwitterListener listener)
          Returns the specified user's friends, each with current status inline.
 void AsyncTwitter.getFriendsStatusesAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Returns the user's friends, each with current status inline.
 java.util.List<Status> Twitter.getFriendsTimeline(Paging paging)
          Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
 java.util.List<Status> Twitter.getFriendsTimeline(java.lang.String id, Paging paging)
          Deprecated. The Twitter API does not support this method anymore.
 void AsyncTwitter.getFriendsTimelineAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
 void AsyncTwitter.getFriendsTimelineAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Deprecated. The Twitter API does not support this method anymore.
 java.util.List<Status> Twitter.getHomeTimeline(Paging paging)
          Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
 void AsyncTwitter.getHomeTimelineAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
 java.util.List<Status> Twitter.getMentions(Paging paging)
          Returns the 20 most recent mentions (status containing @username) for the authenticating user.
 void AsyncTwitter.getMentionsAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
 java.util.List<Status> Twitter.getRetweetedByMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user.
 void AsyncTwitter.getRetweetedByMeAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent retweets posted by the authenticating user.
 java.util.List<Status> Twitter.getRetweetedToMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user's friends.
 void AsyncTwitter.getRetweetedToMeAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent retweets posted by the authenticating user's friends.
 java.util.List<Status> Twitter.getRetweetsOfMe(Paging paging)
          Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
 void AsyncTwitter.getRetweetsOfMeAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
 java.util.List<DirectMessage> Twitter.getSentDirectMessages(Paging paging)
          Returns a list of the direct messages sent by the authenticating user.
 void AsyncTwitter.getSentDirectMessagesAsync(Paging paging, TwitterListener listener)
          Returns a list of the direct messages sent by the authenticating user.
 java.util.List<Status> Twitter.getUserTimeline(Paging paging)
          Returns the most recent statuses posted in the last 24 hours from the authenticating user.
 java.util.List<Status> Twitter.getUserTimeline(java.lang.String id, Paging paging)
          Returns the most recent statuses posted in the last 24 hours from the specified userid.
 void AsyncTwitter.getUserTimelineAsync(Paging paging, TwitterListener listener)
          Returns the most recent statuses posted in the last 24 hours from the specified user id.
 void AsyncTwitter.getUserTimelineAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Returns the most recent statuses posted in the last 24 hours from the specified user id.
 



Copyright © 2009. All Rights Reserved.