Example usage for Java twitter4j Status fields, constructors, methods, implement or subclass
The text is from its open source code.
long[] | getContributors() Returns an array of contributors, or null if no contributor is associated with this status. |
Date | getCreatedAt() Return the created_at |
long | getCurrentUserRetweetId() Returns the authenticating user's retweet's id of this tweet, or -1L when the tweet was created before this feature was enabled. |
int | getFavoriteCount() Indicates approximately how many times this Tweet has been "favorited" by Twitter users. |
GeoLocation | getGeoLocation() Returns The location that this tweet refers to if available. |
HashtagEntity[] | getHashtagEntities() Returns an array if hashtag mentioned in the tweet. |
long | getId() Returns the id of the status |
String | getInReplyToScreenName() Returns the in_reply_to_screen_name |
long | getInReplyToStatusId() Returns the in_reply_tostatus_id |
long | getInReplyToUserId() Returns the in_reply_user_id |
String | getLang() Returns the lang of the status text if available. |
MediaEntity[] | getMediaEntities() Returns an array of MediaEntities if medias are available in the tweet. |
Place | getPlace() Returns the place attached to this status |
Status | getQuotedStatus() Returns the Tweet object of the original Tweet that was quoted. |
long | getQuotedStatusId() Returns the Tweet ID of the quoted Tweet |
int | getRetweetCount() Returns the number of times this tweet has been retweeted, or -1 when the tweet was created before this feature was enabled. |
Status | getRetweetedStatus() |
Scopes | getScopes() Returns the targeting scopes applied to a status. |
String | getSource() Returns the source |
SymbolEntity[] | getSymbolEntities() Returns an array of SymbolEntities if medias are available in the tweet. |
String | getText() Returns the text of the status |
URLEntity[] | getURLEntities() Returns an array if URLEntity mentioned in the tweet. |
User | getUser() Return the user associated with the status. This can be null if the instance is from User.getStatus(). |
UserMentionEntity[] | getUserMentionEntities() Returns an array of user mentions in the tweet. |
String[] | getWithheldInCountries() Returns the list of country codes where the tweet is withheld |
boolean | isFavorited() Test if the status is favorited |
boolean | isPossiblySensitive() Returns true if the status contains a link that is identified as sensitive. |
boolean | isRetweet() |
boolean | isRetweeted() Test if the status is retweeted |
boolean | isRetweetedByMe() Returns true if the authenticating user has retweeted this tweet, or false when the tweet was created before this feature was enabled. |
boolean | isTruncated() Test if the status is truncated |