|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserMethodsAsync
Method Summary | |
---|---|
void |
getFollowersStatuses()
Returns the authenticating user's followers, each with current status inline. |
void |
getFollowersStatuses(int userId)
Returns the specified user's followers, each with current status inline. |
void |
getFollowersStatuses(int userId,
long cursor)
Returns the specified user's followers, each with current status inline. |
void |
getFollowersStatuses(long cursor)
Returns the authenticating user's followers, each with current status inline. |
void |
getFollowersStatuses(java.lang.String screenName)
Returns the specified user's followers, each with current status inline. |
void |
getFollowersStatuses(java.lang.String screenName,
long cursor)
Returns the specified user's followers, each with current status inline. |
void |
getFriendsStatuses()
Returns the specified user's friends, each with current status inline. |
void |
getFriendsStatuses(int userId)
Returns the specified user's friends, each with current status inline. |
void |
getFriendsStatuses(int userId,
long cursor)
Returns the specified user's friends, each with current status inline. |
void |
getFriendsStatuses(long cursor)
Returns the specified user's friends, each with current status inline. |
void |
getFriendsStatuses(java.lang.String screenName)
Returns the specified user's friends, each with current status inline. |
void |
getFriendsStatuses(java.lang.String screenName,
long cursor)
Returns the specified user's friends, each with current status inline. |
void |
searchUsers(java.lang.String query,
int page)
Run a search for users similar to Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API (about being listed in the People Search). |
void |
showUser(int userId)
Retrieves extended information of a given user, specified by screen name. |
void |
showUser(java.lang.String screenName)
Retrieves extended information of a given user, specified by screen name. |
Method Detail |
---|
void showUser(java.lang.String screenName)
screenName
- the screen name of the user for whom to request the detailvoid showUser(int userId)
userId
- the ID of the user for whom to request the detailvoid searchUsers(java.lang.String query, int page) throws TwitterException
query
- The query to run against people search.page
- Specifies the page of results to retrieve. Number of statuses per page is fixed to 20.
TwitterException
- when Twitter service or network is unavailablevoid getFriendsStatuses()
void getFriendsStatuses(long cursor)
cursor
- Breaks the results into pages. A single page contains 100 users. This is recommended for users who are followed by many other users. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.void getFriendsStatuses(java.lang.String screenName)
screenName
- the screen name of the user for whom to request a list of friendsvoid getFriendsStatuses(int userId)
userId
- the ID of the user for whom to request a list of friendsvoid getFriendsStatuses(java.lang.String screenName, long cursor)
screenName
- the screen name of the user for whom to request a list of friendscursor
- Breaks the results into pages. A single page contains 100 users. This is recommended for users who are followed by many other users. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.void getFriendsStatuses(int userId, long cursor)
userId
- the screen name of the user for whom to request a list of friendscursor
- Breaks the results into pages. A single page contains 100 users. This is recommended for users who are followed by many other users. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.void getFollowersStatuses()
void getFollowersStatuses(long cursor)
cursor
- Breaks the results into pages. A single page contains 100 users. This is recommended for users who are followed by many other users. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.void getFollowersStatuses(java.lang.String screenName)
screenName
- The screen name of the user for whom to request a list of followers.void getFollowersStatuses(int userId)
userId
- The ID of the user for whom to request a list of followers.void getFollowersStatuses(java.lang.String screenName, long cursor)
screenName
- The screen name of the user for whom to request a list of followers.cursor
- Breaks the results into pages. A single page contains 100 users. This is recommended for users who are followed by many other users. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.void getFollowersStatuses(int userId, long cursor)
userId
- The ID of the user for whom to request a list of followers.cursor
- Breaks the results into pages. A single page contains 100 users. This is recommended for users who are followed by many other users. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |