|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Tweet
A data class representing a Tweet in the search response
| Method Summary | |
|---|---|
Annotations |
getAnnotations()
Returns the annotations of the tweet. |
java.util.Date |
getCreatedAt()
returns the created_at |
java.lang.String |
getFromUser()
returns the from_user |
long |
getFromUserId()
returns the user id of the tweet's owner. Warning: The user ids in the Search API are different from those in the REST API (about the two APIs). |
GeoLocation |
getGeoLocation()
Returns The location that this tweet refers to if available. |
long |
getId()
returns the status id of the tweet |
java.lang.String |
getIsoLanguageCode()
returns the iso language code of the tweet |
java.lang.String |
getLocation()
Returns the textual location where this tweet was posted. |
Place |
getPlace()
Returns the place associated with the post. |
java.lang.String |
getProfileImageUrl()
returns the profile_image_url |
java.lang.String |
getSource()
returns the source of the tweet |
java.lang.String |
getText()
returns the text |
java.lang.String |
getToUser()
returns the to_user |
long |
getToUserId()
returns the to_user_id |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface twitter4j.EntitySupport |
|---|
getHashtagEntities, getMediaEntities, getURLEntities, getUserMentionEntities |
| Method Detail |
|---|
java.lang.String getText()
long getToUserId()
java.lang.String getToUser()
java.lang.String getFromUser()
long getId()
long getFromUserId()
java.lang.String getIsoLanguageCode()
java.lang.String getSource()
java.lang.String getProfileImageUrl()
java.util.Date getCreatedAt()
GeoLocation getGeoLocation()
java.lang.String getLocation()
Place getPlace()
Annotations getAnnotations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||