Java twitter4j UserMentionEntity fields, constructors, methods, implement or subclass

Example usage for Java twitter4j UserMentionEntity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for twitter4j UserMentionEntity.

The text is from its open source code.

Implementation

twitter4j.UserMentionEntity has the following implementations.
Click this link to see all its implementation.

Method

intgetEnd()
Returns the index of the end character of the user mention.
longgetId()
Returns the user id mentioned in the status.
StringgetName()
Returns the name mentioned in the status.
StringgetScreenName()
Returns the screen name mentioned in the status.
intgetStart()
Returns the index of the start character of the user mention.
StringgetText()
Returns the screen name mentioned in the status.