Generated by
JDiff

Interface twitter4j.api.TimelineMethodsAsync

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