|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Status
A data interface representing one single status of a user.
Method Summary | |
---|---|
java.lang.String[] |
getContributors()
Returns an array of contributors, or null if no contributor is associated with this status. |
java.util.Date |
getCreatedAt()
Return the created_at |
GeoLocation |
getGeoLocation()
Returns The location that this tweet refers to if available. |
long |
getId()
Returns the id of the status |
java.lang.String |
getInReplyToScreenName()
Returns the in_reply_to_screen_name |
long |
getInReplyToStatusId()
Returns the in_reply_tostatus_id |
int |
getInReplyToUserId()
Returns the in_reply_user_id |
Place |
getPlace()
Returns the place attached to this status |
Status |
getRetweetedStatus()
|
java.lang.String |
getSource()
Returns the source |
java.lang.String |
getText()
Returns the text of the status |
User |
getUser()
Return the user associated with the status. This can be null if the instance if from User.getStatus(). |
boolean |
isFavorited()
Test if the status is favorited |
boolean |
isRetweet()
|
boolean |
isTruncated()
Test if the status is truncated |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface twitter4j.TwitterResponse |
---|
getRateLimitStatus |
Method Detail |
---|
java.util.Date getCreatedAt()
long getId()
java.lang.String getText()
java.lang.String getSource()
boolean isTruncated()
long getInReplyToStatusId()
int getInReplyToUserId()
java.lang.String getInReplyToScreenName()
GeoLocation getGeoLocation()
Place getPlace()
boolean isFavorited()
User getUser()
boolean isRetweet()
Status getRetweetedStatus()
java.lang.String[] getContributors()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |