Modifier and Type | Method and Description |
---|---|
Tweet |
Twitter.show(StatusesShowRequest parameters) |
Tweet |
Statuses.show(StatusesShowRequest parameters)
Returns a single Tweet, specified by the id parameter.
|
Modifier and Type | Method and Description |
---|---|
List<Tweet> |
ThirtyDaySearchResponse.getResults()
The results.
|
List<Tweet> |
SevenDaySearchResponse.getStatuses() |
List<Tweet> |
Twitter.homeTimeline(StatusesHomeTimelineRequest parameters) |
List<Tweet> |
Statuses.homeTimeline(StatusesHomeTimelineRequest parameters)
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
|
List<Tweet> |
Favorites.list(FavoritesListRequest parameters)
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
|
List<Tweet> |
Twitter.list(FavoritesListRequest parameters) |
List<Tweet> |
Twitter.lookup(StatusesLookupRequest parameters) |
List<Tweet> |
Statuses.lookup(StatusesLookupRequest parameters)
Returns fully-hydrated Tweet objects for up to 100 Tweets per request, as specified by comma-separated values passed to the id parameter.
|
List<Tweet> |
Twitter.mentionsTimeline(StatusesMentionsTimelineRequest parameters) |
List<Tweet> |
Statuses.mentionsTimeline(StatusesMentionsTimelineRequest parameters)
Returns the 20 most recent mentions (Tweets containing a users’s @screen_name) for the authenticating user.
|
List<Tweet> |
Twitter.retweets(RetweetsRequest parameters) |
List<Tweet> |
Statuses.retweets(RetweetsRequest parameters)
Returns a collection of the 100 most recent retweets of the Tweet specified by the id parameter.
|
List<Tweet> |
Twitter.userTimeline(StatusesUserTimelineRequest parameters) |
List<Tweet> |
Statuses.userTimeline(StatusesUserTimelineRequest parameters)
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ThirtyDaySearchResponse.setResults(List<Tweet> results)
The results.
|
void |
SevenDaySearchResponse.setStatuses(List<Tweet> statuses) |
ThirtyDaySearchResponse |
ThirtyDaySearchResponse.withResults(List<Tweet> results) |
SevenDaySearchResponse |
SevenDaySearchResponse.withStatuses(List<Tweet> statuses) |
Modifier and Type | Method and Description |
---|---|
Tweet |
TwitterJsonTweetActivityConverter.fromActivity(Activity deserialized) |
Modifier and Type | Method and Description |
---|---|
List<Tweet> |
TwitterJsonTweetActivityConverter.fromActivityList(List<Activity> list) |
Modifier and Type | Method and Description |
---|---|
ActivityObject |
TwitterJsonDeleteActivityConverter.buildTarget(Tweet tweet) |
List<Activity> |
TwitterJsonTweetActivityConverter.toActivityList(Tweet tweet) |
Modifier and Type | Method and Description |
---|---|
List<Activity> |
TwitterJsonTweetActivityConverter.toActivityList(List<Tweet> serializedList) |
Modifier and Type | Method and Description |
---|---|
static void |
TwitterActivityUtil.addLocationExtension(Activity activity,
Tweet tweet)
Adds the location extension and populates with teh twitter data.
|
static void |
TwitterActivityUtil.addTwitterExtensions(Activity activity,
Tweet tweet)
Takes various parameters from the twitter object that are currently not part of the
activity schema and stores them in a generic extensions attribute.
|
static ActivityObject |
TwitterActivityUtil.buildActivityObject(Tweet tweet)
Creates an
ActivityObject for the tweet. |
static ActivityObject |
TwitterActivityUtil.buildActor(Tweet tweet)
Builds the activity
ActivityObject actor from the tweet. |
static ActivityObject |
TwitterActivityUtil.buildTarget(Tweet tweet)
Builds the
TargetObject from the tweet. |
static List<String> |
TwitterActivityUtil.getLinks(Tweet tweet)
Gets the links from the Twitter event
|
static void |
TwitterActivityUtil.updateActivity(Tweet tweet,
Activity activity)
Updates the given Activity object with the values from the Tweet.
|
static void |
TwitterActivityUtil.updateActivityContent(Activity activity,
Tweet tweet,
String verb)
Updates the content, and associated fields, with those from the given tweet
|
Modifier and Type | Class and Description |
---|---|
class |
Retweet |
Modifier and Type | Method and Description |
---|---|
void |
Tweet.setQuotedStatus(Tweet quotedStatus) |
void |
Retweet.setRetweetedStatus(Tweet retweetedStatus) |
void |
Tweet.setRetweetedStatus(Tweet retweetedStatus) |
void |
User.setStatus(Tweet status) |
Tweet |
Tweet.withQuotedStatus(Tweet quotedStatus) |
Retweet |
Retweet.withRetweetedStatus(Tweet retweetedStatus) |
Tweet |
Tweet.withRetweetedStatus(Tweet retweetedStatus) |
User |
User.withStatus(Tweet status) |
Modifier and Type | Method and Description |
---|---|
protected Tweet |
FetchAndReplaceTwitterProcessor.fetch(Activity doc) |
Modifier and Type | Method and Description |
---|---|
protected void |
FetchAndReplaceTwitterProcessor.replace(Activity doc,
Tweet tweet) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.