|
||||||||||
| 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.
| Field Summary |
|---|
| Fields inherited from interface twitter4j.TwitterResponse |
|---|
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES |
| Method Summary | |
|---|---|
Annotations |
getAnnotations()
Deprecated. Annotations is not available for now. Annotations - Twitter Development Talk | Google Groups |
long[] |
getContributors()
Returns an array of contributors, or null if no contributor is associated with this status. |
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 |
String |
getInReplyToScreenName()
Returns the in_reply_to_screen_name |
long |
getInReplyToStatusId()
Returns the in_reply_tostatus_id |
long |
getInReplyToUserId()
Returns the in_reply_user_id |
Place |
getPlace()
Returns the place attached to this status |
long |
getRetweetCount()
Returns the number of times this tweet has been retweeted, or -1 when the tweet was created before this feature was enabled. |
Status |
getRetweetedStatus()
|
String |
getSource()
Returns the source |
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 |
isPossiblySensitive()
Test if the status contains links that could be sensitive |
boolean |
isRetweet()
|
boolean |
isRetweetedByMe()
Returns true if the authenticating user has retweeted this tweet, or false when the tweet was created before this feature was enabled. |
boolean |
isTruncated()
Test if the status is truncated |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface twitter4j.TwitterResponse |
|---|
getAccessLevel, getRateLimitStatus |
| Methods inherited from interface twitter4j.EntitySupport |
|---|
getHashtagEntities, getMediaEntities, getURLEntities, getUserMentionEntities |
| Method Detail |
|---|
Date getCreatedAt()
getCreatedAt in interface Twtlong getId()
getId in interface TwtString getText()
getText in interface TwtString getSource()
getSource in interface Twtboolean isTruncated()
boolean isPossiblySensitive()
long getInReplyToStatusId()
getInReplyToStatusId in interface Twtlong getInReplyToUserId()
String getInReplyToScreenName()
GeoLocation getGeoLocation()
getGeoLocation in interface TwtPlace getPlace()
getPlace in interface Twtboolean isFavorited()
User getUser()
boolean isRetweet()
Status getRetweetedStatus()
long[] getContributors()
long getRetweetCount()
boolean isRetweetedByMe()
Annotations getAnnotations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||