|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwinterwell.jtwitter.Twitter.TweetEntity
public static final class Twitter.TweetEntity
A special slice of text within a tweet.
Twitter.setIncludeTweetEntities(boolean),
Serialized Form| Field Summary | |
|---|---|
int |
end
end of the entity in the contents String, exclusive |
int |
start
start of the entity in the contents String, inclusive |
Twitter.KEntityType |
type
|
| Method Summary | |
|---|---|
java.lang.String |
displayVersion()
|
java.lang.String |
toString()
The slice of text in the tweet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int end
public final int start
public final Twitter.KEntityType type
| Method Detail |
|---|
public java.lang.String displayVersion()
public java.lang.String toString()
toString in class java.lang.ObjectdisplayVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||