| Package | Description |
|---|---|
| org.agorava.twitter | |
| org.agorava.twitter.model |
| Modifier and Type | Method and Description |
|---|---|
Tweet |
TwitterTimelineService.getStatus(long tweetId)
Returns a single tweet.
|
Tweet |
TwitterTimelineService.updateStatus(String status)
Updates the user's status.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tweet> |
TwitterTimelineService.getFavorites()
Retrieves the 20 most recent tweets favorited by the authenticated user.
|
List<Tweet> |
TwitterTimelineService.getFavorites(int page,
int pageSize)
Retrieves tweets favorited by the authenticated user.
|
List<Tweet> |
TwitterTimelineService.getHomeTimeline()
Retrieves the 20 most recently posted tweets, including retweets, from the authenticating user's home timeline.
|
List<Tweet> |
TwitterTimelineService.getHomeTimeline(int page,
int pageSize)
Retrieves tweets, including retweets, from the authenticating user's home timeline.
|
List<Tweet> |
TwitterTimelineService.getHomeTimeline(int page,
int pageSize,
long sinceId,
long maxId)
Retrieves tweets, including retweets, from the authenticating user's home timeline.
|
List<Tweet> |
TwitterTimelineService.getMentions()
Retrieve the 20 most recent tweets that mention the authenticated user.
|
List<Tweet> |
TwitterTimelineService.getMentions(int page,
int pageSize)
Retrieve tweets that mention the authenticated user.
|
List<Tweet> |
TwitterTimelineService.getMentions(int page,
int pageSize,
long sinceId,
long maxId)
Retrieve tweets that mention the authenticated user.
|
List<Tweet> |
TwitterTimelineService.getPublicTimeline()
Retrieves the 20 most recently posted tweets from the public timeline.
|
List<Tweet> |
TwitterTimelineService.getRetweetedByMe()
Retrieve the 20 most recent retweets posted by the authenticated user.
|
List<Tweet> |
TwitterTimelineService.getRetweetedByMe(int page,
int pageSize)
Retrieve retweets posted by the authenticated user.
|
List<Tweet> |
TwitterTimelineService.getRetweetedByMe(int page,
int pageSize,
long sinceId,
long maxId)
Retrieve retweets posted by the authenticated user.
|
List<Tweet> |
TwitterTimelineService.getRetweetedByUser(long userId)
Retrieve the 20 most recent retweets posted by the specified user.
|
List<Tweet> |
TwitterTimelineService.getRetweetedByUser(long userId,
int page,
int pageSize)
Retrieve retweets posted by the specified user.
|
List<Tweet> |
TwitterTimelineService.getRetweetedByUser(long userId,
int page,
int pageSize,
long sinceId,
long maxId)
Retrieve retweets posted by the specified user.
|
List<Tweet> |
TwitterTimelineService.getRetweetedByUser(String screenName)
Retrieve the 20 most recent retweets posted by the specified user.
|
List<Tweet> |
TwitterTimelineService.getRetweetedByUser(String screenName,
int page,
int pageSize)
Retrieve retweets posted by the specified user.
|
List<Tweet> |
TwitterTimelineService.getRetweetedByUser(String screenName,
int page,
int pageSize,
long sinceId,
long maxId)
Retrieve retweets posted by the specified user.
|
List<Tweet> |
TwitterTimelineService.getRetweetedToMe()
Retrieve the 20 most recent retweets posted by users the authenticating user follow.
|
List<Tweet> |
TwitterTimelineService.getRetweetedToMe(int page,
int pageSize)
Retrieve retweets posted by users the authenticating user follow.
|
List<Tweet> |
TwitterTimelineService.getRetweetedToMe(int page,
int pageSize,
long sinceId,
long maxId)
Retrieve retweets posted by users the authenticating user follow.
|
List<Tweet> |
TwitterTimelineService.getRetweetedToUser(long userId)
Retrieve the 20 most recent retweets posted by users that the specified user follows.
|
List<Tweet> |
TwitterTimelineService.getRetweetedToUser(long userId,
int page,
int pageSize)
Retrieve retweets posted by users that the specified user follows.
|
List<Tweet> |
TwitterTimelineService.getRetweetedToUser(long userId,
int page,
int pageSize,
long sinceId,
long maxId)
Retrieve retweets posted by users that the specified user follows.
|
List<Tweet> |
TwitterTimelineService.getRetweetedToUser(String screenName)
Retrieve the 20 most recent retweets by users that the specified user follows.
|
List<Tweet> |
TwitterTimelineService.getRetweetedToUser(String screenName,
int page,
int pageSize)
Retrieve retweets by users that the specified user follows.
|
List<Tweet> |
TwitterTimelineService.getRetweetedToUser(String screenName,
int page,
int pageSize,
long sinceId,
long maxId)
Retrieve retweets by users that the specified user follows.
|
List<Tweet> |
TwitterTimelineService.getRetweets(long tweetId)
Retrieves up to 100 retweets of a specific tweet.
|
List<Tweet> |
TwitterTimelineService.getRetweets(long tweetId,
int count)
Retrieves retweets of a specific tweet.
|
List<Tweet> |
TwitterTimelineService.getRetweetsOfMe()
Retrieve the 20 most recent tweets of the authenticated user that have been retweeted by others.
|
List<Tweet> |
TwitterTimelineService.getRetweetsOfMe(int page,
int pageSize)
Retrieve tweets of the authenticated user that have been retweeted by others.
|
List<Tweet> |
TwitterTimelineService.getRetweetsOfMe(int page,
int pageSize,
long sinceId,
long maxId)
Retrieve tweets of the authenticated user that have been retweeted by others.
|
List<Tweet> |
TwitterTimelineService.getUserTimeline()
Retrieves the 20 most recent tweets posted by the authenticating user.
|
List<Tweet> |
TwitterTimelineService.getUserTimeline(int page,
int pageSize)
Retrieves tweets posted by the authenticating user.
|
List<Tweet> |
TwitterTimelineService.getUserTimeline(int page,
int pageSize,
long sinceId,
long maxId)
Retrieves tweets posted by the authenticating user.
|
List<Tweet> |
TwitterTimelineService.getUserTimeline(long userId)
Retrieves the 20 most recent tweets posted by the given user.
|
List<Tweet> |
TwitterTimelineService.getUserTimeline(long userId,
int page,
int pageSize)
Retrieves tweets posted by the given user.
|
List<Tweet> |
TwitterTimelineService.getUserTimeline(long userId,
int page,
int pageSize,
long sinceId,
long maxId)
Retrieves tweets posted by the given user.
|
List<Tweet> |
TwitterTimelineService.getUserTimeline(String screenName)
Retrieves the 20 most recent tweets posted by the given user.
|
List<Tweet> |
TwitterTimelineService.getUserTimeline(String screenName,
int page,
int pageSize)
Retrieves tweets posted by the given user.
|
List<Tweet> |
TwitterTimelineService.getUserTimeline(String screenName,
int page,
int pageSize,
long sinceId,
long maxId)
Retrieves tweets posted by the given user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tweet> |
SearchResults.getTweets()
Returns the list of matching
Tweets |
| Constructor and Description |
|---|
SearchResults(List<Tweet> tweets,
long maxId,
long sinceId) |
SearchResults(List<Tweet> tweets,
long maxId,
long sinceId,
boolean lastPage) |
Copyright © 2013. All Rights Reserved.