|
||||||||||
| 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. |
Date |
getCreatedAt()
returns the created_at |
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). |
String |
getFromUserName()
returns the from_user_name |
GeoLocation |
getGeoLocation()
Returns The location that this tweet refers to if available. |
long |
getId()
returns the status id of the tweet |
long |
getInReplyToStatusId()
Returns the in_reply_tostatus_id |
String |
getIsoLanguageCode()
returns the iso language code of the tweet |
String |
getLocation()
Returns the textual location where this tweet was posted. |
Place |
getPlace()
Returns the place associated with the post. |
String |
getProfileImageUrl()
returns the profile_image_url |
String |
getSource()
returns the source of the tweet |
String |
getText()
returns the text |
String |
getToUser()
returns the to_user |
long |
getToUserId()
returns the to_user_id |
String |
getToUserName()
returns the to_user_name |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface twitter4j.EntitySupport |
|---|
getHashtagEntities, getMediaEntities, getURLEntities, getUserMentionEntities |
| Method Detail |
|---|
String getText()
getText in interface Twtlong getToUserId()
String getToUser()
String getToUserName()
String getFromUser()
String getFromUserName()
long getId()
getId in interface Twtlong getFromUserId()
String getIsoLanguageCode()
String getSource()
getSource in interface Twtlong getInReplyToStatusId()
getInReplyToStatusId in interface TwtString getProfileImageUrl()
Date getCreatedAt()
getCreatedAt in interface TwtGeoLocation getGeoLocation()
getGeoLocation in interface TwtString getLocation()
Place getPlace()
getPlace in interface TwtAnnotations getAnnotations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||