|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseList | |
|---|---|
| twitter4j | |
| twitter4j.api | |
| Uses of ResponseList in twitter4j |
|---|
| Subinterfaces of ResponseList in twitter4j | |
|---|---|
interface |
PagableResponseList<T extends TwitterResponse>
ResponseList with cursor support. |
interface |
SimilarPlaces
|
| Classes in twitter4j that implement ResponseList | |
|---|---|
class |
SimilarPlacesImpl
|
| Methods in twitter4j that return ResponseList | |
|---|---|
ResponseList<UserList> |
Twitter.getAllUserLists(int userId)
Returns all lists the authenticating or specified user subscribes to, including their own. |
ResponseList<UserList> |
Twitter.getAllUserLists(java.lang.String screenName)
Returns all lists the authenticating or specified user subscribes to, including their own. |
ResponseList<Location> |
Twitter.getAvailableTrends()
Returns the locations that Twitter has trending topic information for. |
ResponseList<Location> |
Twitter.getAvailableTrends(GeoLocation location)
Returns the sorted locations that Twitter has trending topic information for. |
ResponseList<User> |
Twitter.getBlockingUsers()
Returns a list of user objects that the authenticating user is blocking. |
ResponseList<User> |
Twitter.getBlockingUsers(int page)
Returns a list of user objects that the authenticating user is blocking. |
ResponseList<DirectMessage> |
Twitter.getDirectMessages()
Returns a list of the direct messages sent to the authenticating user. |
ResponseList<DirectMessage> |
Twitter.getDirectMessages(Paging paging)
Returns a list of the direct messages sent to the authenticating user. |
ResponseList<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. |
ResponseList<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. |
ResponseList<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. |
ResponseList<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. |
ResponseList<Status> |
Twitter.getFriendsTimeline()
Returns the 20 most recent statuses posted by the authenticating user and that user's friends. |
ResponseList<Status> |
Twitter.getFriendsTimeline(Paging paging)
Returns the 20 most recent statuses posted by the authenticating user and that user's friends. |
ResponseList<Status> |
Twitter.getHomeTimeline()
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
ResponseList<Status> |
Twitter.getHomeTimeline(Paging paging)
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
ResponseList<User> |
Twitter.getMemberSuggestions(java.lang.String categorySlug)
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user. |
ResponseList<Status> |
Twitter.getMentions()
Returns the 20 most recent mentions (status containing @username) for the authenticating user. |
ResponseList<Status> |
Twitter.getMentions(Paging paging)
Returns the 20 most recent mentions (status containing @username) for the authenticating user. |
ResponseList<Place> |
Twitter.getNearbyPlaces(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
ResponseList<Status> |
Twitter.getPublicTimeline()
Returns the 20 most recent statuses from non-protected users who have set a custom user icon. |
ResponseList<User> |
Twitter.getRetweetedBy(long statusId)
Show user objects of up to 100 members who retweeted the status. |
ResponseList<User> |
Twitter.getRetweetedBy(long statusId,
Paging paging)
Show user objects of up to 100 members who retweeted the status. |
ResponseList<Status> |
Twitter.getRetweetedByMe()
Returns the 20 most recent retweets posted by the authenticating user. |
ResponseList<Status> |
Twitter.getRetweetedByMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user. |
ResponseList<Status> |
Twitter.getRetweetedByUser(int userId,
Paging paging)
Returns the 20 most recent retweets posted by the specified user. |
ResponseList<Status> |
Twitter.getRetweetedByUser(java.lang.String screenName,
Paging paging)
Returns the 20 most recent retweets posted by the specified user. |
ResponseList<Status> |
Twitter.getRetweetedToMe()
Returns the 20 most recent retweets posted by the authenticating user's friends. |
ResponseList<Status> |
Twitter.getRetweetedToMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user's friends. |
ResponseList<Status> |
Twitter.getRetweetedToUser(int userId,
Paging paging)
Returns the 20 most recent retweets posted by users the specified user follows. |
ResponseList<Status> |
Twitter.getRetweetedToUser(java.lang.String screenName,
Paging paging)
Returns the 20 most recent retweets posted by users the specified user follows. |
ResponseList<Status> |
Twitter.getRetweets(long statusId)
Returns up to 100 of the first retweets of a given tweet. |
ResponseList<Status> |
Twitter.getRetweetsOfMe()
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
ResponseList<Status> |
Twitter.getRetweetsOfMe(Paging paging)
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
ResponseList<DirectMessage> |
Twitter.getSentDirectMessages()
Returns a list of the direct messages sent by the authenticating user. |
ResponseList<DirectMessage> |
Twitter.getSentDirectMessages(Paging paging)
Returns a list of the direct messages sent by the authenticating user. |
ResponseList<Category> |
Twitter.getSuggestedUserCategories()
Access to Twitter's suggested user list. |
ResponseList<Status> |
RelatedResults.getTweetsFromUser()
Return the 3 or less latest statuses from the user who sent the origin tweet. |
ResponseList<Status> |
RelatedResults.getTweetsWithConversation()
Returns the 8 or less statuses with conversation |
ResponseList<Status> |
RelatedResults.getTweetsWithReply()
Returns the 8 or less statuses with reply. |
ResponseList<Status> |
Twitter.getUserListStatuses(java.lang.String listOwnerScreenName,
int id,
Paging paging)
Show tweet timeline for members of the specified list. |
ResponseList<User> |
Twitter.getUserSuggestions(java.lang.String categorySlug)
Access the users in a given category of the Twitter suggested user list. It is recommended that end clients cache this data for no more than one hour. |
ResponseList<Status> |
Twitter.getUserTimeline()
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
Twitter.getUserTimeline(int userId)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
Twitter.getUserTimeline(int userId,
Paging paging)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
Twitter.getUserTimeline(Paging paging)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
Twitter.getUserTimeline(java.lang.String screenName)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
Twitter.getUserTimeline(java.lang.String screenName,
Paging paging)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Friendship> |
Twitter.lookupFriendships(int[] ids)
Returns the relationship of the authenticating user to the specified users. |
ResponseList<Friendship> |
Twitter.lookupFriendships(java.lang.String[] screenNames)
Returns the relationship of the authenticating user to the specified users. |
ResponseList<User> |
Twitter.lookupUsers(int[] ids)
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two. |
ResponseList<User> |
Twitter.lookupUsers(java.lang.String[] screenNames)
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two. |
ResponseList<Place> |
Twitter.reverseGeoCode(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
ResponseList<Place> |
Twitter.searchPlaces(GeoQuery query)
Search for places that can be attached to a statuses/update. |
ResponseList<User> |
Twitter.searchUsers(java.lang.String query,
int page)
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API. Usage note: It is only possible to retrieve the first 1000 matches from this API. |
| Uses of ResponseList in twitter4j.api |
|---|
| Methods in twitter4j.api that return ResponseList | |
|---|---|
ResponseList<UserList> |
ListMethods.getAllUserLists(int userId)
Returns all lists the authenticating or specified user subscribes to, including their own. |
ResponseList<UserList> |
ListMethods.getAllUserLists(java.lang.String screenName)
Returns all lists the authenticating or specified user subscribes to, including their own. |
ResponseList<Location> |
LocalTrendsMethods.getAvailableTrends()
Returns the locations that Twitter has trending topic information for. |
ResponseList<Location> |
LocalTrendsMethods.getAvailableTrends(GeoLocation location)
Returns the sorted locations that Twitter has trending topic information for. |
ResponseList<User> |
BlockMethods.getBlockingUsers()
Returns a list of user objects that the authenticating user is blocking. |
ResponseList<User> |
BlockMethods.getBlockingUsers(int page)
Returns a list of user objects that the authenticating user is blocking. |
ResponseList<DirectMessage> |
DirectMessageMethods.getDirectMessages()
Returns a list of the direct messages sent to the authenticating user. |
ResponseList<DirectMessage> |
DirectMessageMethods.getDirectMessages(Paging paging)
Returns a list of the direct messages sent to the authenticating user. |
ResponseList<Status> |
FavoriteMethods.getFavorites()
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format. |
ResponseList<Status> |
FavoriteMethods.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. |
ResponseList<Status> |
FavoriteMethods.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. |
ResponseList<Status> |
FavoriteMethods.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. |
ResponseList<Status> |
TimelineMethods.getFriendsTimeline()
Returns the 20 most recent statuses posted by the authenticating user and that user's friends. |
ResponseList<Status> |
TimelineMethods.getFriendsTimeline(Paging paging)
Returns the 20 most recent statuses posted by the authenticating user and that user's friends. |
ResponseList<Status> |
TimelineMethods.getHomeTimeline()
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
ResponseList<Status> |
TimelineMethods.getHomeTimeline(Paging paging)
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. |
ResponseList<User> |
UserMethods.getMemberSuggestions(java.lang.String categorySlug)
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user. |
ResponseList<Status> |
TimelineMethods.getMentions()
Returns the 20 most recent mentions (status containing @username) for the authenticating user. |
ResponseList<Status> |
TimelineMethods.getMentions(Paging paging)
Returns the 20 most recent mentions (status containing @username) for the authenticating user. |
ResponseList<Place> |
GeoMethods.getNearbyPlaces(GeoQuery query)
Deprecated. Issue 1754 |
ResponseList<Status> |
TimelineMethods.getPublicTimeline()
Returns the 20 most recent statuses from non-protected users who have set a custom user icon. |
ResponseList<User> |
StatusMethods.getRetweetedBy(long statusId)
Show user objects of up to 100 members who retweeted the status. |
ResponseList<User> |
StatusMethods.getRetweetedBy(long statusId,
Paging paging)
Deprecated. use StatusMethods.getRetweetedBy(long) instead. |
ResponseList<Status> |
TimelineMethods.getRetweetedByMe()
Returns the 20 most recent retweets posted by the authenticating user. |
ResponseList<Status> |
TimelineMethods.getRetweetedByMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user. |
ResponseList<Status> |
TimelineMethods.getRetweetedByUser(int userId,
Paging paging)
Returns the 20 most recent retweets posted by the specified user. |
ResponseList<Status> |
TimelineMethods.getRetweetedByUser(java.lang.String screenName,
Paging paging)
Returns the 20 most recent retweets posted by the specified user. |
ResponseList<Status> |
TimelineMethods.getRetweetedToMe()
Returns the 20 most recent retweets posted by the authenticating user's friends. |
ResponseList<Status> |
TimelineMethods.getRetweetedToMe(Paging paging)
Returns the 20 most recent retweets posted by the authenticating user's friends. |
ResponseList<Status> |
TimelineMethods.getRetweetedToUser(int userId,
Paging paging)
Returns the 20 most recent retweets posted by users the specified user follows. |
ResponseList<Status> |
TimelineMethods.getRetweetedToUser(java.lang.String screenName,
Paging paging)
Returns the 20 most recent retweets posted by users the specified user follows. |
ResponseList<Status> |
StatusMethods.getRetweets(long statusId)
Returns up to 100 of the first retweets of a given tweet. |
ResponseList<Status> |
TimelineMethods.getRetweetsOfMe()
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
ResponseList<Status> |
TimelineMethods.getRetweetsOfMe(Paging paging)
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others. |
ResponseList<DirectMessage> |
DirectMessageMethods.getSentDirectMessages()
Returns a list of the direct messages sent by the authenticating user. |
ResponseList<DirectMessage> |
DirectMessageMethods.getSentDirectMessages(Paging paging)
Returns a list of the direct messages sent by the authenticating user. |
ResponseList<Category> |
UserMethods.getSuggestedUserCategories()
Access to Twitter's suggested user list. |
ResponseList<Status> |
ListMethods.getUserListStatuses(java.lang.String listOwnerScreenName,
int id,
Paging paging)
Show tweet timeline for members of the specified list. |
ResponseList<User> |
UserMethods.getUserSuggestions(java.lang.String categorySlug)
Access the users in a given category of the Twitter suggested user list. It is recommended that end clients cache this data for no more than one hour. |
ResponseList<Status> |
TimelineMethods.getUserTimeline()
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(int userId)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(int userId,
Paging paging)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(Paging paging)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(java.lang.String screenName)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Status> |
TimelineMethods.getUserTimeline(java.lang.String screenName,
Paging paging)
Returns the 20 most recent statuses posted from the authenticating user. |
ResponseList<Friendship> |
FriendshipMethods.lookupFriendships(int[] ids)
Returns the relationship of the authenticating user to the specified users. |
ResponseList<Friendship> |
FriendshipMethods.lookupFriendships(java.lang.String[] screenNames)
Returns the relationship of the authenticating user to the specified users. |
ResponseList<User> |
UserMethods.lookupUsers(int[] ids)
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two. |
ResponseList<User> |
UserMethods.lookupUsers(java.lang.String[] screenNames)
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two. |
ResponseList<Place> |
GeoMethods.reverseGeoCode(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
ResponseList<Place> |
GeoMethods.searchPlaces(GeoQuery query)
Search for places that can be attached to a statuses/update. |
ResponseList<User> |
UserMethods.searchUsers(java.lang.String query,
int page)
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API. Usage note: It is only possible to retrieve the first 1000 matches from this API. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||