Example usage for Java twitter4j UserMentionEntity fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |