|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URLEntity
A data interface representing one single URL entity.
Method Summary | |
---|---|
java.lang.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. |
java.net.URL |
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. |
java.net.URL |
getURL()
Returns the URL mentioned in the tweet. |
Method Detail |
---|
java.net.URL getURL()
java.net.URL getExpandedURL()
java.lang.String getDisplayURL()
int getStart()
int getEnd()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |