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)
          Returns the authenticating user's followers, each with current status inline.
 java.util.List<User> Twitter.getFollowers(java.lang.String id, Paging paging)
          Returns the authenticating user's followers, each with current status inline.
 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)
          Returns the authenticating user's followers, each with current status inline.
 IDs Twitter.getFollowersIDs(int userId, Paging paging)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(Paging paging)
          Returns an array of numeric IDs for every user the specified user is followed by.
 IDs Twitter.getFollowersIDs(java.lang.String screenName, Paging paging)
          Returns an array of numeric IDs for every user the specified user is followed by.
 void AsyncTwitter.getFollowersIDsAsync(int userId, Paging paging, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is followed by.
 void AsyncTwitter.getFollowersIDsAsync(Paging paging, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is followed by.
 void AsyncTwitter.getFollowersIDsAsync(java.lang.String screenName, Paging paging, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is followed by.
 java.util.List<User> Twitter.getFriends(Paging paging)
          Returns the specified user's friends, each with current status inline.
 java.util.List<User> Twitter.getFriends(java.lang.String id, Paging paging)
          Returns the user's friends, each with current status inline.
 void AsyncTwitter.getFriendsAsync(Paging paging, TwitterListener listener)
          Returns the specified user's friends, each with current status inline.
 void AsyncTwitter.getFriendsAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Returns the user's friends, each with current status inline.
 IDs Twitter.getFriendsIDs(int userId, Paging paging)
          Returns an array of numeric IDs for every user the specified user is following.
 IDs Twitter.getFriendsIDs(Paging paging)
          Returns an array of numeric IDs for every user the authenticating user is following.
 IDs Twitter.getFriendsIDs(java.lang.String screenName, Paging paging)
          Returns an array of numeric IDs for every user the specified user is following.
 void AsyncTwitter.getFriendsIDsAsync(int userId, Paging paging, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is following.
 void AsyncTwitter.getFriendsIDsAsync(Paging paging, TwitterListener listener)
          Returns an array of numeric IDs for every user the authenticating user is following.
 void AsyncTwitter.getFriendsIDsAsync(java.lang.String screenName, Paging paging, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is following.
 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)
          Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
 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)
          Returns the 20 most recent statuses posted in the last 24 hours from the specified user id.
 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<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.