public interface EntitySupport
Modifier and Type | Method and Description |
---|---|
HashtagEntity[] |
getHashtagEntities()
Returns an array if hashtag mentioned in the tweet.
|
MediaEntity[] |
getMediaEntities()
Returns an array of MediaEntities if medias are available in the tweet.
|
SymbolEntity[] |
getSymbolEntities()
Returns an array of SymbolEntities if medias are available in the tweet.
|
URLEntity[] |
getURLEntities()
Returns an array if URLEntity mentioned in the tweet.
|
UserMentionEntity[] |
getUserMentionEntities()
Returns an array of user mentions in the tweet.
|
UserMentionEntity[] getUserMentionEntities()
URLEntity[] getURLEntities()
HashtagEntity[] getHashtagEntities()
MediaEntity[] getMediaEntities()
SymbolEntity[] getSymbolEntities()
Copyright © 2018. All rights reserved.