Generated by
JDiff

Interface twitter4j.Status

Added interface java.lang.Comparable.

Added Methods
Annotations getAnnotations() Returns the annotations, or null if no annotations are associated with this status.
String[] getContributors() Returns an array of contributors, or null if no contributor is associated with this status.
String[] getHashtags() Returns an array of hashtags mentioned in the tweet, or null if no hashtags were mentioned.
Place getPlace() Returns the place attached to this status
long getRetweetCount() Returns the number of times this tweet has been retweeted, or -1 when the tweet was created before this feature was enabled.
URL[] getURLs() Returns an array of URLs mentioned in the tweet, or null if no URLs 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.