A C D F G H L M O P R S T U V 

A

addListener(TwitterListener) - Method in interface twitter4j.AsyncTwitter
Adds twitter listener
addUserListMember(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
addUserListMember(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
addUserListMembers(int, long[]) - Method in interface twitter4j.api.ListsResourcesAsync
addUserListMembers(long, String, long[]) - Method in interface twitter4j.api.ListsResourcesAsync
addUserListMembers(int, String[]) - Method in interface twitter4j.api.ListsResourcesAsync
addUserListMembers(long, String, String[]) - Method in interface twitter4j.api.ListsResourcesAsync
AsyncOAuthSupport - Interface in twitter4j.auth
 
AsyncTwitter - Interface in twitter4j
 
AsyncTwitterFactory - Class in twitter4j
A factory class for AsyncTwitter.
An instance of this class is completely thread safe and can be re-used and used concurrently.
Note that currently AsyncTwitter is NOT compatible with Google App Engine as it is maintaining threads internally.
AsyncTwitterFactory() - Constructor for class twitter4j.AsyncTwitterFactory
Creates an AsyncTwitterFactory with the root configuration, with no listener.
AsyncTwitterFactory(Configuration) - Constructor for class twitter4j.AsyncTwitterFactory
Creates an AsyncTwitterFactory with the given configuration.
AsyncTwitterFactory(String) - Constructor for class twitter4j.AsyncTwitterFactory
Creates a AsyncTwitterFactory with the specified config tree, with given listener

C

checkedUserListMembership(User) - Method in class twitter4j.TwitterAdapter
 
checkedUserListMembership(User) - Method in interface twitter4j.TwitterListener
 
checkedUserListSubscription(User) - Method in class twitter4j.TwitterAdapter
 
checkedUserListSubscription(User) - Method in interface twitter4j.TwitterListener
 
createBlock(long) - Method in interface twitter4j.api.UsersResourcesAsync
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(String) - Method in interface twitter4j.api.UsersResourcesAsync
Blocks the user specified in the ID parameter as the authenticating user.
createdBlock(User) - Method in class twitter4j.TwitterAdapter
 
createdBlock(User) - Method in interface twitter4j.TwitterListener
 
createdFavorite(Status) - Method in class twitter4j.TwitterAdapter
 
createdFavorite(Status) - Method in interface twitter4j.TwitterListener
 
createdFriendship(User) - Method in class twitter4j.TwitterAdapter
 
createdFriendship(User) - Method in interface twitter4j.TwitterListener
 
createdPlace(Place) - Method in class twitter4j.TwitterAdapter
 
createdPlace(Place) - Method in interface twitter4j.TwitterListener
 
createdSavedSearch(SavedSearch) - Method in class twitter4j.TwitterAdapter
 
createdSavedSearch(SavedSearch) - Method in interface twitter4j.TwitterListener
 
createdUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
createdUserList(UserList) - Method in interface twitter4j.TwitterListener
 
createdUserListMember(UserList) - Method in class twitter4j.TwitterAdapter
 
createdUserListMember(UserList) - Method in interface twitter4j.TwitterListener
 
createdUserListMembers(UserList) - Method in class twitter4j.TwitterAdapter
 
createdUserListMembers(UserList) - Method in interface twitter4j.TwitterListener
 
createFavorite(long) - Method in interface twitter4j.api.FavoritesResourcesAsync
Favorites the status specified in the ID parameter as the authenticating user.
createFriendship(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(long, boolean) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String, boolean) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createPlace(String, String, String, GeoLocation, String) - Method in interface twitter4j.api.PlacesGeoResourcesAsync
Creates a new place at the given latitude and longitude.
createSavedSearch(String) - Method in interface twitter4j.api.SavedSearchesResourcesAsync
Creates a saved search for the authenticated user.
createUserList(String, boolean, String) - Method in interface twitter4j.api.ListsResourcesAsync
Creates a new list for the authenticated user.
createUserListMember(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
Adds a member to a list.
createUserListMember(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
Adds a member to a list.
createUserListMembers(int, long[]) - Method in interface twitter4j.api.ListsResourcesAsync
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListMembers(long, String, long[]) - Method in interface twitter4j.api.ListsResourcesAsync
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListMembers(int, String[]) - Method in interface twitter4j.api.ListsResourcesAsync
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListMembers(long, String, String[]) - Method in interface twitter4j.api.ListsResourcesAsync
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListSubscription(int) - Method in interface twitter4j.api.ListsResourcesAsync
Make the authenticated user follow the specified list.
createUserListSubscription(long, String) - Method in interface twitter4j.api.ListsResourcesAsync
Make the authenticated user follow the specified list.

D

deleteUserListMember(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
deleteUserListMember(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
destroyBlock(long) - Method in interface twitter4j.api.UsersResourcesAsync
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(String) - Method in interface twitter4j.api.UsersResourcesAsync
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyDirectMessage(long) - Method in interface twitter4j.api.DirectMessagesResourcesAsync
Destroys the direct message specified in the required ID parameter.
destroyedBlock(User) - Method in class twitter4j.TwitterAdapter
 
destroyedBlock(User) - Method in interface twitter4j.TwitterListener
 
destroyedDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
destroyedDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
destroyedFavorite(Status) - Method in class twitter4j.TwitterAdapter
 
destroyedFavorite(Status) - Method in interface twitter4j.TwitterListener
 
destroyedFriendship(User) - Method in class twitter4j.TwitterAdapter
 
destroyedFriendship(User) - Method in interface twitter4j.TwitterListener
 
destroyedSavedSearch(SavedSearch) - Method in class twitter4j.TwitterAdapter
 
destroyedSavedSearch(SavedSearch) - Method in interface twitter4j.TwitterListener
 
destroyedStatus(Status) - Method in class twitter4j.TwitterAdapter
 
destroyedStatus(Status) - Method in interface twitter4j.TwitterListener
 
destroyedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
destroyedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
destroyedUserListMember(UserList) - Method in class twitter4j.TwitterAdapter
 
destroyedUserListMember(UserList) - Method in interface twitter4j.TwitterListener
 
destroyFavorite(long) - Method in interface twitter4j.api.FavoritesResourcesAsync
Favorites the status specified in the ID parameter as the authenticating user.
destroyFriendship(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(String) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroySavedSearch(int) - Method in interface twitter4j.api.SavedSearchesResourcesAsync
Destroys a saved search for the authenticated user.
destroyStatus(long) - Method in interface twitter4j.api.TweetsResourcesAsync
Destroys the status specified by the required ID parameter.
Usage note: The authenticating user must be the author of the specified status.
destroyUserList(int) - Method in interface twitter4j.api.ListsResourcesAsync
Deletes the specified list.
destroyUserList(long, String) - Method in interface twitter4j.api.ListsResourcesAsync
Deletes the specified list.
destroyUserListMember(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
Removes the specified member from the list.
destroyUserListMember(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
Removes the specified member from the list.
destroyUserListSubscription(int) - Method in interface twitter4j.api.ListsResourcesAsync
Unsubscribes the authenticated user form the specified list.
destroyUserListSubscription(long, String) - Method in interface twitter4j.api.ListsResourcesAsync
Unsubscribes the authenticated user form the specified list.
DirectMessagesResourcesAsync - Interface in twitter4j.api
 

F

FavoritesResourcesAsync - Interface in twitter4j.api
 
FriendsFollowersResourcesAsync - Interface in twitter4j.api
 

G

getAccountSettings() - Method in interface twitter4j.api.UsersResourcesAsync
Returns the current trend, geo and sleep time information for the authenticating user.
getAPIConfiguration() - Method in interface twitter4j.api.HelpResourcesAsync
Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
It is recommended applications request this endpoint when they are loaded, but no more than once a day.
getAvailableTrends() - Method in interface twitter4j.api.TrendsResourcesAsync
Retrieves the locations that Twitter has trending topic information for.
getAvailableTrends(GeoLocation) - Method in interface twitter4j.api.TrendsResourcesAsync
getBlocksIDs() - Method in interface twitter4j.api.UsersResourcesAsync
Returns an array of numeric user ids the authenticating user is blocking.
getBlocksIDs(long) - Method in interface twitter4j.api.UsersResourcesAsync
Returns an array of numeric user ids the authenticating user is blocking.
getBlocksList() - Method in interface twitter4j.api.UsersResourcesAsync
Returns a list of user objects that the authenticating user is blocking.
getBlocksList(long) - Method in interface twitter4j.api.UsersResourcesAsync
Returns a list of user objects that the authenticating user is blocking.
getClosestTrends(GeoLocation) - Method in interface twitter4j.api.TrendsResourcesAsync
Returns the locations that Twitter has trending topic information for, closest to a specified location.
The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in.
A WOEID is a Yahoo! Where On Earth ID.
getContributees(long) - Method in interface twitter4j.api.UsersResourcesAsync
Returns an array of users that the specified user can contribute to.
getContributees(String) - Method in interface twitter4j.api.UsersResourcesAsync
Returns an array of users that the specified user can contribute to.
getContributors(long) - Method in interface twitter4j.api.UsersResourcesAsync
Returns an array of users who can contribute to the specified account.
getContributors(String) - Method in interface twitter4j.api.UsersResourcesAsync
Returns an array of users who can contribute to the specified account.
getDirectMessages() - Method in interface twitter4j.api.DirectMessagesResourcesAsync
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessagesResourcesAsync
Returns a list of the direct messages sent to the authenticating user.
getFavorites() - Method in interface twitter4j.api.FavoritesResourcesAsync
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(long) - Method in interface twitter4j.api.FavoritesResourcesAsync
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(String) - Method in interface twitter4j.api.FavoritesResourcesAsync
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(Paging) - Method in interface twitter4j.api.FavoritesResourcesAsync
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(long, Paging) - Method in interface twitter4j.api.FavoritesResourcesAsync
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(String, Paging) - Method in interface twitter4j.api.FavoritesResourcesAsync
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFollowersIDs(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersList(long, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFollowersList(String, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFriendsIDs(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsList(long, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFriendsList(String, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getGeoDetails(String) - Method in interface twitter4j.api.PlacesGeoResourcesAsync
Find out more details of a place that was returned from the PlacesGeoResourcesAsync.reverseGeoCode(twitter4j.GeoQuery) method.
getHomeTimeline() - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getHomeTimeline(Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getIncomingFriendships(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
getInstance() - Method in class twitter4j.AsyncTwitterFactory
Returns an instance associated with the configuration bound to this factory.
getInstance(AccessToken) - Method in class twitter4j.AsyncTwitterFactory
Returns a OAuth Authenticated instance.
consumer key and consumer Secret must be provided by twitter4j.properties, or system properties.
Unlike OAuthSupport.setOAuthAccessToken(twitter4j.auth.AccessToken), this factory method potentially returns a cached instance.
getInstance(Authorization) - Method in class twitter4j.AsyncTwitterFactory
 
getInstance(Twitter) - Method in class twitter4j.AsyncTwitterFactory
a kind of copy factory method constructs an AsyncTwitter from Twitter instance
getLanguages() - Method in interface twitter4j.api.HelpResourcesAsync
Returns the list of languages supported by Twitter along with their ISO 639-1 code.
getLocationTrends(int) - Method in interface twitter4j.api.TrendsResourcesAsync
getMemberSuggestions(String) - Method in interface twitter4j.api.SuggestedUsersResourcesAsync
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.
getMentions() - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getMentions(Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getOAuthAccessTokenAsync() - Method in interface twitter4j.auth.AsyncOAuthSupport
Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new access token.
getOAuthAccessTokenAsync(String) - Method in interface twitter4j.auth.AsyncOAuthSupport
Retrieves an access token.
getOAuthAccessTokenAsync(RequestToken) - Method in interface twitter4j.auth.AsyncOAuthSupport
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessTokenAsync(RequestToken, String) - Method in interface twitter4j.auth.AsyncOAuthSupport
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessTokenAsync(String, String) - Method in interface twitter4j.auth.AsyncOAuthSupport
Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com — all other applications will receive an HTTP 401 error.
getOAuthRequestTokenAsync() - Method in interface twitter4j.auth.AsyncOAuthSupport
Retrieves a request token
getOAuthRequestTokenAsync(String) - Method in interface twitter4j.auth.AsyncOAuthSupport
Retrieves a request token
getOAuthRequestTokenAsync(String, String) - Method in interface twitter4j.auth.AsyncOAuthSupport
Retrieves a request token
getOEmbed(OEmbedRequest) - Method in interface twitter4j.api.TweetsResourcesAsync
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
getOutgoingFriendships(long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
getPlaceTrends(int) - Method in interface twitter4j.api.TrendsResourcesAsync
Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.
The response is an array of "trend" objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on Twitter Search, and the Twitter Search URL.
This information is cached for 5 minutes.
getPrivacyPolicy() - Method in interface twitter4j.api.HelpResourcesAsync
Returns Twitter's Privacy Policy.
getRateLimitStatus() - Method in interface twitter4j.api.HelpResourcesAsync
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.
getRateLimitStatus(String...) - Method in interface twitter4j.api.HelpResourcesAsync
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.
getRetweets(long) - Method in interface twitter4j.api.TweetsResourcesAsync
Returns up to 100 of the first retweets of a given tweet.
getRetweetsOfMe() - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetsOfMe(Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getSavedSearches() - Method in interface twitter4j.api.SavedSearchesResourcesAsync
Returns the authenticated user's saved search queries.
getSentDirectMessages() - Method in interface twitter4j.api.DirectMessagesResourcesAsync
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessagesResourcesAsync
Returns a list of the direct messages sent by the authenticating user.
getSimilarPlaces(GeoLocation, String, String, String) - Method in interface twitter4j.api.PlacesGeoResourcesAsync
Locates places near the given coordinates which are similar in name.
getSingleton() - Static method in class twitter4j.AsyncTwitterFactory
Returns default singleton AsyncTwitter instance.
getSuggestedUserCategories() - Method in interface twitter4j.api.SuggestedUsersResourcesAsync
Access to Twitter's suggested user list.
getTermsOfService() - Method in interface twitter4j.api.HelpResourcesAsync
Returns Twitter's' Terms of Service.
getUserListMembers(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
Returns the members of the specified list.
getUserListMembers(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
Returns the members of the specified list.
getUserListMemberships(long) - Method in interface twitter4j.api.ListsResourcesAsync
List the lists the authenticating user has been added to.
getUserListMemberships(long, long) - Method in interface twitter4j.api.ListsResourcesAsync
List the lists the specified user has been added to.
getUserListMemberships(String, long) - Method in interface twitter4j.api.ListsResourcesAsync
List the lists the specified user has been added to.
getUserListMemberships(long, long, boolean) - Method in interface twitter4j.api.ListsResourcesAsync
List the lists the specified user has been added to.
getUserListMemberships(String, long, boolean) - Method in interface twitter4j.api.ListsResourcesAsync
List the lists the specified user has been added to.
getUserLists(String) - Method in interface twitter4j.api.ListsResourcesAsync
List the lists of the specified user.
getUserLists(long) - Method in interface twitter4j.api.ListsResourcesAsync
List the lists of the specified user.
getUserListStatuses(int, Paging) - Method in interface twitter4j.api.ListsResourcesAsync
Show tweet timeline for members of the specified list.
getUserListStatuses(long, String, Paging) - Method in interface twitter4j.api.ListsResourcesAsync
Show tweet timeline for members of the specified list.
getUserListSubscribers(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
Returns the subscribers of the specified list.
getUserListSubscribers(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
Returns the subscribers of the specified list.
getUserListSubscriptions(String, long) - Method in interface twitter4j.api.ListsResourcesAsync
List the lists the specified user follows.
getUserSuggestions(String) - Method in interface twitter4j.api.SuggestedUsersResourcesAsync
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.
getUserTimeline(String, Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long, Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(Paging) - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String) - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long) - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline() - Method in interface twitter4j.api.TimelinesResourcesAsync
Returns the 20 most recent statuses posted from the authenticating user.
getVersion() - Static method in class twitter4j.VersionAsync
 
gotAccountSettings(AccountSettings) - Method in class twitter4j.TwitterAdapter
 
gotAccountSettings(AccountSettings) - Method in interface twitter4j.TwitterListener
 
gotAPIConfiguration(TwitterAPIConfiguration) - Method in class twitter4j.TwitterAdapter
 
gotAPIConfiguration(TwitterAPIConfiguration) - Method in interface twitter4j.TwitterListener
 
gotAvailableTrends(ResponseList<Location>) - Method in class twitter4j.TwitterAdapter
 
gotAvailableTrends(ResponseList<Location>) - Method in interface twitter4j.TwitterListener
 
gotBlockIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotBlockIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotBlocksList(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotBlocksList(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotClosestTrends(ResponseList<Location>) - Method in class twitter4j.TwitterAdapter
 
gotClosestTrends(ResponseList<Location>) - Method in interface twitter4j.TwitterListener
 
gotContributees(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotContributees(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotContributors(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotContributors(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
gotDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
gotDirectMessages(ResponseList<DirectMessage>) - Method in class twitter4j.TwitterAdapter
 
gotDirectMessages(ResponseList<DirectMessage>) - Method in interface twitter4j.TwitterListener
 
gotFavorites(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotFavorites(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotFollowersIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotFollowersIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotFollowersList(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotFollowersList(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotFriendsIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotFriendsIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotFriendsList(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotFriendsList(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotGeoDetails(Place) - Method in class twitter4j.TwitterAdapter
 
gotGeoDetails(Place) - Method in interface twitter4j.TwitterListener
 
gotHomeTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotHomeTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotIncomingFriendships(IDs) - Method in class twitter4j.TwitterAdapter
 
gotIncomingFriendships(IDs) - Method in interface twitter4j.TwitterListener
 
gotLanguages(ResponseList<HelpResources.Language>) - Method in class twitter4j.TwitterAdapter
 
gotLanguages(ResponseList<HelpResources.Language>) - Method in interface twitter4j.TwitterListener
 
gotMemberSuggestions(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotMemberSuggestions(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotMentions(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotMentions(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotOAuthAccessToken(AccessToken) - Method in class twitter4j.TwitterAdapter
 
gotOAuthAccessToken(AccessToken) - Method in interface twitter4j.TwitterListener
 
gotOAuthRequestToken(RequestToken) - Method in class twitter4j.TwitterAdapter
 
gotOAuthRequestToken(RequestToken) - Method in interface twitter4j.TwitterListener
 
gotOEmbed(OEmbed) - Method in class twitter4j.TwitterAdapter
 
gotOEmbed(OEmbed) - Method in interface twitter4j.TwitterListener
 
gotOutgoingFriendships(IDs) - Method in class twitter4j.TwitterAdapter
 
gotOutgoingFriendships(IDs) - Method in interface twitter4j.TwitterListener
 
gotPlaceTrends(Trends) - Method in class twitter4j.TwitterAdapter
 
gotPlaceTrends(Trends) - Method in interface twitter4j.TwitterListener
 
gotPrivacyPolicy(String) - Method in class twitter4j.TwitterAdapter
 
gotPrivacyPolicy(String) - Method in interface twitter4j.TwitterListener
 
gotRateLimitStatus(Map<String, RateLimitStatus>) - Method in class twitter4j.TwitterAdapter
 
gotRateLimitStatus(Map<String, RateLimitStatus>) - Method in interface twitter4j.TwitterListener
 
gotRetweets(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweets(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweetsOfMe(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetsOfMe(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotReverseGeoCode(ResponseList<Place>) - Method in class twitter4j.TwitterAdapter
 
gotReverseGeoCode(ResponseList<Place>) - Method in interface twitter4j.TwitterListener
 
gotSavedSearch(SavedSearch) - Method in class twitter4j.TwitterAdapter
 
gotSavedSearch(SavedSearch) - Method in interface twitter4j.TwitterListener
 
gotSavedSearches(ResponseList<SavedSearch>) - Method in class twitter4j.TwitterAdapter
 
gotSavedSearches(ResponseList<SavedSearch>) - Method in interface twitter4j.TwitterListener
 
gotSentDirectMessages(ResponseList<DirectMessage>) - Method in class twitter4j.TwitterAdapter
 
gotSentDirectMessages(ResponseList<DirectMessage>) - Method in interface twitter4j.TwitterListener
 
gotShowFriendship(Relationship) - Method in class twitter4j.TwitterAdapter
 
gotShowFriendship(Relationship) - Method in interface twitter4j.TwitterListener
 
gotShowStatus(Status) - Method in class twitter4j.TwitterAdapter
 
gotShowStatus(Status) - Method in interface twitter4j.TwitterListener
 
gotShowUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
gotShowUserList(UserList) - Method in interface twitter4j.TwitterListener
 
gotSimilarPlaces(SimilarPlaces) - Method in class twitter4j.TwitterAdapter
 
gotSimilarPlaces(SimilarPlaces) - Method in interface twitter4j.TwitterListener
 
gotSuggestedUserCategories(ResponseList<Category>) - Method in class twitter4j.TwitterAdapter
 
gotSuggestedUserCategories(ResponseList<Category>) - Method in interface twitter4j.TwitterListener
 
gotTermsOfService(String) - Method in class twitter4j.TwitterAdapter
 
gotTermsOfService(String) - Method in interface twitter4j.TwitterListener
 
gotUserDetail(User) - Method in class twitter4j.TwitterAdapter
 
gotUserDetail(User) - Method in interface twitter4j.TwitterListener
 
gotUserListMembers(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotUserListMembers(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotUserListMemberships(PagableResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotUserListMemberships(PagableResponseList<UserList>) - Method in interface twitter4j.TwitterListener
 
gotUserLists(ResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotUserLists(ResponseList<UserList>) - Method in interface twitter4j.TwitterListener
 
gotUserListStatuses(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotUserListStatuses(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotUserListSubscribers(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotUserListSubscribers(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotUserListSubscriptions(PagableResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotUserListSubscriptions(PagableResponseList<UserList>) - Method in interface twitter4j.TwitterListener
 
gotUserSuggestions(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotUserSuggestions(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotUserTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotUserTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 

H

HelpResourcesAsync - Interface in twitter4j.api
 

L

ListsResourcesAsync - Interface in twitter4j.api
 
lookedUpFriendships(ResponseList<Friendship>) - Method in class twitter4j.TwitterAdapter
 
lookedUpFriendships(ResponseList<Friendship>) - Method in interface twitter4j.TwitterListener
 
lookedupUsers(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
lookedupUsers(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
lookupFriendships(long[]) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(String[]) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns the relationship of the authenticating user to the specified users.
lookupUsers(long[]) - Method in interface twitter4j.api.UsersResourcesAsync
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(String[]) - Method in interface twitter4j.api.UsersResourcesAsync
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.

M

main(String[]) - Static method in class twitter4j.VersionAsync
prints the version string

O

onException(TwitterException, TwitterMethod) - Method in class twitter4j.TwitterAdapter
 
onException(TwitterException, TwitterMethod) - Method in interface twitter4j.TwitterListener
 

P

PlacesGeoResourcesAsync - Interface in twitter4j.api
 

R

removedProfileBanner() - Method in class twitter4j.TwitterAdapter
 
removedProfileBanner() - Method in interface twitter4j.TwitterListener
 
removeProfileBanner() - Method in interface twitter4j.api.UsersResourcesAsync
Removes the uploaded profile banner for the authenticating user.
reportedSpam(User) - Method in class twitter4j.TwitterAdapter
 
reportedSpam(User) - Method in interface twitter4j.TwitterListener
 
reportSpam(long) - Method in interface twitter4j.api.SpamReportingResourceAsync
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(String) - Method in interface twitter4j.api.SpamReportingResourceAsync
The user specified in the id is blocked by the authenticated user and reported as a spammer.
retweetedStatus(Status) - Method in class twitter4j.TwitterAdapter
 
retweetedStatus(Status) - Method in interface twitter4j.TwitterListener
 
retweetStatus(long) - Method in interface twitter4j.api.TweetsResourcesAsync
Retweets a tweet.
reverseGeoCode(GeoQuery) - Method in interface twitter4j.api.PlacesGeoResourcesAsync
Search for places (cities and neighborhoods) that can be attached to a statuses/update.

S

SavedSearchesResourcesAsync - Interface in twitter4j.api
 
search(Query) - Method in interface twitter4j.api.SearchResourceAsync
Returns tweets that match a specified query.
searched(QueryResult) - Method in class twitter4j.TwitterAdapter
 
searched(QueryResult) - Method in interface twitter4j.TwitterListener
 
searchedPlaces(ResponseList<Place>) - Method in class twitter4j.TwitterAdapter
 
searchedPlaces(ResponseList<Place>) - Method in interface twitter4j.TwitterListener
 
searchedUser(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
searchedUser(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
searchPlaces(GeoQuery) - Method in interface twitter4j.api.PlacesGeoResourcesAsync
Search for places that can be attached to a statuses/update.
SearchResourceAsync - Interface in twitter4j.api
 
searchUsers(String, int) - Method in interface twitter4j.api.UsersResourcesAsync
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.
sendDirectMessage(long, String) - Method in interface twitter4j.api.DirectMessagesResourcesAsync
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(String, String) - Method in interface twitter4j.api.DirectMessagesResourcesAsync
Sends a new direct message to the specified user from the authenticating user.
sentDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
sentDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
showDirectMessage(long) - Method in interface twitter4j.api.DirectMessagesResourcesAsync
Returns a single direct message, specified by an id parameter.
showFriendship(long, long) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns detailed information about the relationship between two users.
showFriendship(String, String) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Returns detailed information about the relationship between two users.
showSavedSearch(int) - Method in interface twitter4j.api.SavedSearchesResourcesAsync
Retrieve the data for a saved search owned by the authenticating user specified by the given id.
showStatus(long) - Method in interface twitter4j.api.TweetsResourcesAsync
Returns a single status, specified by the id parameter below.
showUser(long) - Method in interface twitter4j.api.UsersResourcesAsync
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(String) - Method in interface twitter4j.api.UsersResourcesAsync
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUserList(int) - Method in interface twitter4j.api.ListsResourcesAsync
Show the specified list.
showUserList(long, String) - Method in interface twitter4j.api.ListsResourcesAsync
Show the specified list.
showUserListMembership(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
Check if a user is a member of the specified list.

This method calls http://api.twitter.com/1.1/lists/members/show.json
showUserListMembership(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
Check if a user is a member of the specified list.

This method calls http://api.twitter.com/1.1/lists/members/show.json
showUserListSubscription(int, long) - Method in interface twitter4j.api.ListsResourcesAsync
Check if the specified user is a subscriber of the specified list.
showUserListSubscription(long, String, long) - Method in interface twitter4j.api.ListsResourcesAsync
Check if the specified user is a subscriber of the specified list.
SpamReportingResourceAsync - Interface in twitter4j.api
Not yet supported.
subscribedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
subscribedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
SuggestedUsersResourcesAsync - Interface in twitter4j.api
 

T

TimelinesResourcesAsync - Interface in twitter4j.api
 
TrendsResourcesAsync - Interface in twitter4j.api
 
TweetsResourcesAsync - Interface in twitter4j.api
 
twitter4j - package twitter4j
 
twitter4j.api - package twitter4j.api
 
twitter4j.auth - package twitter4j.auth
 
TwitterAdapter - Class in twitter4j
A handy adapter of TwitterListener.
TwitterAdapter() - Constructor for class twitter4j.TwitterAdapter
 
TwitterListener - Interface in twitter4j
A listener for receiving asynchronous responses from Twitter Async APIs.
TwitterMethod - Enum in twitter4j
 

U

unsubscribedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
unsubscribedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
updateAccountSettings(Integer, Boolean, String, String, String, String) - Method in interface twitter4j.api.UsersResourcesAsync
Updates the current trend, geo, language, timezone and sleep time information for the authenticating user.
updatedAccountSettings(AccountSettings) - Method in class twitter4j.TwitterAdapter
 
updatedAccountSettings(AccountSettings) - Method in interface twitter4j.TwitterListener
 
updatedFriendship(Relationship) - Method in class twitter4j.TwitterAdapter
 
updatedFriendship(Relationship) - Method in interface twitter4j.TwitterListener
 
updatedProfile(User) - Method in class twitter4j.TwitterAdapter
 
updatedProfile(User) - Method in interface twitter4j.TwitterListener
 
updatedProfileBackgroundImage(User) - Method in class twitter4j.TwitterAdapter
 
updatedProfileBackgroundImage(User) - Method in interface twitter4j.TwitterListener
 
updatedProfileBanner() - Method in class twitter4j.TwitterAdapter
 
updatedProfileBanner() - Method in interface twitter4j.TwitterListener
 
updatedProfileColors(User) - Method in class twitter4j.TwitterAdapter
 
updatedProfileColors(User) - Method in interface twitter4j.TwitterListener
 
updatedProfileImage(User) - Method in class twitter4j.TwitterAdapter
 
updatedProfileImage(User) - Method in interface twitter4j.TwitterListener
 
updatedStatus(Status) - Method in class twitter4j.TwitterAdapter
 
updatedStatus(Status) - Method in interface twitter4j.TwitterListener
 
updatedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
updatedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
updateFriendship(long, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(String, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResourcesAsync
Allows you to enable or disable retweets and device notifications from the specified user.
updateProfile(String, String, String, String) - Method in interface twitter4j.api.UsersResourcesAsync
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfileBackgroundImage(File, boolean) - Method in interface twitter4j.api.UsersResourcesAsync
Updates the authenticating user's profile background image.
updateProfileBackgroundImage(InputStream, boolean) - Method in interface twitter4j.api.UsersResourcesAsync
Updates the authenticating user's profile background image.
updateProfileBanner(File) - Method in interface twitter4j.api.UsersResourcesAsync
Uploads a profile banner on behalf of the authenticating user.
updateProfileBanner(InputStream) - Method in interface twitter4j.api.UsersResourcesAsync
Uploads a profile banner on behalf of the authenticating user.
updateProfileColors(String, String, String, String, String) - Method in interface twitter4j.api.UsersResourcesAsync
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
updateProfileImage(File) - Method in interface twitter4j.api.UsersResourcesAsync
Updates the authenticating user's profile image.
updateProfileImage(InputStream) - Method in interface twitter4j.api.UsersResourcesAsync
Updates the authenticating user's profile image.
updateStatus(String) - Method in interface twitter4j.api.TweetsResourcesAsync
Updates the authenticating user's status.
updateStatus(StatusUpdate) - Method in interface twitter4j.api.TweetsResourcesAsync
Updates the authenticating user's status.
updateUserList(int, String, boolean, String) - Method in interface twitter4j.api.ListsResourcesAsync
Updates the specified list.
updateUserList(long, String, String, boolean, String) - Method in interface twitter4j.api.ListsResourcesAsync
Updates the specified list.
UsersResourcesAsync - Interface in twitter4j.api
 

V

valueOf(String) - Static method in enum twitter4j.TwitterMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum twitter4j.TwitterMethod
Returns an array containing the constants of this enum type, in the order they are declared.
verifiedCredentials(User) - Method in class twitter4j.TwitterAdapter
 
verifiedCredentials(User) - Method in interface twitter4j.TwitterListener
 
verifyCredentials() - Method in interface twitter4j.api.UsersResourcesAsync
Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not.
VersionAsync - Class in twitter4j
 
A C D F G H L M O P R S T U V 

Copyright © 2013. All Rights Reserved.