Java twitter4j Status fields, constructors, methods, implement or subclass

Example usage for Java twitter4j Status fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for twitter4j Status.

The text is from its open source code.

Implementation

twitter4j.Status has the following implementations.
Click this link to see all its implementation.

Method

long[]getContributors()
Returns an array of contributors, or null if no contributor is associated with this status.
DategetCreatedAt()
Return the created_at
longgetCurrentUserRetweetId()
Returns the authenticating user's retweet's id of this tweet, or -1L when the tweet was created before this feature was enabled.
intgetFavoriteCount()
Indicates approximately how many times this Tweet has been "favorited" by Twitter users.
GeoLocationgetGeoLocation()
Returns The location that this tweet refers to if available.
HashtagEntity[]getHashtagEntities()
Returns an array if hashtag mentioned in the tweet.
longgetId()
Returns the id of the status
StringgetInReplyToScreenName()
Returns the in_reply_to_screen_name
longgetInReplyToStatusId()
Returns the in_reply_tostatus_id
longgetInReplyToUserId()
Returns the in_reply_user_id
StringgetLang()
Returns the lang of the status text if available.
MediaEntity[]getMediaEntities()
Returns an array of MediaEntities if medias are available in the tweet.
PlacegetPlace()
Returns the place attached to this status
StatusgetQuotedStatus()
Returns the Tweet object of the original Tweet that was quoted.
longgetQuotedStatusId()
Returns the Tweet ID of the quoted Tweet
intgetRetweetCount()
Returns the number of times this tweet has been retweeted, or -1 when the tweet was created before this feature was enabled.
StatusgetRetweetedStatus()
ScopesgetScopes()
Returns the targeting scopes applied to a status.
StringgetSource()
Returns the source
SymbolEntity[]getSymbolEntities()
Returns an array of SymbolEntities if medias are available in the tweet.
StringgetText()
Returns the text of the status
URLEntity[]getURLEntities()
Returns an array if URLEntity mentioned in the tweet.
UsergetUser()
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
booleanisFavorited()
Test if the status is favorited
booleanisPossiblySensitive()
Returns true if the status contains a link that is identified as sensitive.
booleanisRetweet()
booleanisRetweeted()
Test if the status is retweeted
booleanisRetweetedByMe()
Returns true if the authenticating user has retweeted this tweet, or false when the tweet was created before this feature was enabled.
booleanisTruncated()
Test if the status is truncated