Generated by
JDiff

Interface twitter4j.api.TimelineMethods

Added Methods
ResponseList<Status> getRetweetedByUser(int, Paging) Returns the 20 most recent retweets posted by the specified user.
ResponseList<Status> getRetweetedByUser(String, Paging) Returns the 20 most recent retweets posted by the specified user.
ResponseList<Status> getRetweetedToUser(int, Paging) Returns the 20 most recent retweets posted by users the specified user follows.
ResponseList<Status> getRetweetedToUser(String, Paging) Returns the 20 most recent retweets posted by users the specified user follows.
ResponseList<Status> getRetweetsOfMe() Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
ResponseList<Status> getRetweetsOfMe(Paging) Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.