|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
---|---|
twitter4j | |
twitter4j.api | |
twitter4j.json |
Uses of Status in twitter4j |
---|
Methods in twitter4j that return Status | |
---|---|
Status |
Status.getRetweetedStatus()
|
Status |
User.getStatus()
Returns the current status of the user This can be null if the instance if from Status.getUser(). |
Methods in twitter4j that return types with arguments of type Status | |
---|---|
ResponseList<Status> |
RelatedResults.getTweetsFromUser()
Return the 3 or less latest statuses from the user who sent the origin tweet. |
ResponseList<Status> |
RelatedResults.getTweetsWithConversation()
Returns the 8 or less statuses with conversation |
ResponseList<Status> |
RelatedResults.getTweetsWithReply()
Returns the 8 or less statuses with reply. |
Uses of Status in twitter4j.api |
---|
Methods in twitter4j.api that return Status | |
---|---|
Status |
FavoriteMethods.createFavorite(long id)
Favorites the status specified in the ID parameter as the authenticating user. |
Status |
FavoriteMethods.destroyFavorite(long id)
Un-favorites the status specified in the ID parameter as the authenticating user. |
Status |
StatusMethods.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. |
Status |
StatusMethods.retweetStatus(long statusId)
Retweets a tweet. |
Status |
StatusMethods.showStatus(long id)
Returns a single status, specified by the id parameter below. |
Status |
StatusMethods.updateStatus(StatusUpdate latestStatus)
Updates the authenticating user's status. |
Status |
StatusMethods.updateStatus(java.lang.String status)
Updates the authenticating user's status. |
Methods in twitter4j.api that return types with arguments of type Status | |
---|---|
ResponseList<Status> |
FavoriteMethods.getFavorites()
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format. |
ResponseList<Status> |
FavoriteMethods.getFavorites(int page)
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format. |
ResponseList<Status> |
FavoriteMethods.getFavorites(java.lang.String id)
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format. |
ResponseList<Status> |
FavoriteMethods.getFavorites(java.lang.String id,
int page)
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format. |
ResponseList<Status> |
TimelineMethods.getFriendsTimeline()
Returns the 20 most recent statuses posted by the authenticating user and that user's friends. |
ResponseList<Status> |
TimelineMethods.getFriendsTimeline(Paging paging)
Returns the 20 most recent statuses posted by the authenticating user and that user's friends. |
ResponseList<Status> |
TimelineMethods.getHomeTimeline()
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
ResponseList<Status> |
TimelineMethods.getHomeTimeline(Paging paging)
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
ResponseList<Status> |
TimelineMethods.getMentions()
Returns the 20 most recent mentions (status containing @username) for the authenticating user. |
ResponseList<Status> |
TimelineMethods.getMentions(Paging paging)
Returns the 20 most recent mentions (status containing @username) for the authenticating user. |
ResponseList<Status> |
TimelineMethods.getPublicTimeline()
Returns the 20 most recent statuses from non-protected users who have set a custom user icon. |
ResponseList<Status> |
TimelineMethods.getRetweetedByMe()
Returns the 20 most recent retweets posted by the authenticating user. |
ResponseList<Status> |
TimelineMethods.getRetweetedByMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user. |
ResponseList<Status> |
TimelineMethods.getRetweetedByUser(long userId,
Paging paging)
Returns the 20 most recent retweets posted by the specified user. |
ResponseList<Status> |
TimelineMethods.getRetweetedByUser(java.lang.String screenName,
Paging paging)
Returns the 20 most recent retweets posted by the specified user. |
ResponseList<Status> |
TimelineMethods.getRetweetedToMe()
Returns the 20 most recent retweets posted by the authenticating user's friends. |
ResponseList<Status> |
TimelineMethods.getRetweetedToMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user's friends. |
ResponseList<Status> |
TimelineMethods.getRetweetedToUser(long userId,
Paging paging)
Returns the 20 most recent retweets posted by users the specified user follows. |
ResponseList<Status> |
TimelineMethods.getRetweetedToUser(java.lang.String screenName,
Paging paging)
Returns the 20 most recent retweets posted by users the specified user follows. |
ResponseList<Status> |
StatusMethods.getRetweets(long statusId)
Returns up to 100 of the first retweets of a given tweet. |
ResponseList<Status> |
TimelineMethods.getRetweetsOfMe()
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
ResponseList<Status> |
TimelineMethods.getRetweetsOfMe(Paging paging)
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
ResponseList<Status> |
ListMethods.getUserListStatuses(long listOwnerId,
int id,
Paging paging)
Show tweet timeline for members of the specified list. |
ResponseList<Status> |
ListMethods.getUserListStatuses(java.lang.String listOwnerScreenName,
int id,
Paging paging)
Show tweet timeline for members of the specified list. |
ResponseList<Status> |
TimelineMethods.getUserTimeline()
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(long userId)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(long userId,
Paging paging)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(Paging paging)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(java.lang.String screenName)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(java.lang.String screenName,
Paging paging)
Returns the 20 most recent statuses posted from the authenticating user. |
Uses of Status in twitter4j.json |
---|
Methods in twitter4j.json that return Status | |
---|---|
static Status |
DataObjectFactory.createStatus(java.lang.String rawJSON)
Constructs a Status object from rawJSON string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |