Example usage for Java twitter4j URLEntity fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getDisplayURL() Returns the display URL if mentioned URL is shorten. |
int | getEnd() Returns the index of the end character of the URL mentioned in the tweet. |
String | getExpandedURL() Returns the expanded URL if mentioned URL is shorten. |
int | getStart() Returns the index of the start character of the URL mentioned in the tweet. |
String | getText() Returns the URL mentioned in the tweet. This method implementation is to meet TweetEntity interface and the behavior is equivalent to #getURL() |
String | getURL() Returns the URL mentioned in the tweet. |