|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatusMethods
| Method Summary | |
|---|---|
Status |
destroyStatus(long statusId)
Destroys the status specified by the required ID parameter. Usage note: The authenticating user must be the author of the specified status. |
ResponseList<User> |
getRetweetedBy(long statusId)
Show user objects of up to 100 members who retweeted the status. |
ResponseList<User> |
getRetweetedBy(long statusId,
Paging paging)
Deprecated. use getRetweetedBy(long) instead. |
IDs |
getRetweetedByIDs(long statusId)
Show user ids of up to 100 users who retweeted the status represented by id This method calls http://api.twitter.com/1/statuses/:id/retweeted_by/ids.format |
IDs |
getRetweetedByIDs(long statusId,
Paging paging)
Deprecated. use getRetweetedByIDs(long) instead. |
ResponseList<Status> |
getRetweets(long statusId)
Returns up to 100 of the first retweets of a given tweet. |
Status |
retweetStatus(long statusId)
Retweets a tweet. |
Status |
showStatus(long id)
Returns a single status, specified by the id parameter below. |
Status |
updateStatus(StatusUpdate latestStatus)
Updates the authenticating user's status. |
Status |
updateStatus(java.lang.String status)
Updates the authenticating user's status. |
Status |
updateStatus(java.lang.String status,
GeoLocation location)
Deprecated. use updateStatus(StatusUpdate) instead. |
Status |
updateStatus(java.lang.String status,
long inReplyToStatusId)
Deprecated. use updateStatus(StatusUpdate) instead. |
Status |
updateStatus(java.lang.String status,
long inReplyToStatusId,
GeoLocation location)
Deprecated. use updateStatus(StatusUpdate) instead. |
| Method Detail |
|---|
Status showStatus(long id)
throws TwitterException
id - the numerical ID of the status you're trying to retrieve
TwitterException - when Twitter service or network is unavailable
Status updateStatus(java.lang.String status)
throws TwitterException
status - the text of your status update
TwitterException - when Twitter service or network is unavailable
Status updateStatus(java.lang.String status,
GeoLocation location)
throws TwitterException
updateStatus(StatusUpdate) instead.
status - the text of your status updatelocation - The location that this tweet refers to.
TwitterException - when Twitter service or network is unavailable
Status updateStatus(java.lang.String status,
long inReplyToStatusId)
throws TwitterException
updateStatus(StatusUpdate) instead.
status - the text of your status updateinReplyToStatusId - The ID of an existing status that the status to be posted is in reply to. This implicitly sets the in_reply_to_user_id attribute of the resulting status to the user ID of the message being replied to. Invalid/missing status IDs will be ignored.
TwitterException - when Twitter service or network is unavailable
Status updateStatus(java.lang.String status,
long inReplyToStatusId,
GeoLocation location)
throws TwitterException
updateStatus(StatusUpdate) instead.
status - the text of your status updateinReplyToStatusId - The ID of an existing status that the status to be posted is in reply to. This implicitly sets the in_reply_to_user_id attribute of the resulting status to the user ID of the message being replied to. Invalid/missing status IDs will be ignored.location - The location that this tweet refers to.
TwitterException - when Twitter service or network is unavailable
Status updateStatus(StatusUpdate latestStatus)
throws TwitterException
latestStatus - the latest status to be updated.
TwitterException - when Twitter service or network is unavailable
Status destroyStatus(long statusId)
throws TwitterException
statusId - The ID of the status to destroy.
TwitterException - when Twitter service or network is unavailable
Status retweetStatus(long statusId)
throws TwitterException
statusId - The ID of the status to retweet.
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getRetweets(long statusId)
throws TwitterException
statusId - The numerical ID of the tweet you want the retweets of.
TwitterException - when Twitter service or network is unavailable
ResponseList<User> getRetweetedBy(long statusId)
throws TwitterException
statusId - The ID of the status you want to get retweeters of
TwitterException - when Twitter service or network is unavailable
ResponseList<User> getRetweetedBy(long statusId,
Paging paging)
throws TwitterException
getRetweetedBy(long) instead.
statusId - The ID of the status you want to get retweeters ofpaging - specify your paging requirements
TwitterException - when Twitter service or network is unavailable
IDs getRetweetedByIDs(long statusId)
throws TwitterException
statusId - The ID of the status you want to get retweeters of
TwitterException - when Twitter service or network is unavailable
IDs getRetweetedByIDs(long statusId,
Paging paging)
throws TwitterException
getRetweetedByIDs(long) instead.
statusId - The ID of the status you want to get retweeters ofpaging - specify your paging requirements
TwitterException - when Twitter service or network is unavailable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||