public interface URLEntity extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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 |
getURL()
Returns the URL mentioned in the tweet.
|
String getURL()
String getExpandedURL()
String getDisplayURL()
int getStart()
int getEnd()
Copyright © 2012. All Rights Reserved.