public interface Status extends Comparable<Status>, TwitterResponse, EntitySupport, Serializable
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES
Modifier and Type | Method and Description |
---|---|
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 |
getDisplayTextRangeEnd() |
int |
getDisplayTextRangeStart() |
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.
|
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.
|
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
|
URLEntity |
getQuotedStatusPermalink()
Returns the URLEntity object that represents the permalink 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
|
String |
getText()
Returns the text of the status
|
User |
getUser()
Return the user associated with the status.
This can be null if the instance is from User.getStatus(). |
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
|
compareTo
getAccessLevel, getRateLimitStatus
getHashtagEntities, getMediaEntities, getSymbolEntities, getURLEntities, getUserMentionEntities
Date getCreatedAt()
long getId()
String getText()
int getDisplayTextRangeStart()
int getDisplayTextRangeEnd()
String getSource()
boolean isTruncated()
long getInReplyToStatusId()
long getInReplyToUserId()
String getInReplyToScreenName()
GeoLocation getGeoLocation()
Place getPlace()
boolean isFavorited()
boolean isRetweeted()
int getFavoriteCount()
User getUser()
boolean isRetweet()
Status getRetweetedStatus()
long[] getContributors()
int getRetweetCount()
boolean isRetweetedByMe()
long getCurrentUserRetweetId()
boolean isPossiblySensitive()
String getLang()
Scopes getScopes()
String[] getWithheldInCountries()
long getQuotedStatusId()
Status getQuotedStatus()
URLEntity getQuotedStatusPermalink()
Copyright © 2018. All rights reserved.