|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimelineMethods
| Method Summary | |
|---|---|
ResponseList<Status> |
getFriendsTimeline()
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating1 user and that user's friends. |
ResponseList<Status> |
getFriendsTimeline(Paging paging)
Returns the 20 most recent statuses posted in the last 24 hours from the specified userid. |
ResponseList<Status> |
getHomeTimeline()
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
ResponseList<Status> |
getHomeTimeline(Paging paging)
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
ResponseList<Status> |
getMentions()
Returns the 20 most recent mentions (status containing @username) for the authenticating user. |
ResponseList<Status> |
getMentions(Paging paging)
Returns the 20 most recent mentions (status containing @username) for the authenticating user. |
ResponseList<Status> |
getPublicTimeline()
Returns the 20 most recent statuses from non-protected users who have set a custom user icon. |
ResponseList<Status> |
getRetweetedByMe()
Returns the 20 most recent retweets posted by the authenticating user. |
ResponseList<Status> |
getRetweetedByMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user. |
ResponseList<Status> |
getRetweetedToMe()
Returns the 20 most recent retweets posted by the authenticating user's friends. |
ResponseList<Status> |
getRetweetedToMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user's friends. |
ResponseList<Status> |
getRetweetsOfMe()
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
ResponseList<Status> |
getRetweetsOfMe(Paging paging)
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
ResponseList<Status> |
getUserTimeline()
Returns the most recent statuses posted in the last 24 hours from the authenticating user. |
ResponseList<Status> |
getUserTimeline(int user_id)
Returns the most recent statuses posted in the last 24 hours from the specified userid. |
ResponseList<Status> |
getUserTimeline(int userId,
Paging paging)
Returns the most recent statuses posted in the last 24 hours from the specified screen name. |
ResponseList<Status> |
getUserTimeline(Paging paging)
Returns the most recent statuses posted in the last 24 hours from the authenticating user. |
ResponseList<Status> |
getUserTimeline(java.lang.String screenName)
Returns the most recent statuses posted in the last 24 hours from the specified userid. |
ResponseList<Status> |
getUserTimeline(java.lang.String screenName,
Paging paging)
Returns the most recent statuses posted in the last 24 hours from the specified screen name. |
| Method Detail |
|---|
ResponseList<Status> getPublicTimeline()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getHomeTimeline()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getHomeTimeline(Paging paging)
throws TwitterException
paging - controls pagination. Supports since_id, max_id, count and page parameters.
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getFriendsTimeline()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getFriendsTimeline(Paging paging)
throws TwitterException
paging - controls pagination. Supports since_id, max_id, count and page parameters.
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getUserTimeline(java.lang.String screenName,
Paging paging)
throws TwitterException
screenName - specifies the screen name of the user for whom to return the user_timelinepaging - controls pagination. Supports since_id, max_id, count and page parameters.
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getUserTimeline(int userId,
Paging paging)
throws TwitterException
userId - specifies the ID of the user for whom to return the user_timelinepaging - controls pagination. Supports since_id, max_id, count and page parameters.
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getUserTimeline(java.lang.String screenName)
throws TwitterException
screenName - specifies the screen name of the user for whom to return the user_timeline
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getUserTimeline(int user_id)
throws TwitterException
user_id - specifies the ID of the user for whom to return the user_timeline
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getUserTimeline()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getUserTimeline(Paging paging)
throws TwitterException
paging - controls pagination. Supports since_id, max_id, count and page parameters.
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getMentions()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getMentions(Paging paging)
throws TwitterException
paging - controls pagination. Supports since_id, max_id, count and page parameters.
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getRetweetedByMe()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getRetweetedByMe(Paging paging)
throws TwitterException
paging - controls pagination. Supports since_id, max_id, count and page parameters.
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getRetweetedToMe()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getRetweetedToMe(Paging paging)
throws TwitterException
paging - controls pagination. Supports since_id, max_id, count and page parameters.
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getRetweetsOfMe()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Status> getRetweetsOfMe(Paging paging)
throws TwitterException
paging - controls pagination. Supports since_id, max_id, count and page parameters.
TwitterException - when Twitter service or network is unavailable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||