|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
StatusStream.next()
|
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. The Twitter API does not support this method anymore. |
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)
Deprecated. The Twitter API does not support this method anymore. |
java.util.List<Status> |
Twitter.getFriendsTimeline(java.lang.String id,
java.util.Date since)
Deprecated. The Twitter API does not support this method anymore. |
java.util.List<Status> |
Twitter.getFriendsTimeline(java.lang.String id,
int page)
Deprecated. The Twitter API does not support this method anymore. |
java.util.List<Status> |
Twitter.getFriendsTimeline(java.lang.String id,
long sinceId)
Deprecated. The Twitter API does not support this method anymore. |
java.util.List<Status> |
Twitter.getFriendsTimeline(java.lang.String id,
Paging paging)
Deprecated. The Twitter API does not support this method anymore. |
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. The Twitter API does not support this method anymore. |
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)
Deprecated. use getPublicTimeline(long sinceID) instead |
java.util.List<Status> |
Twitter.getPublicTimeline(long 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)
Deprecated. Use getUserTimeline(String id, Paging paging) instead |
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)
Deprecated. use gotShowStatus instead |
void |
TwitterListener.gotShowStatus(Status status)
|
void |
TwitterAdapter.gotShowStatus(Status statuses)
|
void |
StatusListener.onStatus(Status status)
|
void |
TwitterListener.updated(Status status)
Deprecated. use updatedStatus instead |
void |
TwitterAdapter.updated(Status statuses)
Deprecated. use updatedStatus instead |
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)
Deprecated. use gotMentions instead |
void |
TwitterListener.gotUserTimeline(java.util.List<Status> statuses)
|
void |
TwitterAdapter.gotUserTimeline(java.util.List<Status> statuses)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||