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)
           
 

Methods in twitter4j with parameters of type Paging
 ResponseList<DirectMessage> Twitter.getDirectMessages(Paging paging)
          Returns a list of the direct messages sent to the authenticating user.
 void AsyncTwitter.getDirectMessages(Paging paging)
          Returns a list of the direct messages sent to the authenticating user.
 ResponseList<Status> Twitter.getFriendsTimeline(Paging paging)
          Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
 void AsyncTwitter.getFriendsTimeline(Paging paging)
          Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
 ResponseList<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.getHomeTimeline(Paging paging)
          Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
 ResponseList<Status> Twitter.getMentions(Paging paging)
          Returns the 20 most recent mentions (status containing @username) for the authenticating user.
 void AsyncTwitter.getMentions(Paging paging)
          Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
 ResponseList<User> Twitter.getRetweetedBy(long statusId, Paging paging)
          Show user objects of up to 100 members who retweeted the status.
 void AsyncTwitter.getRetweetedBy(long statusId, Paging paging)
          Show user objects of up to 100 members who retweeted the status.
 IDs Twitter.getRetweetedByIDs(long statusId, Paging paging)
          Show user ids of up to 100 users who retweeted the status.
 void AsyncTwitter.getRetweetedByIDs(long statusId, Paging paging)
          Show user ids of up to 100 users who retweeted the status.
 ResponseList<Status> Twitter.getRetweetedByMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user.
 void AsyncTwitter.getRetweetedByMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user.
 ResponseList<Status> Twitter.getRetweetedByUser(int userId, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 void AsyncTwitter.getRetweetedByUser(int userId, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 ResponseList<Status> Twitter.getRetweetedByUser(java.lang.String screenName, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 void AsyncTwitter.getRetweetedByUser(java.lang.String screenName, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 ResponseList<Status> Twitter.getRetweetedToMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user's friends.
 void AsyncTwitter.getRetweetedToMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user's friends.
 ResponseList<Status> Twitter.getRetweetedToUser(int userId, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 void AsyncTwitter.getRetweetedToUser(int userId, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 ResponseList<Status> Twitter.getRetweetedToUser(java.lang.String screenName, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 void AsyncTwitter.getRetweetedToUser(java.lang.String screenName, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 ResponseList<Status> Twitter.getRetweetsOfMe(Paging paging)
          Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
 void AsyncTwitter.getRetweetsOfMe(Paging paging)
          Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
 ResponseList<DirectMessage> Twitter.getSentDirectMessages(Paging paging)
          Returns a list of the direct messages sent by the authenticating user.
 void AsyncTwitter.getSentDirectMessages(Paging paging)
          Returns a list of the direct messages sent by the authenticating user.
 ResponseList<Status> Twitter.getUserListStatuses(java.lang.String listOwnerScreenName, int id, Paging paging)
          Show tweet timeline for members of the specified list.
 void AsyncTwitter.getUserListStatuses(java.lang.String listOwnerScreenName, int id, Paging paging)
          Show tweet timeline for members of the specified list.
 ResponseList<Status> Twitter.getUserTimeline(int userId, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 void AsyncTwitter.getUserTimeline(int userId, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 ResponseList<Status> Twitter.getUserTimeline(Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 void AsyncTwitter.getUserTimeline(Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 ResponseList<Status> Twitter.getUserTimeline(java.lang.String screenName, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 void AsyncTwitter.getUserTimeline(java.lang.String screenName, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 

Uses of Paging in twitter4j.api
 

Methods in twitter4j.api with parameters of type Paging
 void DirectMessageMethodsAsync.getDirectMessages(Paging paging)
          Returns a list of the direct messages sent to the authenticating user.
 ResponseList<DirectMessage> DirectMessageMethods.getDirectMessages(Paging paging)
          Returns a list of the direct messages sent to the authenticating user.
 void TimelineMethodsAsync.getFriendsTimeline(Paging paging)
          Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
 ResponseList<Status> TimelineMethods.getFriendsTimeline(Paging paging)
          Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
 void TimelineMethodsAsync.getHomeTimeline(Paging paging)
          Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
 ResponseList<Status> TimelineMethods.getHomeTimeline(Paging paging)
          Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
 void TimelineMethodsAsync.getMentions(Paging paging)
          Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
 ResponseList<Status> TimelineMethods.getMentions(Paging paging)
          Returns the 20 most recent mentions (status containing @username) for the authenticating user.
 void StatusMethodsAsync.getRetweetedBy(long statusId, Paging paging)
          Deprecated. use StatusMethods.getRetweetedBy(long) instead.
 ResponseList<User> StatusMethods.getRetweetedBy(long statusId, Paging paging)
          Deprecated. use StatusMethods.getRetweetedBy(long) instead.
 void StatusMethodsAsync.getRetweetedByIDs(long statusId, Paging paging)
          Deprecated. use StatusMethodsAsync.getRetweetedByIDs(long) instead.
 IDs StatusMethods.getRetweetedByIDs(long statusId, Paging paging)
          Deprecated. use StatusMethods.getRetweetedByIDs(long) instead.
 void TimelineMethodsAsync.getRetweetedByMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user.
 ResponseList<Status> TimelineMethods.getRetweetedByMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user.
 void TimelineMethodsAsync.getRetweetedByUser(int userId, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 ResponseList<Status> TimelineMethods.getRetweetedByUser(int userId, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 void TimelineMethodsAsync.getRetweetedByUser(java.lang.String screenName, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 ResponseList<Status> TimelineMethods.getRetweetedByUser(java.lang.String screenName, Paging paging)
          Returns the 20 most recent retweets posted by the specified user.
 void TimelineMethodsAsync.getRetweetedToMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user's friends.
 ResponseList<Status> TimelineMethods.getRetweetedToMe(Paging paging)
          Returns the 20 most recent retweets posted by the authenticating user's friends.
 void TimelineMethodsAsync.getRetweetedToUser(int userId, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 ResponseList<Status> TimelineMethods.getRetweetedToUser(int userId, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 void TimelineMethodsAsync.getRetweetedToUser(java.lang.String screenName, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 ResponseList<Status> TimelineMethods.getRetweetedToUser(java.lang.String screenName, Paging paging)
          Returns the 20 most recent retweets posted by users the specified user follows.
 void TimelineMethodsAsync.getRetweetsOfMe(Paging paging)
          Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
 ResponseList<Status> TimelineMethods.getRetweetsOfMe(Paging paging)
          Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
 void DirectMessageMethodsAsync.getSentDirectMessages(Paging paging)
          Returns a list of the direct messages sent by the authenticating user.
 ResponseList<DirectMessage> DirectMessageMethods.getSentDirectMessages(Paging paging)
          Returns a list of the direct messages sent by the authenticating user.
 void ListMethodsAsync.getUserListStatuses(java.lang.String listOwnerScreenName, int id, Paging paging)
          Show tweet timeline for members of the specified list.
 ResponseList<Status> ListMethods.getUserListStatuses(java.lang.String listOwnerScreenName, int id, Paging paging)
          Show tweet timeline for members of the specified list.
 void TimelineMethodsAsync.getUserTimeline(int userId, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 ResponseList<Status> TimelineMethods.getUserTimeline(int userId, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 void TimelineMethodsAsync.getUserTimeline(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.
 void TimelineMethodsAsync.getUserTimeline(java.lang.String screenName, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 ResponseList<Status> TimelineMethods.getUserTimeline(java.lang.String screenName, Paging paging)
          Returns the 20 most recent statuses posted from the authenticating user.
 



Copyright © 2011. All Rights Reserved.