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 TweetEntity
String getName()
String getScreenName()
long getId()
int getStart()
getStart
in interface TweetEntity
int getEnd()
getEnd
in interface TweetEntity
Copyright © 2018. All rights reserved.