Generated by
JDiff

Interface twitter4j.Status

Added Methods
HashtagEntity[] getHashtagEntities() Returns an array if hashtag mentioned in the tweet, or null if no hashtag were mentioned.
URLEntity[] getURLEntities() Returns an array if URLEntity 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.
 

Changed Methods
String[] getHashtags() Now deprecated.
use {@link #getHashtagEntities()} instead.
URL[] getURLs() Now deprecated.
use {@link #getURLEntities()} instead.
User[] getUserMentions() Now deprecated.
use {@link #getUserMentionEntities()} instead.