public interface UserMentionEntity extends TweetEntity, java.io.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. 
 | 
java.lang.String | 
getName()
Returns the name mentioned in the status. 
 | 
java.lang.String | 
getScreenName()
Returns the screen name mentioned in the status. 
 | 
int | 
getStart()
Returns the index of the start character of the user mention. 
 | 
java.lang.String | 
getText()
Returns the screen name mentioned in the status. 
 | 
java.lang.String getText()
getScreenName()getText in interface TweetEntityjava.lang.String getName()
java.lang.String getScreenName()
long getId()
int getStart()
getStart in interface TweetEntityint getEnd()
getEnd in interface TweetEntity