Generated by
JDiff

Interface twitter4j.Status

Added Methods
Annotations getAnnotations() Returns the annotations, or null if no annotations are associated with this status.
HashtagEntity[] getHashtagEntities() Returns an array if hashtag mentioned in the tweet, or null if no hashtag were mentioned.
String[] getHashtags() Returns an array of hashtags mentioned in the tweet, or null if no hashtags were mentioned.
long getRetweetCount() Returns the number of times this tweet has been retweeted, or -1 when the tweet was created before this feature was enabled.
URLEntity[] getURLEntities() Returns an array if URLEntity mentioned in the tweet, or null if no URLs were mentioned.
URL[] getURLs() Returns an array of URLs mentioned in the tweet, or null if no URLs were mentioned.
UserMentionEntity[] getUserMentionEntities() Returns an array of user mentions in the tweet, or null if no users were mentioned.
User[] getUserMentions() Returns an array of users mentioned in the tweet, or null if no users were mentioned.
boolean isRetweetedByMe() Returns true if the authenticating user has retweeted this tweet, or false when the tweet was created before this feature was enabled.