A B C D E F G H I L M N O P R S T U V W

A

ACCOUNT_SETTINGS - Static variable in interface twitter4j.TwitterListener
 
ACCOUNT_SETTINGS - Static variable in class twitter4j.TwitterMethod
 
ACCOUNT_TOTALS - Static variable in interface twitter4j.TwitterListener
 
ACCOUNT_TOTALS - Static variable in class twitter4j.TwitterMethod
 
AccountMethodsAsync - Interface in twitter4j.api
 
ADD_LIST_MEMBER - Static variable in interface twitter4j.TwitterListener
 
ADD_LIST_MEMBER - Static variable in class twitter4j.TwitterMethod
 
ADD_LIST_MEMBERS - Static variable in interface twitter4j.TwitterListener
 
ADD_LIST_MEMBERS - Static variable in class twitter4j.TwitterMethod
 
addedUserListMember(UserList) - Method in class twitter4j.TwitterAdapter
 
addedUserListMember(UserList) - Method in interface twitter4j.TwitterListener
 
addedUserListMembers(UserList) - Method in class twitter4j.TwitterAdapter
 
addedUserListMembers(UserList) - Method in interface twitter4j.TwitterListener
 
addListener(TwitterListener) - Method in interface twitter4j.AsyncTwitter
Adds twitter listener
addUserListMember(int, long) - Method in interface twitter4j.api.ListMembersMethodsAsync
Adds a member to a list.
addUserListMembers(int, long[]) - Method in interface twitter4j.api.ListMembersMethodsAsync
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserListMembers(int, String[]) - Method in interface twitter4j.api.ListMembersMethodsAsync
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
ALL_USER_LISTS - Static variable in interface twitter4j.TwitterListener
 
ALL_USER_LISTS - Static variable in class twitter4j.TwitterMethod
 
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
AVAILABLE_TRENDS - Static variable in interface twitter4j.TwitterListener
 
AVAILABLE_TRENDS - Static variable in class twitter4j.TwitterMethod
 

B

BLOCKING_USERS - Static variable in interface twitter4j.TwitterListener
 
BLOCKING_USERS - Static variable in class twitter4j.TwitterMethod
 
BLOCKING_USERS_IDS - Static variable in interface twitter4j.TwitterListener
 
BLOCKING_USERS_IDS - Static variable in class twitter4j.TwitterMethod
 
BlockMethodsAsync - Interface in twitter4j.api
 

C

CHECK_LIST_MEMBERSHIP - Static variable in interface twitter4j.TwitterListener
 
CHECK_LIST_MEMBERSHIP - Static variable in class twitter4j.TwitterMethod
 
CHECK_LIST_SUBSCRIPTION - Static variable in interface twitter4j.TwitterListener
 
CHECK_LIST_SUBSCRIPTION - Static variable in class twitter4j.TwitterMethod
 
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
 
checkUserListMembership(String, int, long) - Method in interface twitter4j.api.ListMembersMethodsAsync
Check if a user is a member of the specified list.

This method calls http://api.twitter.com/1/[listOwner]/[listId]/members/id.json
checkUserListSubscription(String, int, long) - Method in interface twitter4j.api.ListSubscribersMethodsAsync
Check if the specified user is a subscriber of the specified list.
CREATE_BLOCK - Static variable in interface twitter4j.TwitterListener
 
CREATE_BLOCK - Static variable in class twitter4j.TwitterMethod
 
CREATE_FAVORITE - Static variable in interface twitter4j.TwitterListener
 
CREATE_FAVORITE - Static variable in class twitter4j.TwitterMethod
 
CREATE_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
CREATE_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
CREATE_PLACE - Static variable in interface twitter4j.TwitterListener
 
CREATE_PLACE - Static variable in class twitter4j.TwitterMethod
 
CREATE_USER_LIST - Static variable in interface twitter4j.TwitterListener
 
CREATE_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
createBlock(String) - Method in interface twitter4j.api.BlockMethodsAsync
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(long) - Method in interface twitter4j.api.BlockMethodsAsync
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
 
createdUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
createdUserList(UserList) - Method in interface twitter4j.TwitterListener
 
createFavorite(long) - Method in interface twitter4j.api.FavoriteMethodsAsync
Favorites the status specified in the ID parameter as the authenticating user.
createFriendship(String) - Method in interface twitter4j.api.FriendshipMethodsAsync
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) - Method in interface twitter4j.api.FriendshipMethodsAsync
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.FriendshipMethodsAsync
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.FriendshipMethodsAsync
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.GeoMethodsAsync
Creates a new place at the given latitude and longitude.
createUserList(String, boolean, String) - Method in interface twitter4j.api.ListMethodsAsync
Creates a new list for the authenticated user.
CURRENT_TRENDS - Static variable in interface twitter4j.TwitterListener
 
CURRENT_TRENDS - Static variable in class twitter4j.TwitterMethod
 

D

DAILY_TRENDS - Static variable in interface twitter4j.TwitterListener
 
DAILY_TRENDS - Static variable in class twitter4j.TwitterMethod
 
DELETE_LIST_MEMBER - Static variable in interface twitter4j.TwitterListener
 
DELETE_LIST_MEMBER - Static variable in class twitter4j.TwitterMethod
 
deletedUserListMember(UserList) - Method in class twitter4j.TwitterAdapter
 
deletedUserListMember(UserList) - Method in interface twitter4j.TwitterListener
 
deleteUserListMember(int, long) - Method in interface twitter4j.api.ListMembersMethodsAsync
Removes the specified member from the list.
DESTROY_BLOCK - Static variable in interface twitter4j.TwitterListener
 
DESTROY_BLOCK - Static variable in class twitter4j.TwitterMethod
 
DESTROY_DIRECT_MESSAGE - Static variable in interface twitter4j.TwitterListener
 
DESTROY_DIRECT_MESSAGE - Static variable in class twitter4j.TwitterMethod
 
DESTROY_FAVORITE - Static variable in interface twitter4j.TwitterListener
 
DESTROY_FAVORITE - Static variable in class twitter4j.TwitterMethod
 
DESTROY_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
DESTROY_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
DESTROY_STATUS - Static variable in interface twitter4j.TwitterListener
 
DESTROY_STATUS - Static variable in class twitter4j.TwitterMethod
 
DESTROY_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
destroyBlock(String) - Method in interface twitter4j.api.BlockMethodsAsync
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(long) - Method in interface twitter4j.api.BlockMethodsAsync
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyDirectMessage(long) - Method in interface twitter4j.api.DirectMessageMethodsAsync
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
 
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
 
destroyFavorite(long) - Method in interface twitter4j.api.FavoriteMethodsAsync
Favorites the status specified in the ID parameter as the authenticating user.
destroyFriendship(String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(long) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyStatus(long) - Method in interface twitter4j.api.StatusMethodsAsync
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.ListMethodsAsync
Deletes the specified list.
DIRECT_MESSAGE - Static variable in class twitter4j.TwitterMethod
 
DIRECT_MESSAGES - Static variable in interface twitter4j.TwitterListener
 
DIRECT_MESSAGES - Static variable in class twitter4j.TwitterMethod
 
DirectMessageMethodsAsync - Interface in twitter4j.api
 
DISABLE_NOTIFICATION - Static variable in interface twitter4j.TwitterListener
 
DISABLE_NOTIFICATION - Static variable in class twitter4j.TwitterMethod
 
disabledNotification(User) - Method in class twitter4j.TwitterAdapter
 
disabledNotification(User) - Method in interface twitter4j.TwitterListener
 
disableNotification(String) - Method in interface twitter4j.api.NotificationMethodsAsync
Disables notifications for updates from the specified user to the authenticating user.
disableNotification(long) - Method in interface twitter4j.api.NotificationMethodsAsync
Disables notifications for updates from the specified user to the authenticating user.
DSTROY_USER_LIST - Static variable in interface twitter4j.TwitterListener
 

E

ENABLE_NOTIFICATION - Static variable in interface twitter4j.TwitterListener
 
ENABLE_NOTIFICATION - Static variable in class twitter4j.TwitterMethod
 
enabledNotification(User) - Method in class twitter4j.TwitterAdapter
 
enabledNotification(User) - Method in interface twitter4j.TwitterListener
 
enableNotification(String) - Method in interface twitter4j.api.NotificationMethodsAsync
Enables notifications for updates from the specified user to the authenticating user.
enableNotification(long) - Method in interface twitter4j.api.NotificationMethodsAsync
Enables notifications for updates from the specified user to the authenticating user.
equals(Object) - Method in class twitter4j.TwitterMethod
 
EXISTS_BLOCK - Static variable in interface twitter4j.TwitterListener
 
EXISTS_BLOCK - Static variable in class twitter4j.TwitterMethod
 
EXISTS_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
EXISTS_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
existsBlock(String) - Method in interface twitter4j.api.BlockMethodsAsync
Returns if the authenticating user is blocking a target user.
existsBlock(long) - Method in interface twitter4j.api.BlockMethodsAsync
Returns if the authenticating user is blocking a target user.
existsFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Tests for the existence of friendship between two users.

F

FavoriteMethodsAsync - Interface in twitter4j.api
 
FAVORITES - Static variable in interface twitter4j.TwitterListener
 
FAVORITES - Static variable in class twitter4j.TwitterMethod
 
FOLLOWERS_IDS - Static variable in interface twitter4j.TwitterListener
 
FOLLOWERS_IDS - Static variable in class twitter4j.TwitterMethod
 
FOLLOWERS_STATUSES - Static variable in interface twitter4j.TwitterListener
 
FOLLOWERS_STATUSES - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_IDS - Static variable in interface twitter4j.TwitterListener
 
FRIENDS_IDS - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_STATUSES - Static variable in interface twitter4j.TwitterListener
 
FRIENDS_STATUSES - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_TIMELINE - Static variable in interface twitter4j.TwitterListener
 
FRIENDS_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
FriendsFollowersMethodsAsync - Interface in twitter4j.api
 
FriendshipMethodsAsync - Interface in twitter4j.api
 

G

GEO_DETAILS - Static variable in interface twitter4j.TwitterListener
 
GEO_DETAILS - Static variable in class twitter4j.TwitterMethod
 
GeoMethodsAsync - Interface in twitter4j.api
 
getAccountSettings() - Method in interface twitter4j.api.AccountMethodsAsync
Returns the current trend, geo and sleep time information for the authenticating user.
getAccountTotals() - Method in interface twitter4j.api.AccountMethodsAsync
Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user.
getAllSubscribingUserLists(String) - Method in interface twitter4j.api.ListMethodsAsync
Returns all lists the authenticating or specified user subscribes to, including their own.
getAllSubscribingUserLists(long) - Method in interface twitter4j.api.ListMethodsAsync
Returns all lists the authenticating or specified user subscribes to, including their own.
getAvailableTrends() - Method in interface twitter4j.api.LocalTrendsMethodsAsync
Retrieves the locations that Twitter has trending topic information for.
getAvailableTrends(GeoLocation) - Method in interface twitter4j.api.LocalTrendsMethodsAsync
Retrieves the sorted locations that Twitter has trending topic information for.
getBlockingUsers() - Method in interface twitter4j.api.BlockMethodsAsync
Returns a list of user objects that the authenticating user is blocking.
getBlockingUsers(int) - Method in interface twitter4j.api.BlockMethodsAsync
Returns a list of user objects that the authenticating user is blocking.
getBlockingUsersIDs() - Method in interface twitter4j.api.BlockMethodsAsync
Returns an array of numeric user ids the authenticating user is blocking.
getCurrentTrends() - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the current top 10 trending topics on Twitter.
getCurrentTrends(boolean) - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the current top 10 trending topics on Twitter.
getDailyTrends() - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the top 20 trending topics for each hour in a given day.
getDirectMessages() - Method in interface twitter4j.api.DirectMessageMethodsAsync
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessageMethodsAsync
Returns a list of the direct messages sent to the authenticating user.
getFavorites() - Method in interface twitter4j.api.FavoriteMethodsAsync
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(int) - Method in interface twitter4j.api.FavoriteMethodsAsync
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.FavoriteMethodsAsync
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(String, int) - Method in interface twitter4j.api.FavoriteMethodsAsync
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.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersStatuses(long) - Method in interface twitter4j.api.UserMethodsAsync
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(String, long) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(long, long) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's followers, each with current status inline.
getFriendsIDs(long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsStatuses(long) - Method in interface twitter4j.api.UserMethodsAsync
Returns a user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in interface twitter4j.api.UserMethodsAsync
Returns a user's friends, each with current status inline.
getFriendsStatuses(long, long) - Method in interface twitter4j.api.UserMethodsAsync
Returns a user's friends, each with current status inline.
getFriendsTimeline() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFriendsTimeline(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getGeoDetails(String) - Method in interface twitter4j.api.GeoMethodsAsync
Find out more details of a place that was returned from the GeoMethodsAsync.reverseGeoCode(twitter4j.GeoQuery) method.
getHomeTimeline() - Method in interface twitter4j.api.TimelineMethodsAsync
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.TimelineMethodsAsync
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.FriendshipMethodsAsync
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 a default singleton instance.
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
 
getLocationTrends(int) - Method in interface twitter4j.api.LocalTrendsMethodsAsync
Retrieves the top 10 trending topics for a specific location Twitter has trending topic information for.
getMemberSuggestions(String) - Method in interface twitter4j.api.UserMethodsAsync
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.TimelineMethodsAsync
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getMentions(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getOutgoingFriendships(long) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
getPrivacyPolicy() - Method in interface twitter4j.api.LegalResourcesAsync
Returns Twitter's Privacy Policy.
getProfileImage(String, ProfileImage.ImageSize) - Method in interface twitter4j.api.UserMethodsAsync
Access the profile image in various sizes for the user with the indicated screen_name.
getPublicTimeline() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
getRateLimitStatus() - Method in interface twitter4j.api.AccountMethodsAsync
Gets the remaining number of API requests available to the requesting user before the API limit is reached for the current hour.
getRelatedResults(long) - Method in interface twitter4j.api.NewTwitterMethodsAsync
If available, returns an array of replies and mentions related to the specified Tweet.
getRetweetedBy(long) - Method in interface twitter4j.api.StatusMethodsAsync
Show user objects of up to 100 members who retweeted the status.
getRetweetedByIDs(long) - Method in interface twitter4j.api.StatusMethodsAsync
Show user ids of up to 100 users who retweeted the status represented by id
This method calls http://api.twitter.com/1/statuses/:id/retweeted_by/ids.format
getRetweetedByMe() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent retweets posted by the authenticating user.
getRetweetedByMe(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent retweets posted by the authenticating user.
getRetweetedByUser(String, Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent retweets posted by the specified user.
getRetweetedByUser(long, Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent retweets posted by the specified user.
getRetweetedToMe() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent retweets posted by the authenticating user's friends.
getRetweetedToMe(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent retweets posted by the authenticating user's friends.
getRetweetedToUser(String, Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent retweets posted by users the specified user follows.
getRetweetedToUser(long, Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent retweets posted by users the specified user follows.
getRetweets(long) - Method in interface twitter4j.api.StatusMethodsAsync
Returns up to 100 of the first retweets of a given tweet.
getRetweetsOfMe() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetsOfMe(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getSentDirectMessages() - Method in interface twitter4j.api.DirectMessageMethodsAsync
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessageMethodsAsync
Returns a list of the direct messages sent by the authenticating user.
getSimilarPlaces(GeoLocation, String, String, String) - Method in interface twitter4j.api.GeoMethodsAsync
Locates places near the given coordinates which are similar in name.
getSuggestedUserCategories() - Method in interface twitter4j.api.UserMethodsAsync
Access to Twitter's suggested user list.
getTermsOfService() - Method in interface twitter4j.api.LegalResourcesAsync
Returns Twitter's' Terms of Service.
getTrends() - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the top ten topics that are currently trending on Twitter.
getUserListMembers(String, int, long) - Method in interface twitter4j.api.ListMembersMethodsAsync
Returns the members of the specified list.
getUserListMembers(long, int, long) - Method in interface twitter4j.api.ListMembersMethodsAsync
Returns the members of the specified list.
getUserListMemberships(String, long) - Method in interface twitter4j.api.ListMethodsAsync
List the lists the specified user has been added to.
getUserLists(String, long) - Method in interface twitter4j.api.ListMethodsAsync
List the lists of the specified user.
getUserListStatuses(String, int, Paging) - Method in interface twitter4j.api.ListMethodsAsync
Show tweet timeline for members of the specified list.
getUserListStatuses(long, int, Paging) - Method in interface twitter4j.api.ListMethodsAsync
Show tweet timeline for members of the specified list.
getUserListSubscribers(String, int, long) - Method in interface twitter4j.api.ListSubscribersMethodsAsync
Returns the subscribers of the specified list.
getUserListSubscriptions(String, long) - Method in interface twitter4j.api.ListMethodsAsync
List the lists the specified user follows.
getUserSuggestions(String) - Method in interface twitter4j.api.UserMethodsAsync
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.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long, Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getVersion() - Static method in class twitter4j.VersionAsync
 
getWeeklyTrends() - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends(Date, boolean) - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the top 30 trending topics for each day in a given week.
gotAccountSettings(AccountSettings) - Method in class twitter4j.TwitterAdapter
 
gotAccountSettings(AccountSettings) - Method in interface twitter4j.TwitterListener
 
gotAccountTotals(AccountTotals) - Method in class twitter4j.TwitterAdapter
 
gotAccountTotals(AccountTotals) - Method in interface twitter4j.TwitterListener
 
gotAllUserLists(ResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotAllUserLists(ResponseList<UserList>) - Method in interface twitter4j.TwitterListener
 
gotAvailableTrends(ResponseList<Location>) - Method in class twitter4j.TwitterAdapter
 
gotAvailableTrends(ResponseList<Location>) - Method in interface twitter4j.TwitterListener
 
gotBlockingUsers(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotBlockingUsers(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotBlockingUsersIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotBlockingUsersIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotCurrentTrends(Trends) - Method in class twitter4j.TwitterAdapter
 
gotCurrentTrends(Trends) - Method in interface twitter4j.TwitterListener
 
gotDailyTrends(List<Trends>) - Method in class twitter4j.TwitterAdapter
 
gotDailyTrends(List<Trends>) - 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
 
gotExistsBlock(boolean) - Method in class twitter4j.TwitterAdapter
 
gotExistsBlock(boolean) - Method in interface twitter4j.TwitterListener
 
gotExistsFriendship(boolean) - Method in class twitter4j.TwitterAdapter
 
gotExistsFriendship(boolean) - 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
 
gotFollowersStatuses(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotFollowersStatuses(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotFriendsIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotFriendsIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotFriendsStatuses(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotFriendsStatuses(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotFriendsTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotFriendsTimeline(ResponseList<Status>) - 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
 
gotLocationTrends(Trends) - Method in class twitter4j.TwitterAdapter
 
gotLocationTrends(Trends) - 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
 
gotNearByPlaces(ResponseList<Place>) - Method in class twitter4j.TwitterAdapter
 
gotNearByPlaces(ResponseList<Place>) - Method in interface twitter4j.TwitterListener
 
gotOutgoingFriendships(IDs) - Method in class twitter4j.TwitterAdapter
 
gotOutgoingFriendships(IDs) - Method in interface twitter4j.TwitterListener
 
gotPrivacyPolicy(String) - Method in class twitter4j.TwitterAdapter
 
gotPrivacyPolicy(String) - Method in interface twitter4j.TwitterListener
 
gotProfileImage(ProfileImage) - Method in class twitter4j.TwitterAdapter
 
gotProfileImage(ProfileImage) - Method in interface twitter4j.TwitterListener
 
gotPublicTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotPublicTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRateLimitStatus(RateLimitStatus) - Method in class twitter4j.TwitterAdapter
 
gotRateLimitStatus(RateLimitStatus) - Method in interface twitter4j.TwitterListener
 
gotRelatedResults(RelatedResults) - Method in class twitter4j.TwitterAdapter
 
gotRelatedResults(RelatedResults) - Method in interface twitter4j.TwitterListener
 
gotRetweetedBy(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedBy(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotRetweetedByIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedByIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotRetweetedByMe(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedByMe(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweetedByUser(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedByUser(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweetedToMe(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedToMe(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweetedToUser(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedToUser(ResponseList<Status>) - 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
 
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
 
gotTrends(Trends) - Method in class twitter4j.TwitterAdapter
 
gotTrends(Trends) - 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(PagableResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotUserLists(PagableResponseList<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
 
gotWeeklyTrends(List<Trends>) - Method in class twitter4j.TwitterAdapter
 
gotWeeklyTrends(List<Trends>) - Method in interface twitter4j.TwitterListener
 

H

hashCode() - Method in class twitter4j.TwitterMethod
 
HelpMethodsAsync - Interface in twitter4j.api
 
HOME_TIMELINE - Static variable in interface twitter4j.TwitterListener
 
HOME_TIMELINE - Static variable in class twitter4j.TwitterMethod
 

I

INCOMING_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
INCOMING_FRIENDSHIPS - Static variable in class twitter4j.TwitterMethod
 

L

LegalResourcesAsync - Interface in twitter4j.api
 
LIST_MEMBERS - Static variable in interface twitter4j.TwitterListener
 
LIST_MEMBERS - Static variable in class twitter4j.TwitterMethod
 
LIST_SUBSCRIBERS - Static variable in interface twitter4j.TwitterListener
 
LIST_SUBSCRIBERS - Static variable in class twitter4j.TwitterMethod
 
ListMembersMethodsAsync - Interface in twitter4j.api
 
ListMethodsAsync - Interface in twitter4j.api
 
ListSubscribersMethodsAsync - Interface in twitter4j.api
 
LocalTrendsMethodsAsync - Interface in twitter4j.api
 
LOCATION_TRENDS - Static variable in interface twitter4j.TwitterListener
 
LOCATION_TRENDS - Static variable in class twitter4j.TwitterMethod
 
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
 
LOOKUP_FRIENDSHIPS - Static variable in interface twitter4j.TwitterListener
 
LOOKUP_FRIENDSHIPS - Static variable in class twitter4j.TwitterMethod
 
LOOKUP_USERS - Static variable in interface twitter4j.TwitterListener
 
LOOKUP_USERS - Static variable in class twitter4j.TwitterMethod
 
lookupFriendships(String[]) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(long[]) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns the relationship of the authenticating user to the specified users.
lookupUsers(String[]) - Method in interface twitter4j.api.UserMethodsAsync
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(long[]) - Method in interface twitter4j.api.UserMethodsAsync
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
MEMBER_SUGGESTIONS - Static variable in interface twitter4j.TwitterListener
 
MEMBER_SUGGESTIONS - Static variable in class twitter4j.TwitterMethod
 
MENTIONS - Static variable in interface twitter4j.TwitterListener
 
MENTIONS - Static variable in class twitter4j.TwitterMethod
 

N

name() - Method in class twitter4j.TwitterMethod
 
NEAR_BY_PLACES - Static variable in interface twitter4j.TwitterListener
 
NEAR_BY_PLACES - Static variable in class twitter4j.TwitterMethod
 
NewTwitterMethodsAsync - Interface in twitter4j.api
 
NotificationMethodsAsync - Interface in twitter4j.api
 

O

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

P

PRIVACY_POLICY - Static variable in interface twitter4j.TwitterListener
 
PRIVACY_POLICY - Static variable in class twitter4j.TwitterMethod
 
PROFILE_IMAGE - Static variable in interface twitter4j.TwitterListener
 
PROFILE_IMAGE - Static variable in class twitter4j.TwitterMethod
 
PUBLIC_TIMELINE - Static variable in interface twitter4j.TwitterListener
 
PUBLIC_TIMELINE - Static variable in class twitter4j.TwitterMethod
 

R

RATE_LIMIT_STATUS - Static variable in interface twitter4j.TwitterListener
 
RATE_LIMIT_STATUS - Static variable in class twitter4j.TwitterMethod
 
RELATED_RESULT - Static variable in interface twitter4j.TwitterListener
 
RELATED_RESULTS - Static variable in class twitter4j.TwitterMethod
 
REPORT_SPAM - Static variable in interface twitter4j.TwitterListener
 
REPORT_SPAM - Static variable in class twitter4j.TwitterMethod
 
reportedSpam(User) - Method in class twitter4j.TwitterAdapter
 
reportedSpam(User) - Method in interface twitter4j.TwitterListener
 
reportSpam(long) - Method in interface twitter4j.api.SpamReportingMethodsAsync
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(String) - Method in interface twitter4j.api.SpamReportingMethodsAsync
The user specified in the id is blocked by the authenticated user and reported as a spammer.
RETWEET_STATUS - Static variable in interface twitter4j.TwitterListener
 
RETWEET_STATUS - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_BY - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_BY - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_BY_IDS - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_BY_IDS - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_BY_ME - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_BY_ME - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_BY_USER - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_BY_USER - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_TO_ME - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_TO_ME - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_TO_USER - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_TO_USER - Static variable in class twitter4j.TwitterMethod
 
retweetedStatus(Status) - Method in class twitter4j.TwitterAdapter
 
retweetedStatus(Status) - Method in interface twitter4j.TwitterListener
 
RETWEETS - Static variable in interface twitter4j.TwitterListener
 
RETWEETS - Static variable in class twitter4j.TwitterMethod
 
RETWEETS_OF_ME - Static variable in interface twitter4j.TwitterListener
 
RETWEETS_OF_ME - Static variable in class twitter4j.TwitterMethod
 
retweetStatus(long) - Method in interface twitter4j.api.StatusMethodsAsync
Retweets a tweet.
REVERSE_GEO_CODE - Static variable in interface twitter4j.TwitterListener
 
REVERSE_GEO_CODE - Static variable in class twitter4j.TwitterMethod
 
reverseGeoCode(GeoQuery) - Method in interface twitter4j.api.GeoMethodsAsync
Search for places (cities and neighborhoods) that can be attached to a statuses/update.

S

SavedSearchesMethodsAsync - Interface in twitter4j.api
Not yet implemented.
search(Query) - Method in interface twitter4j.api.SearchMethodsAsync
Returns tweets that match a specified query.
SEARCH - Static variable in interface twitter4j.TwitterListener
 
SEARCH - Static variable in class twitter4j.TwitterMethod
 
SEARCH_PLACES - Static variable in interface twitter4j.TwitterListener
 
SEARCH_PLACES - Static variable in class twitter4j.TwitterMethod
 
SEARCH_USERS - Static variable in interface twitter4j.TwitterListener
 
SEARCH_USERS - Static variable in class twitter4j.TwitterMethod
 
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
 
SearchMethodsAsync - Interface in twitter4j.api
 
searchPlaces(GeoQuery) - Method in interface twitter4j.api.GeoMethodsAsync
Search for places that can be attached to a statuses/update.
searchUsers(String, int) - Method in interface twitter4j.api.UserMethodsAsync
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.
SEND_DIRECT_MESSAGE - Static variable in interface twitter4j.TwitterListener
 
SEND_DIRECT_MESSAGE - Static variable in class twitter4j.TwitterMethod
 
sendDirectMessage(String, String) - Method in interface twitter4j.api.DirectMessageMethodsAsync
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(long, String) - Method in interface twitter4j.api.DirectMessageMethodsAsync
Sends a new direct message to the specified user from the authenticating user.
SENT_DIRECT_MESSAGES - Static variable in interface twitter4j.TwitterListener
 
SENT_DIRECT_MESSAGES - Static variable in class twitter4j.TwitterMethod
 
sentDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
sentDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
SHOW_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
SHOW_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
SHOW_STATUS - Static variable in interface twitter4j.TwitterListener
 
SHOW_STATUS - Static variable in class twitter4j.TwitterMethod
 
SHOW_USER - Static variable in interface twitter4j.TwitterListener
 
SHOW_USER - Static variable in class twitter4j.TwitterMethod
 
SHOW_USER_LIST - Static variable in interface twitter4j.TwitterListener
 
SHOW_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
showDirectMessage(long) - Method in interface twitter4j.api.DirectMessageMethodsAsync
Returns a single direct message, specified by an id parameter.
showFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns detailed information about the relationship between two users.
showFriendship(long, long) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns detailed information about the relationship between two users.
showStatus(long) - Method in interface twitter4j.api.StatusMethodsAsync
Returns a single status, specified by the id parameter below.
showUser(String) - Method in interface twitter4j.api.UserMethodsAsync
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(long) - Method in interface twitter4j.api.UserMethodsAsync
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUserList(String, int) - Method in interface twitter4j.api.ListMethodsAsync
Show the specified list.
SIMILAR_PLACES - Static variable in interface twitter4j.TwitterListener
 
SIMILAR_PLACES - Static variable in class twitter4j.TwitterMethod
 
SpamReportingMethodsAsync - Interface in twitter4j.api
Not yet supported.
StatusMethodsAsync - Interface in twitter4j.api
 
SUBSCRIBE_LIST - Static variable in interface twitter4j.TwitterListener
 
SUBSCRIBE_LIST - Static variable in class twitter4j.TwitterMethod
 
subscribedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
subscribedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
subscribeUserList(String, int) - Method in interface twitter4j.api.ListSubscribersMethodsAsync
Make the authenticated user follow the specified list.
SUGGESTED_USER_CATEGORIES - Static variable in interface twitter4j.TwitterListener
 
SUGGESTED_USER_CATEGORIES - Static variable in class twitter4j.TwitterMethod
 

T

TERMS_OF_SERVICE - Static variable in interface twitter4j.TwitterListener
 
TERMS_OF_SERVICE - Static variable in class twitter4j.TwitterMethod
 
test() - Method in interface twitter4j.api.HelpMethodsAsync
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
TEST - Static variable in interface twitter4j.TwitterListener
 
TEST - Static variable in class twitter4j.TwitterMethod
 
tested(boolean) - Method in class twitter4j.TwitterAdapter
 
tested(boolean) - Method in interface twitter4j.TwitterListener
 
TimelineMethodsAsync - Interface in twitter4j.api
 
toString() - Method in class twitter4j.TwitterMethod
 
TRENDS - Static variable in interface twitter4j.TwitterListener
 
TRENDS - Static variable in class twitter4j.TwitterMethod
 
TrendsMethodsAsync - Interface in twitter4j.api
 
twitter4j - package twitter4j
 
twitter4j.api - package twitter4j.api
 
TwitterAdapter - Class in twitter4j
A handy adapter of TwitterListener.
TwitterAdapter() - Constructor for class twitter4j.TwitterAdapter
 
TwitterListener - Interface in twitter4j
A listner for receiving asynchronous responses from Twitter Async APIs.
TwitterMethod - Class in twitter4j
 

U

UNSUBSCRIBE_LIST - Static variable in interface twitter4j.TwitterListener
 
UNSUBSCRIBE_LIST - Static variable in class twitter4j.TwitterMethod
 
unsubscribedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
unsubscribedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
unsubscribeUserList(String, int) - Method in interface twitter4j.api.ListSubscribersMethodsAsync
Unsubscribes the authenticated user form the specified list.
UPDATE_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
UPDATE_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE - Static variable in interface twitter4j.TwitterListener
 
UPDATE_PROFILE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE_BACKGROUND_IMAGE - Static variable in interface twitter4j.TwitterListener
 
UPDATE_PROFILE_BACKGROUND_IMAGE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE_COLORS - Static variable in interface twitter4j.TwitterListener
 
UPDATE_PROFILE_COLORS - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE_IMAGE - Static variable in interface twitter4j.TwitterListener
 
UPDATE_PROFILE_IMAGE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_STATUS - Static variable in interface twitter4j.TwitterListener
 
UPDATE_STATUS - Static variable in class twitter4j.TwitterMethod
 
UPDATE_USER_LIST - Static variable in interface twitter4j.TwitterListener
 
UPDATE_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
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
 
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(String, boolean, boolean) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(long, boolean, boolean) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows you to enable or disable retweets and device notifications from the specified user.
updateProfile(String, String, String, String) - Method in interface twitter4j.api.AccountMethodsAsync
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfileBackgroundImage(File, boolean) - Method in interface twitter4j.api.AccountMethodsAsync
Updates the authenticating user's profile background image.
updateProfileBackgroundImage(InputStream, boolean) - Method in interface twitter4j.api.AccountMethodsAsync
Updates the authenticating user's profile background image.
updateProfileColors(String, String, String, String, String) - Method in interface twitter4j.api.AccountMethodsAsync
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.AccountMethodsAsync
Updates the authenticating user's profile image.
updateProfileImage(InputStream) - Method in interface twitter4j.api.AccountMethodsAsync
Updates the authenticating user's profile image.
updateStatus(String) - Method in interface twitter4j.api.StatusMethodsAsync
Updates the authenticating user's status.
updateStatus(StatusUpdate) - Method in interface twitter4j.api.StatusMethodsAsync
Updates the authenticating user's status.
updateUserList(int, String, boolean, String) - Method in interface twitter4j.api.ListMethodsAsync
Updates the specified list.
USER_LIST_MEMBERSHIPS - Static variable in interface twitter4j.TwitterListener
 
USER_LIST_MEMBERSHIPS - Static variable in class twitter4j.TwitterMethod
 
USER_LIST_STATUSES - Static variable in interface twitter4j.TwitterListener
 
USER_LIST_STATUSES - Static variable in class twitter4j.TwitterMethod
 
USER_LIST_SUBSCRIPTIONS - Static variable in interface twitter4j.TwitterListener
 
USER_LIST_SUBSCRIPTIONS - Static variable in class twitter4j.TwitterMethod
 
USER_LISTS - Static variable in interface twitter4j.TwitterListener
 
USER_LISTS - Static variable in class twitter4j.TwitterMethod
 
USER_SUGGESTIONS - Static variable in interface twitter4j.TwitterListener
 
USER_SUGGESTIONS - Static variable in class twitter4j.TwitterMethod
 
USER_TIMELINE - Static variable in interface twitter4j.TwitterListener
 
USER_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
UserMethodsAsync - Interface in twitter4j.api
 

V

verifiedCredentials(User) - Method in class twitter4j.TwitterAdapter
 
verifiedCredentials(User) - Method in interface twitter4j.TwitterListener
 
VERIFY_CREDENTIALS - Static variable in interface twitter4j.TwitterListener
 
VERIFY_CREDENTIALS - Static variable in class twitter4j.TwitterMethod
 
verifyCredentials() - Method in interface twitter4j.api.AccountMethodsAsync
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
 

W

WEEKLY_TRENDS - Static variable in interface twitter4j.TwitterListener
 
WEEKLY_TRENDS - Static variable in class twitter4j.TwitterMethod
 

A B C D E F G H I L M N O P R S T U V W

Copyright © 2011. All Rights Reserved.