|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimelineMethodsAsync
Method Summary | |
---|---|
void |
getFriendsTimeline()
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends. |
void |
getFriendsTimeline(Paging paging)
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends. |
void |
getHomeTimeline()
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
void |
getHomeTimeline(Paging paging)
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
void |
getMentions()
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user. |
void |
getMentions(Paging paging)
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user. |
void |
getPublicTimeline()
Returns the 20 most recent statuses from non-protected users who have set a custom user icon. |
void |
getRetweetedByMe()
Returns the 20 most recent retweets posted by the authenticating user. |
void |
getRetweetedByMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user. |
void |
getRetweetedToMe()
Returns the 20 most recent retweets posted by the authenticating user's friends. |
void |
getRetweetedToMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user's friends. |
void |
getRetweetsOfMe()
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
void |
getRetweetsOfMe(Paging paging)
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
void |
getUserTimeline()
Returns the most recent statuses posted in the last 24 hours from the authenticating user. |
void |
getUserTimeline(int userId)
Returns the most recent statuses posted in the last 24 hours from the specified user id. |
void |
getUserTimeline(int userId,
Paging paging)
Returns the most recent statuses posted in the last 24 hours from the specified screenName. |
void |
getUserTimeline(Paging paging)
Returns the most recent statuses posted in the last 24 hours from the specified user id. |
void |
getUserTimeline(java.lang.String screenName)
Returns the most recent statuses posted in the last 24 hours from the specified user id. |
void |
getUserTimeline(java.lang.String screenName,
Paging paging)
Returns the most recent statuses posted in the last 24 hours from the specified screenName. |
Method Detail |
---|
void getPublicTimeline()
void getHomeTimeline()
void getHomeTimeline(Paging paging)
paging
- controls paginationvoid getFriendsTimeline()
void getFriendsTimeline(Paging paging)
paging
- controls paginationvoid getUserTimeline(java.lang.String screenName, Paging paging)
screenName
- Specifies the screen name of the user for whom to return the user_timeline.paging
- controls paginationvoid getUserTimeline(int userId, Paging paging)
userId
- Specifies the ID of the user for whom to return the user_timeline.paging
- controls paginationvoid getUserTimeline(Paging paging)
paging
- controls paginationvoid getUserTimeline(java.lang.String screenName)
screenName
- Specifies the screen name of the user for whom to return the user_timeline.void getUserTimeline(int userId)
userId
- Specifies the ID of the user for whom to return the user_timeline.void getUserTimeline()
void getMentions()
void getMentions(Paging paging)
paging
- controls paginationvoid getRetweetedByMe()
void getRetweetedByMe(Paging paging)
paging
- controls paginationvoid getRetweetedToMe()
void getRetweetedToMe(Paging paging)
paging
- controls paginationvoid getRetweetsOfMe()
void getRetweetsOfMe(Paging paging)
paging
- controls pagination
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |