|
|||||||||
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 | |
---|---|
java.util.Date |
getCreatedAt()
returns the created_at |
java.lang.String |
getFromUser()
returns the from_user |
int |
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 |
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 |
int |
getToUserId()
returns the to_user_id |
Method Detail |
---|
java.lang.String getText()
int getToUserId()
java.lang.String getToUser()
java.lang.String getFromUser()
long getId()
int getFromUserId()
java.lang.String getIsoLanguageCode()
java.lang.String getSource()
java.lang.String getProfileImageUrl()
java.util.Date getCreatedAt()
GeoLocation getGeoLocation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |