Uses of Class
twitter4j.Paging

Packages that use Paging
twitter4j   
twitter4j.api   
 

Uses of Paging in twitter4j
 

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

Uses of Paging in twitter4j.api
 

Methods in twitter4j.api with parameters of type Paging
 ResponseList<DirectMessage> DirectMessageMethods.getDirectMessages(Paging paging)
          Returns a list of the direct messages sent to the authenticating user.
 ResponseList<Status> FavoriteMethods.getFavorites(Paging paging)
          Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
 ResponseList<Status> FavoriteMethods.getFavorites(String id, Paging paging)
          Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
 ResponseList<Status> TimelineMethods.getHomeTimeline(Paging paging)
          Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
 ResponseList<Status> TimelineMethods.getMentions(Paging paging)
          Returns the 20 most recent mentions (status containing @username) for the authenticating user.
 ResponseList<User> StatusMethods.getRetweetedBy(long statusId, Paging paging)
          Show user objects of up to 100 members who retweeted the status.
 IDs StatusMethods.getRetweetedByIDs(long statusId, Paging paging)
          Show user ids of up to 100 users who retweeted the status represented by id
This method calls http://api.twitter.com/1/statuses/:id/retweeted_by/ids.format
 ResponseList<Status> TimelineMethods.getRetweetedByMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user.
 ResponseList<Status> TimelineMethods.getRetweetedByUser(long userId, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 ResponseList<Status> TimelineMethods.getRetweetedByUser(String screenName, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 ResponseList<Status> TimelineMethods.getRetweetedToMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user's friends.
 ResponseList<Status> TimelineMethods.getRetweetedToUser(long userId, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 ResponseList<Status> TimelineMethods.getRetweetedToUser(String screenName, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 ResponseList<Status> TimelineMethods.getRetweetsOfMe(Paging paging)
          Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
 ResponseList<DirectMessage> DirectMessageMethods.getSentDirectMessages(Paging paging)
          Returns a list of the direct messages sent by the authenticating user.
 ResponseList<Status> ListMethods.getUserListStatuses(int listId, Paging paging)
          Show tweet timeline for members of the specified list.
 ResponseList<Status> TimelineMethods.getUserTimeline(long userId, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 ResponseList<Status> TimelineMethods.getUserTimeline(Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 ResponseList<Status> TimelineMethods.getUserTimeline(String screenName, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 



Copyright © 2012. All Rights Reserved.