public interface UserMentionEntity extends TweetEntity, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Returns the index of the end character of the user mention.
|
long |
getId()
Returns the user id mentioned in the status.
|
String |
getName()
Returns the name mentioned in the status.
|
String |
getScreenName()
Returns the screen name mentioned in the status.
|
int |
getStart()
Returns the index of the start character of the user mention.
|
String |
getText()
Returns the screen name mentioned in the status.
|
String getText()
getScreenName()getText in interface TweetEntityString getName()
String getScreenName()
long getId()
int getStart()
getStart in interface TweetEntityint getEnd()
getEnd in interface TweetEntityCopyright © 2018. All rights reserved.