Uses of Class
twitter4j.Status

Packages that use Status
twitter4j   
 

Uses of Status in twitter4j
 

Methods in twitter4j that return Status
 Status Twitter.createFavorite(long id)
          Favorites the status specified in the ID parameter as the authenticating user.
 Status Twitter.destroyFavorite(long id)
          Un-favorites the status specified in the ID parameter as the authenticating user.
 Status Twitter.destroyStatus(long statusId)
          Destroys the status specified by the required ID parameter.
 Status Twitter.show(int id)
          Deprecated. Use showStatus(long id) instead.
 Status Twitter.show(long id)
          Deprecated. Use showStatus(long id) instead.
 Status Twitter.showStatus(long id)
          Returns a single status, specified by the id parameter.
 Status Twitter.update(java.lang.String status)
          Deprecated. use updateStatus(String status) instead
 Status Twitter.update(java.lang.String status, long inReplyToStatusId)
          Deprecated. use updateStatus(String status, long inReplyToStatusId) instead
 Status Twitter.updateStatus(java.lang.String status)
          Updates the user's status.
 Status Twitter.updateStatus(java.lang.String status, long inReplyToStatusId)
          Updates the user's status.
 

Methods in twitter4j that return types with arguments of type Status
 java.util.List<Status> Twitter.favorites()
          Deprecated. use getFavorited() instead
 java.util.List<Status> Twitter.favorites(int page)
          Deprecated. use getFavorites(int page) instead
 java.util.List<Status> Twitter.favorites(java.lang.String id)
          Deprecated. use getFavorites(String id) instead
 java.util.List<Status> Twitter.favorites(java.lang.String id, int page)
          Deprecated. use getFavorites(String id, int page) instead
 java.util.List<Status> Twitter.getFavorites()
          Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
 java.util.List<Status> Twitter.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.
 java.util.List<Status> Twitter.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.
 java.util.List<Status> Twitter.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.
 java.util.List<Status> Twitter.getFriendsTimeline()
          Returns the 20 most recent statuses posted in the last 24 hours from the authenticating1 user and that user's friends.
 java.util.List<Status> Twitter.getFriendsTimeline(java.util.Date since)
          Deprecated. use getFriendsTimeline(Paging paging) instead
 java.util.List<Status> Twitter.getFriendsTimeline(int page)
          Deprecated. use getFriendsTimeline(Paging paging) instead
 java.util.List<Status> Twitter.getFriendsTimeline(long sinceId)
          Deprecated. use getFriendsTimeline(Paging paging) instead
 java.util.List<Status> Twitter.getFriendsTimeline(long sinceId, int page)
          Deprecated. use getFriendsTimeline(Paging paging) instead
 java.util.List<Status> Twitter.getFriendsTimeline(long sinceId, java.lang.String id, int page)
          Deprecated. use getFriendsTimeline(String id, Paging paging) instead
 java.util.List<Status> Twitter.getFriendsTimeline(Paging paging)
          Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
 java.util.List<Status> Twitter.getFriendsTimeline(java.lang.String id)
          Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
 java.util.List<Status> Twitter.getFriendsTimeline(java.lang.String id, java.util.Date since)
          Deprecated. use getFriendsTimeline(String id, Paging paging) instead
 java.util.List<Status> Twitter.getFriendsTimeline(java.lang.String id, int page)
          Deprecated. use getFriendsTimeline(String id, Paging paging) instead
 java.util.List<Status> Twitter.getFriendsTimeline(java.lang.String id, long sinceId)
          Deprecated. use getFriendsTimeline(String id, Paging paging) instead
 java.util.List<Status> Twitter.getFriendsTimeline(java.lang.String id, Paging paging)
          Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
 java.util.List<Status> Twitter.getFriendsTimelineByPage(int page)
          Deprecated. use getFriendsTimeline(Paging paging) instead
 java.util.List<Status> Twitter.getFriendsTimelineByPage(java.lang.String id, int page)
          Deprecated. use getFriendsTimeline(String id, int page) instead
 java.util.List<Status> Twitter.getMentions()
          Returns the 20 most recent mentions (status containing @username) for the authenticating user.
 java.util.List<Status> Twitter.getMentions(Paging paging)
          Returns the 20 most recent mentions (status containing @username) for the authenticating user.
 java.util.List<Status> Twitter.getPublicTimeline()
          Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
 java.util.List<Status> Twitter.getPublicTimeline(int sinceID)
          Returns only public statuses with an ID greater than (that is, more recent than) the specified ID.
 java.util.List<Status> Twitter.getReplies()
          Deprecated. use getMentions() instead
 java.util.List<Status> Twitter.getReplies(int page)
          Deprecated. use getMentions(Paging paging) instead
 java.util.List<Status> Twitter.getReplies(long sinceId)
          Deprecated. use getMentions(Paging paging) instead
 java.util.List<Status> Twitter.getReplies(long sinceId, int page)
          Deprecated. use getMentions(Paging paging) instead
 java.util.List<Status> Twitter.getRepliesByPage(int page)
          Deprecated. use getMentions(Paging paging) instead
 java.util.List<Status> Twitter.getUserTimeline()
          Returns the most recent statuses posted in the last 24 hours from the authenticating user.
 java.util.List<Status> Twitter.getUserTimeline(int count, java.util.Date since)
          Deprecated. using long sinceId is suggested.
 java.util.List<Status> Twitter.getUserTimeline(int count, long sinceId)
          Deprecated. use getUserTimeline(String id, Paging paging) instead
 java.util.List<Status> Twitter.getUserTimeline(long sinceId)
          Deprecated. use getUserTimeline(Paging paging) instead
 java.util.List<Status> Twitter.getUserTimeline(Paging paging)
          Returns the most recent statuses posted in the last 24 hours from the authenticating user.
 java.util.List<Status> Twitter.getUserTimeline(java.lang.String id)
          Returns the most recent statuses posted in the last 24 hours from the specified userid.
 java.util.List<Status> Twitter.getUserTimeline(java.lang.String id, java.util.Date since)
          Deprecated. use getUserTimeline(String id, Paging paging) instead
 java.util.List<Status> Twitter.getUserTimeline(java.lang.String id, int count)
          Deprecated. use getUserTimeline(String id, Paging paging) instead
 java.util.List<Status> Twitter.getUserTimeline(java.lang.String id, int count, java.util.Date since)
          Deprecated. using long sinceId is suggested.
 java.util.List<Status> Twitter.getUserTimeline(java.lang.String id, int count, long sinceId)
          Returns the most recent statuses posted in the last 24 hours from the specified userid.
 java.util.List<Status> Twitter.getUserTimeline(java.lang.String id, long sinceId)
          Deprecated. use getUserTimeline(String id, Paging paging) instead
 java.util.List<Status> Twitter.getUserTimeline(java.lang.String id, Paging paging)
          Returns the most recent statuses posted in the last 24 hours from the specified userid.
 

Methods in twitter4j with parameters of type Status
 void TwitterListener.createdFavorite(Status status)
           
 void TwitterAdapter.createdFavorite(Status status)
           
 void TwitterListener.destroyedFavorite(Status status)
           
 void TwitterAdapter.destroyedFavorite(Status status)
           
 void TwitterListener.destroyedStatus(Status destroyedStatus)
           
 void TwitterAdapter.destroyedStatus(Status destroyedStatus)
           
 void TwitterListener.gotShow(Status status)
          Deprecated. use gotShowStatus instead
 void TwitterAdapter.gotShow(Status statuses)
           
 void TwitterListener.gotShowStatus(Status status)
           
 void TwitterAdapter.gotShowStatus(Status statuses)
           
 void TwitterListener.updated(Status status)
          Deprecated. use updatedStatus instead
 void TwitterAdapter.updated(Status statuses)
           
 void TwitterListener.updatedStatus(Status status)
           
 void TwitterAdapter.updatedStatus(Status statuses)
           
 

Method parameters in twitter4j with type arguments of type Status
 void TwitterListener.gotFavorites(java.util.List<Status> statuses)
           
 void TwitterAdapter.gotFavorites(java.util.List<Status> statuses)
           
 void TwitterListener.gotFriendsTimeline(java.util.List<Status> statuses)
           
 void TwitterAdapter.gotFriendsTimeline(java.util.List<Status> statuses)
           
 void TwitterListener.gotMentions(java.util.List<Status> statuses)
           
 void TwitterAdapter.gotMentions(java.util.List<Status> statuses)
           
 void TwitterListener.gotPublicTimeline(java.util.List<Status> statuses)
           
 void TwitterAdapter.gotPublicTimeline(java.util.List<Status> statuses)
           
 void TwitterListener.gotReplies(java.util.List<Status> statuses)
          Deprecated. use gotMentions instead
 void TwitterAdapter.gotReplies(java.util.List<Status> statuses)
           
 void TwitterListener.gotUserTimeline(java.util.List<Status> statuses)
           
 void TwitterAdapter.gotUserTimeline(java.util.List<Status> statuses)
           
 



Copyright © 2009. All Rights Reserved.