class EntitiesParseUtil
extends java.lang.Object
| Constructor and Description |
|---|
EntitiesParseUtil() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static HashtagEntity[] |
getHashtags(JSONObject entities) |
(package private) static MediaEntity[] |
getMedia(JSONObject entities) |
(package private) static SymbolEntity[] |
getSymbols(JSONObject entities) |
(package private) static URLEntity[] |
getUrls(JSONObject entities) |
(package private) static UserMentionEntity[] |
getUserMentions(JSONObject entities) |
static UserMentionEntity[] getUserMentions(JSONObject entities) throws JSONException, TwitterException
JSONExceptionTwitterExceptionstatic URLEntity[] getUrls(JSONObject entities) throws JSONException, TwitterException
JSONExceptionTwitterExceptionstatic HashtagEntity[] getHashtags(JSONObject entities) throws JSONException, TwitterException
JSONExceptionTwitterExceptionstatic SymbolEntity[] getSymbols(JSONObject entities) throws JSONException, TwitterException
JSONExceptionTwitterExceptionstatic MediaEntity[] getMedia(JSONObject entities) throws JSONException, TwitterException
JSONExceptionTwitterException