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

A

AccountMethods - Interface in twitter4j.api
 
AccountMethodsAsync - Interface in twitter4j.api
 
ADD_LIST_MEMBER - Static variable in class twitter4j.TwitterMethod
 
addedUserListMember(UserList) - Method in class twitter4j.TwitterAdapter
 
addedUserListMember(UserList) - Method in interface twitter4j.TwitterListener
 
addUserListMember(int, int) - Method in interface twitter4j.api.ListMembersMethods
Adds a member to a list.
addUserListMember(int, int) - Method in class twitter4j.Twitter
Adds a member to a list.
asPostParameters() - Method in class twitter4j.Query
 
AsyncTwitter - Class in twitter4j
Twitter API with a series of asynchronous APIs.
With this class, you can call TwitterAPI asynchronously.
Note that currently this class is NOT compatible with Google App Engine as it is maintaining threads internally.
AsyncTwitter(String, String, TwitterListener) - Constructor for class twitter4j.AsyncTwitter
Deprecated. use new AsyncTwitterFactory.getBasicAuthorizedInstance() instead.
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 a AsyncTwitterFactory with the root configuration, with no listener.
AsyncTwitterFactory(TwitterListener) - Constructor for class twitter4j.AsyncTwitterFactory
Creates a AsyncTwitterFactory with the root configuration, with given listener
AsyncTwitterFactory(String, TwitterListener) - Constructor for class twitter4j.AsyncTwitterFactory
Creates a AsyncTwitterFactory with a specified config tree, with given listener
AsyncUpdate - Class in twitter4j.examples
This is a code example of Twitter4J async API.
Usage: java twitter4j.examples.AsyncUpdate TwitterID TwitterPassword text
AsyncUpdate() - Constructor for class twitter4j.examples.AsyncUpdate
 

B

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

C

CHECK_LIST_MEMBERSHIP - Static variable in class twitter4j.TwitterMethod
 
CHECK_LIST_SUBSCRIPTION - Static variable in class twitter4j.TwitterMethod
 
checkedUserListMembership(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
checkedUserListMembership(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
checkedUserListSubscription(User) - Method in class twitter4j.TwitterAdapter
 
checkedUserListSubscription(User) - Method in interface twitter4j.TwitterListener
 
checkUserListMembership(String, int, int) - Method in interface twitter4j.api.ListMembersMethods
Check if a user is a member of the specified list.

This method calls http://api.twitter.com/1/[listOwner]/[listId]/members/id.json
checkUserListMembership(String, int, int) - Method in class twitter4j.Twitter
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, int) - Method in interface twitter4j.api.ListSubscribersMethods
Check if the specified user is a subscriber of the specified list.
checkUserListSubscription(String, int, int) - Method in class twitter4j.Twitter
Check if the specified user is a subscriber of the specified list.
cleanup() - Method in class twitter4j.TwitterStream
 
close() - Method in class twitter4j.StatusStream
 
count(int) - Method in class twitter4j.Paging
 
CREATE_BLOCK - Static variable in class twitter4j.TwitterMethod
 
CREATE_FAVORITE - Static variable in class twitter4j.TwitterMethod
 
CREATE_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
CREATE_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
createBlock(String) - Method in interface twitter4j.api.BlockMethods
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(int) - Method in interface twitter4j.api.BlockMethods
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(String) - Method in interface twitter4j.api.BlockMethodsAsync
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(String) - Method in class twitter4j.AsyncTwitter
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(String) - Method in class twitter4j.Twitter
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(int) - Method in class twitter4j.Twitter
Blocks the user specified in the ID parameter as the authenticating user.
createBlockAsync(int) - Method in interface twitter4j.api.BlockMethodsAsync
Blocks the user specified in the ID parameter as the authenticating user.
createBlockAsync(int) - Method in class twitter4j.AsyncTwitter
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
 
createdUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
createdUserList(UserList) - Method in interface twitter4j.TwitterListener
 
createFavorite(long) - Method in interface twitter4j.api.FavoriteMethods
Favorites the status specified in the ID parameter as the authenticating user.
createFavorite(long) - Method in interface twitter4j.api.FavoriteMethodsAsync
Favorites the status specified in the ID parameter as the authenticating user.
createFavorite(long) - Method in class twitter4j.AsyncTwitter
Favorites the status specified in the ID parameter as the authenticating user.
createFavorite(long) - Method in class twitter4j.Twitter
Favorites the status specified in the ID parameter as the authenticating user.
createFriendship(String) - Method in interface twitter4j.api.FriendshipMethods
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(int) - Method in interface twitter4j.api.FriendshipMethods
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(String, boolean) - Method in interface twitter4j.api.FriendshipMethods
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(int, boolean) - Method in interface twitter4j.api.FriendshipMethods
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(int) - Method in interface twitter4j.api.FriendshipMethodsAsync
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(String, boolean) - Method in interface twitter4j.api.FriendshipMethodsAsync
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(int, boolean) - Method in interface twitter4j.api.FriendshipMethodsAsync
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(String) - Method in class twitter4j.AsyncTwitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(int) - Method in class twitter4j.AsyncTwitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(String, boolean) - Method in class twitter4j.AsyncTwitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(int, boolean) - Method in class twitter4j.AsyncTwitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(String) - Method in class twitter4j.Twitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(int) - Method in class twitter4j.Twitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(String, boolean) - Method in class twitter4j.Twitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(int, boolean) - Method in class twitter4j.Twitter
Befriends the user specified in the ID parameter as the authenticating user.
createRateLimitedTwitterException(String, int, int) - Static method in exception twitter4j.TwitterException
 
createSavedSearch(String) - Method in interface twitter4j.api.SavedSearchesMethods
Retrieve the data for a saved search owned by the authenticating user specified by the given id.
createSavedSearch(String) - Method in class twitter4j.Twitter
Retrieve the data for a saved search owned by the authenticating user specified by the given id.
createUserList(String, boolean, String) - Method in interface twitter4j.api.ListMethods
Creates a new list for the authenticated user.
createUserList(String, boolean, String) - Method in class twitter4j.Twitter
Creates a new list for the authenticated user.
CURRENT_TRENDS - Static variable in class twitter4j.TwitterMethod
 
CursorSupport - Interface in twitter4j
 

D

DAILY_TRENDS - Static variable in class twitter4j.TwitterMethod
 
DELETE_LIST_MEMBER - Static variable in class twitter4j.TwitterMethod
 
DELETE_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
deletedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
deletedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
deletedUserListMember(UserList) - Method in class twitter4j.TwitterAdapter
 
deletedUserListMember(UserList) - Method in interface twitter4j.TwitterListener
 
deleteUserListMember(int, int) - Method in interface twitter4j.api.ListMembersMethods
Removes the specified member from the list.
deleteUserListMember(int, int) - Method in class twitter4j.Twitter
Removes the specified member from the list.
DESTROY_BLOCK - Static variable in class twitter4j.TwitterMethod
 
DESTROY_DIRECT_MESSAGES - Static variable in class twitter4j.TwitterMethod
 
DESTROY_FAVORITE - Static variable in class twitter4j.TwitterMethod
 
DESTROY_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
DESTROY_STATUS - Static variable in class twitter4j.TwitterMethod
 
destroyBlock(String) - Method in interface twitter4j.api.BlockMethods
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(int) - Method in interface twitter4j.api.BlockMethods
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(String) - Method in interface twitter4j.api.BlockMethodsAsync
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(int) - Method in interface twitter4j.api.BlockMethodsAsync
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(String) - Method in class twitter4j.AsyncTwitter
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(int) - Method in class twitter4j.AsyncTwitter
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(String) - Method in class twitter4j.Twitter
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(int) - Method in class twitter4j.Twitter
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyDirectMessage(int) - Method in interface twitter4j.api.DirectMessageMethods
Destroys the direct message specified in the required ID parameter.
destroyDirectMessage(int) - Method in interface twitter4j.api.DirectMessageMethodsAsync
Delete specified direct message
This method calls http://api.twitter.com/1/direct_messages/destroy
destroyDirectMessage(int) - Method in class twitter4j.AsyncTwitter
Delete specified direct message
This method calls http://api.twitter.com/1/direct_messages/destroy
destroyDirectMessage(int) - Method in class twitter4j.Twitter
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
 
destroyFavorite(long) - Method in interface twitter4j.api.FavoriteMethods
Un-favorites the status specified in the ID parameter as the authenticating user.
destroyFavorite(long) - Method in interface twitter4j.api.FavoriteMethodsAsync
Favorites the status specified in the ID parameter as the authenticating user.
destroyFavorite(long) - Method in class twitter4j.AsyncTwitter
Favorites the status specified in the ID parameter as the authenticating user.
destroyFavorite(long) - Method in class twitter4j.Twitter
Un-favorites the status specified in the ID parameter as the authenticating user.
destroyFriendship(String) - Method in interface twitter4j.api.FriendshipMethods
Discontinues friendship with the user specified in the ID parameter as the authenticating user.
destroyFriendship(int) - Method in interface twitter4j.api.FriendshipMethods
Discontinues friendship with the user specified in the ID parameter as the authenticating user.
destroyFriendship(String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Discontinues friendship with the specified in the ID parameter as the authenticating user.
destroyFriendship(int) - Method in interface twitter4j.api.FriendshipMethodsAsync
Discontinues friendship with the specified in the ID parameter as the authenticating user.
destroyFriendship(String) - Method in class twitter4j.AsyncTwitter
Discontinues friendship with the specified in the ID parameter as the authenticating user.
destroyFriendship(int) - Method in class twitter4j.AsyncTwitter
Discontinues friendship with the specified in the ID parameter as the authenticating user.
destroyFriendship(String) - Method in class twitter4j.Twitter
Discontinues friendship with the user specified in the ID parameter as the authenticating user.
destroyFriendship(int) - Method in class twitter4j.Twitter
Discontinues friendship with the user specified in the ID parameter as the authenticating user.
destroySavedSearch(int) - Method in interface twitter4j.api.SavedSearchesMethods
Destroys a saved search for the authenticated user.
destroySavedSearch(int) - Method in class twitter4j.Twitter
Destroys a saved search for the authenticated user.
destroyStatus(long) - Method in interface twitter4j.api.StatusMethods
Destroys the status specified by the required ID parameter.
destroyStatus(long) - Method in interface twitter4j.api.StatusMethodsAsync
Destroys the status specified by the required ID parameter.
destroyStatus(long) - Method in class twitter4j.AsyncTwitter
Destroys the status specified by the required ID parameter.
destroyStatus(long) - Method in class twitter4j.Twitter
Destroys the status specified by the required ID parameter.
destroyUserList(int) - Method in interface twitter4j.api.ListMethods
Deletes the specified list.
destroyUserList(int) - Method in class twitter4j.Twitter
Deletes the specified list.
Device - Class in twitter4j
 
DIRECT_MESSAGES - Static variable in class twitter4j.TwitterMethod
 
DirectMessage - Interface in twitter4j
A data interface representing sent/received direct message.
DirectMessageMethods - Interface in twitter4j.api
 
DirectMessageMethodsAsync - Interface in twitter4j.api
 
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.NotificationMethods
Disables notifications for updates from the specified user to the authenticating user.
disableNotification(int) - Method in interface twitter4j.api.NotificationMethods
Disables notifications for updates from the specified user to the authenticating user.
disableNotification(String) - Method in interface twitter4j.api.NotificationMethodsAsync
Disables notifications for updates from the specified user to the authenticating user.
disableNotification(int) - Method in interface twitter4j.api.NotificationMethodsAsync
Disables notifications for updates from the specified user to the authenticating user.
disableNotification(String) - Method in class twitter4j.AsyncTwitter
Disables notifications for updates from the specified user to the authenticating user.
disableNotification(int) - Method in class twitter4j.AsyncTwitter
Disables notifications for updates from the specified user to the authenticating user.
disableNotification(String) - Method in class twitter4j.Twitter
Disables notifications for updates from the specified user to the authenticating user.
disableNotification(int) - Method in class twitter4j.Twitter
Disables notifications for updates from the specified user to the authenticating user.

E

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.NotificationMethods
Enables notifications for updates from the specified user to the authenticating user.
enableNotification(int) - Method in interface twitter4j.api.NotificationMethods
Enables notifications for updates from the specified user to the authenticating user.
enableNotification(String) - Method in interface twitter4j.api.NotificationMethodsAsync
Enables notifications for updates from the specified user to the authenticating user.
enableNotification(int) - Method in interface twitter4j.api.NotificationMethodsAsync
Enables notifications for updates from the specified user to the authenticating user.
enableNotification(String) - Method in class twitter4j.AsyncTwitter
Enables notifications for updates from the specified user to the authenticating user.
enableNotification(int) - Method in class twitter4j.AsyncTwitter
Enables notifications for updates from the specified user to the authenticating user.
enableNotification(String) - Method in class twitter4j.Twitter
Enables notifications for updates from the specified user to the authenticating user.
enableNotification(int) - Method in class twitter4j.Twitter
Enables notifications for updates from the specified user to the authenticating user.
equals(Object) - Method in class twitter4j.Device
 
equals(Object) - Method in class twitter4j.GeoLocation
 
equals(Object) - Method in class twitter4j.Paging
 
equals(Object) - Method in class twitter4j.Query
 
equals(Object) - Method in class twitter4j.StatusDeletionNotice
 
equals(Object) - Method in class twitter4j.TwitterMethod
 
EXISTS_BLOCK - Static variable in class twitter4j.TwitterMethod
 
EXISTS_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
existsBlock(String) - Method in interface twitter4j.api.BlockMethods
Tests if a friendship exists between two users.
existsBlock(int) - Method in interface twitter4j.api.BlockMethods
Tests if a friendship exists between two users.
existsBlock(String) - Method in interface twitter4j.api.BlockMethodsAsync
Tests if a friendship exists between two users.
existsBlock(int) - Method in interface twitter4j.api.BlockMethodsAsync
Tests if a friendship exists between two users.
existsBlock(String) - Method in class twitter4j.AsyncTwitter
Tests if a friendship exists between two users.
existsBlock(int) - Method in class twitter4j.AsyncTwitter
Tests if a friendship exists between two users.
existsBlock(String) - Method in class twitter4j.Twitter
Tests if a friendship exists between two users.
existsBlock(int) - Method in class twitter4j.Twitter
Tests if a friendship exists between two users.
existsFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethods
Tests if a friendship exists between two users.
existsFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Tests if a friendship exists between two users.
existsFriendship(String, String) - Method in class twitter4j.AsyncTwitter
Tests if a friendship exists between two users.
existsFriendship(String, String) - Method in class twitter4j.Twitter
Tests if a friendship exists between two users.

F

FavoriteMethods - Interface in twitter4j.api
 
FavoriteMethodsAsync - Interface in twitter4j.api
 
FAVORITES - Static variable in class twitter4j.TwitterMethod
 
FeedMonitor - Class in twitter4j.examples
FeedMonitor is a simple feed monitoring application.
FeedMonitor monitors specified feeds and reports newly posted entries to the specified Twitter account every 10 minutes.
It is possible to specify multiple configuration files.
Numeric parameter will be recognized as monitoring interverval in minutes.
Usage: java twitter4j.examples.FeedMonitor [config_file_path ..] [interval(min)]

If no configuration file path is specified, FeedMonitor will look for default configuration file name - "feedmonitor.properties".
The configuration file format is Java standard properties file format with following properties:
feedurl : the feed URL you want to monitor
id : Twitter id
password : Twitter password

FeedMonitor(String) - Constructor for class twitter4j.examples.FeedMonitor
 
filter(int, int[], String[]) - Method in class twitter4j.TwitterStream
See birddog above.
firehose(int) - Method in class twitter4j.TwitterStream
Starts listening on all public statuses.
FOLLOWERS_IDS - Static variable in class twitter4j.TwitterMethod
 
FOLLOWERS_STATUSES - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_IDS - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_STATUSES - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
FriendshipMethods - Interface in twitter4j.api
 
FriendshipMethodsAsync - Interface in twitter4j.api
 

G

geoCode(GeoLocation, double, String) - Method in class twitter4j.Query
returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile
GeoLocation - Class in twitter4j
A data class representing geo location.
GeoLocation(double, double) - Constructor for class twitter4j.GeoLocation
Creates a GeoLocation instance
getAsOf() - Method in interface twitter4j.Trends
 
getBlockingUsers() - Method in interface twitter4j.api.BlockMethods
Returns a list of user objects that the authenticating user is blocking.
getBlockingUsers(int) - Method in interface twitter4j.api.BlockMethods
Returns a list of user objects that the authenticating user is blocking.
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.
getBlockingUsers() - Method in class twitter4j.AsyncTwitter
Returns a list of user objects that the authenticating user is blocking.
getBlockingUsers(int) - Method in class twitter4j.AsyncTwitter
Returns a list of user objects that the authenticating user is blocking.
getBlockingUsers() - Method in class twitter4j.Twitter
Returns a list of user objects that the authenticating user is blocking.
getBlockingUsers(int) - Method in class twitter4j.Twitter
Returns a list of user objects that the authenticating user is blocking.
getBlockingUsersIDs() - Method in interface twitter4j.api.BlockMethods
Returns an array of numeric user ids the authenticating user is blocking.
getBlockingUsersIDs() - Method in interface twitter4j.api.BlockMethodsAsync
Returns an array of numeric user ids the authenticating user is blocking.
getBlockingUsersIDs() - Method in class twitter4j.AsyncTwitter
Returns an array of numeric user ids the authenticating user is blocking.
getBlockingUsersIDs() - Method in class twitter4j.Twitter
Returns an array of numeric user ids the authenticating user is blocking.
getCompletedIn() - Method in interface twitter4j.QueryResult
 
getCount() - Method in class twitter4j.Paging
 
getCreatedAt() - Method in interface twitter4j.DirectMessage
 
getCreatedAt() - Method in interface twitter4j.SavedSearch
 
getCreatedAt() - Method in interface twitter4j.Status
Return the created_at
getCreatedAt() - Method in interface twitter4j.Tweet
returns the created_at
getCreatedAt() - Method in interface twitter4j.User
 
getCurrentTrends() - Method in interface twitter4j.api.SearchMethods
Returns the current top 10 trending topics on Twitter.
getCurrentTrends(boolean) - Method in interface twitter4j.api.SearchMethods
Returns the current top 10 trending topics on Twitter.
getCurrentTrends() - Method in interface twitter4j.api.SearchMethodsAsync
Returns the current top 10 trending topics on Twitter.
getCurrentTrends(boolean) - Method in interface twitter4j.api.SearchMethodsAsync
Returns the current top 10 trending topics on Twitter.
getCurrentTrends() - Method in class twitter4j.AsyncTwitter
Returns the current top 10 trending topics on Twitter.
getCurrentTrends(boolean) - Method in class twitter4j.AsyncTwitter
Returns the current top 10 trending topics on Twitter.
getCurrentTrends() - Method in class twitter4j.Twitter
Returns the current top 10 trending topics on Twitter.
getCurrentTrends(boolean) - Method in class twitter4j.Twitter
Returns the current top 10 trending topics on Twitter.
getDailyTrends() - Method in interface twitter4j.api.SearchMethods
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in interface twitter4j.api.SearchMethods
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends() - Method in interface twitter4j.api.SearchMethodsAsync
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in interface twitter4j.api.SearchMethodsAsync
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends() - Method in class twitter4j.AsyncTwitter
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in class twitter4j.AsyncTwitter
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends() - Method in class twitter4j.Twitter
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in class twitter4j.Twitter
Returns the top 20 trending topics for each hour in a given day.
getDescription() - Method in interface twitter4j.User
Returns the description of the user
getDescription() - Method in interface twitter4j.UserList
Returns the description of the list
getDirectMessages() - Method in interface twitter4j.api.DirectMessageMethods
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessageMethods
Returns a list of the direct messages sent to the authenticating user.
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.
getDirectMessages() - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(Paging) - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent to the authenticating user.
GetDirectMessages - Class in twitter4j.examples
Example application that gets recent direct messages from specified account.
Usage: java twitter4j.examples.GetDirectMessages ID Password
GetDirectMessages() - Constructor for class twitter4j.examples.GetDirectMessages
 
getDirectMessages() - Method in class twitter4j.Twitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(Paging) - Method in class twitter4j.Twitter
Returns a list of the direct messages sent to the authenticating user.
getFavorites() - Method in interface twitter4j.api.FavoriteMethods
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.FavoriteMethods
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.FavoriteMethods
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.FavoriteMethods
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
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.
getFavorites() - Method in class twitter4j.AsyncTwitter
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 class twitter4j.AsyncTwitter
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 class twitter4j.AsyncTwitter
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 class twitter4j.AsyncTwitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites() - Method in class twitter4j.Twitter
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 class twitter4j.Twitter
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 class twitter4j.Twitter
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 class twitter4j.Twitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavouritesCount() - Method in interface twitter4j.User
 
getFilterStream(int, int[], String[]) - Method in class twitter4j.TwitterStream
Returns stream of public statuses that match one or more filter predicates.
getFirehoseStream(int) - Method in class twitter4j.TwitterStream
Returns a status stream of all public statuses.
getFollowersCount() - Method in interface twitter4j.User
Returns the number of followers
getFollowersIDs() - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int, long) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs() - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int, long) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs() - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int, long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs() - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int, long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersStatuses() - Method in interface twitter4j.api.UserMethods
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(long) - Method in interface twitter4j.api.UserMethods
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(String) - Method in interface twitter4j.api.UserMethods
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(int) - Method in interface twitter4j.api.UserMethods
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(String, long) - Method in interface twitter4j.api.UserMethods
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(int, long) - Method in interface twitter4j.api.UserMethods
Returns the specified user's followers, each with current status inline.
getFollowersStatuses() - Method in interface twitter4j.api.UserMethodsAsync
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(long) - Method in interface twitter4j.api.UserMethodsAsync
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(String) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(int) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified 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(int, long) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's followers, each with current status inline.
getFollowersStatuses() - Method in class twitter4j.AsyncTwitter
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(long) - Method in class twitter4j.AsyncTwitter
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(String) - Method in class twitter4j.AsyncTwitter
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(int) - Method in class twitter4j.AsyncTwitter
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(String, long) - Method in class twitter4j.AsyncTwitter
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(int, long) - Method in class twitter4j.AsyncTwitter
Returns the specified user's followers, each with current status inline.
getFollowersStatuses() - Method in class twitter4j.Twitter
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(long) - Method in class twitter4j.Twitter
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(String) - Method in class twitter4j.Twitter
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(int) - Method in class twitter4j.Twitter
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(String, long) - Method in class twitter4j.Twitter
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(int, long) - Method in class twitter4j.Twitter
Returns the specified user's followers, each with current status inline.
getFriendsCount() - Method in interface twitter4j.User
 
getFriendsIDs() - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(int) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is following.
all IDs are attempted to be returned, but large sets of IDs will likely fail with timeout errors.
getFriendsIDs(int, long) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in interface twitter4j.api.SocialGraphMethods
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs() - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(int) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(int, long) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in interface twitter4j.api.SocialGraphMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs() - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(int) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(int, long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs() - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(int) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
all IDs are attempted to be returned, but large sets of IDs will likely fail with timeout errors.
getFriendsIDs(int, long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsStatuses() - Method in interface twitter4j.api.UserMethods
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(long) - Method in interface twitter4j.api.UserMethods
Returns the user's friends, each with current status inline.

This method calls http://api.twitter.com/1/statuses/friends
getFriendsStatuses(String) - Method in interface twitter4j.api.UserMethods
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(int) - Method in interface twitter4j.api.UserMethods
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in interface twitter4j.api.UserMethods
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(int, long) - Method in interface twitter4j.api.UserMethods
Returns the specified user's friends, each with current status inline.
getFriendsStatuses() - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(long) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(String) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(int) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(int, long) - Method in interface twitter4j.api.UserMethodsAsync
Returns the specified user's friends, each with current status inline.
getFriendsStatuses() - Method in class twitter4j.AsyncTwitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(long) - Method in class twitter4j.AsyncTwitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(String) - Method in class twitter4j.AsyncTwitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(int) - Method in class twitter4j.AsyncTwitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in class twitter4j.AsyncTwitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(int, long) - Method in class twitter4j.AsyncTwitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses() - Method in class twitter4j.Twitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(long) - Method in class twitter4j.Twitter
Returns the user's friends, each with current status inline.

This method calls http://api.twitter.com/1/statuses/friends
getFriendsStatuses(String) - Method in class twitter4j.Twitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(int) - Method in class twitter4j.Twitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in class twitter4j.Twitter
Returns the specified user's friends, each with current status inline.
getFriendsStatuses(int, long) - Method in class twitter4j.Twitter
Returns the specified user's friends, each with current status inline.
getFriendsTimeline() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating1 user and that user's friends.
getFriendsTimeline(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
getFriendsTimeline() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
getFriendsTimeline(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
getFriendsTimeline() - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
getFriendsTimeline(Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
getFriendsTimeline() - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating1 user and that user's friends.
getFriendsTimeline(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
getFromUser() - Method in interface twitter4j.Tweet
returns the from_user
getFromUserId() - Method in interface twitter4j.Tweet
returns the user id of the tweet's owner.
Warning: The user ids in the Search API are different from those in the REST API (about the two APIs).
getFullName() - Method in interface twitter4j.UserList
Returns the full name of the list
getGeocode() - Method in class twitter4j.Query
 
getGeoLocation() - Method in interface twitter4j.Status
Returns The location that this tweet refers to if available.
getGeoLocation() - Method in interface twitter4j.Tweet
Returns The location that this tweet refers to if available.
getHomeTimeline() - Method in interface twitter4j.api.TimelineMethods
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.TimelineMethods
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
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.
getHomeTimeline() - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getHomeTimeline(Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getHomeTimeline() - Method in class twitter4j.Twitter
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getHomeTimeline(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getHourlyLimit() - Method in interface twitter4j.RateLimitStatus
Returns the current limit in effect
This value is identical to the "X-RateLimit-Limit" response header.
getId() - Method in interface twitter4j.DirectMessage
 
getId() - Method in interface twitter4j.SavedSearch
 
getId() - Method in interface twitter4j.Status
Returns the id of the status
getId() - Method in interface twitter4j.Tweet
returns the status id of the tweet
getId() - Method in interface twitter4j.User
Returns the id of the user
getId() - Method in interface twitter4j.UserList
Returns the id of the list
getIDs() - Method in interface twitter4j.IDs
 
getInReplyToScreenName() - Method in interface twitter4j.Status
Returns the in_reply_to_screen_name
getInReplyToStatusId() - Method in interface twitter4j.Status
Returns the in_reply_tostatus_id
getInReplyToUserId() - Method in interface twitter4j.Status
Returns the in_reply_user_id
getInstance(Configuration, Authorization) - Method in class twitter4j.AsyncTwitterFactory
getInstance(Configuration, Authorization) - Method in class twitter4j.TwitterFactory
getInstance(Configuration, Authorization) - Method in class twitter4j.TwitterStreamFactory
getIsoLanguageCode() - Method in interface twitter4j.Tweet
returns the iso language code of the tweet
getLang() - Method in class twitter4j.Query
 
getLatitude() - Method in class twitter4j.GeoLocation
returns the latitude of the geo location
getLocation() - Method in interface twitter4j.User
Returns the location of the user
getLongitude() - Method in class twitter4j.GeoLocation
returns the longitude of the geo location
getMaxId() - Method in class twitter4j.Paging
 
getMaxId() - Method in interface twitter4j.QueryResult
 
getMemberCount() - Method in interface twitter4j.UserList
Returns the member count of the list
getMentions() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent mentions (status containing @username) for the authenticating user.
getMentions(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent mentions (status containing @username) for the authenticating 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.
getMentions() - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getMentions(Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getMentions() - Method in class twitter4j.Twitter
Returns the 20 most recent mentions (status containing @username) for the authenticating user.
getMentions(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent mentions (status containing @username) for the authenticating user.
getName() - Method in class twitter4j.Device
 
getName() - Method in interface twitter4j.SavedSearch
 
getName() - Method in interface twitter4j.Trend
 
getName() - Method in interface twitter4j.User
Returns the name of the user
getName() - Method in interface twitter4j.UserList
Returns the name of the list
getNextCursor() - Method in interface twitter4j.CursorSupport
 
getNextCursor() - Method in interface twitter4j.IDs
 
getNextCursor() - Method in class twitter4j.PagableResponseList
 
getOAuthAccessToken() - Method in class twitter4j.AsyncTwitter
 
getOAuthAccessToken(String) - Method in class twitter4j.AsyncTwitter
 
getOAuthAccessToken(RequestToken) - Method in class twitter4j.AsyncTwitter
 
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.AsyncTwitter
 
getOAuthAccessToken(String, String) - Method in class twitter4j.AsyncTwitter
 
getOAuthAccessToken(String, String, String) - Method in class twitter4j.AsyncTwitter
 
getOAuthAccessToken() - Method in class twitter4j.Twitter
getOAuthAccessToken(String) - Method in class twitter4j.Twitter
getOAuthAccessToken(RequestToken) - Method in class twitter4j.Twitter
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.Twitter
getOAuthAccessToken(String, String) - Method in class twitter4j.Twitter
 
getOAuthAccessToken(String, String, String) - Method in class twitter4j.Twitter
Retrieves an access token associated with the supplied request token.
getOAuthRequestToken() - Method in class twitter4j.AsyncTwitter
 
getOAuthRequestToken(String) - Method in class twitter4j.AsyncTwitter
 
getOAuthRequestToken() - Method in class twitter4j.Twitter
 
getOAuthRequestToken(String) - Method in class twitter4j.Twitter
getOAuthSupportInstance(Configuration, Authorization) - Method in class twitter4j.AsyncTwitterFactory
getOAuthSupportInstance(Configuration, Authorization) - Method in class twitter4j.TwitterFactory
getPage() - Method in class twitter4j.Paging
 
getPage() - Method in class twitter4j.Query
 
getPage() - Method in interface twitter4j.QueryResult
 
getPosition() - Method in interface twitter4j.SavedSearch
 
getPreviousCursor() - Method in interface twitter4j.CursorSupport
 
getPreviousCursor() - Method in interface twitter4j.IDs
 
getPreviousCursor() - Method in class twitter4j.PagableResponseList
 
getProfileBackgroundColor() - Method in interface twitter4j.User
 
getProfileBackgroundImageUrl() - Method in interface twitter4j.User
 
getProfileImageUrl() - Method in interface twitter4j.Tweet
returns the profile_image_url
getProfileImageURL() - Method in interface twitter4j.User
Returns the profile image url of the user
getProfileLinkColor() - Method in interface twitter4j.User
 
getProfileSidebarBorderColor() - Method in interface twitter4j.User
 
getProfileSidebarFillColor() - Method in interface twitter4j.User
 
getProfileTextColor() - Method in interface twitter4j.User
 
getPublicTimeline() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
getPublicTimeline() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
getPublicTimeline() - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
getPublicTimeline() - Method in class twitter4j.Twitter
Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
getQuery() - Method in class twitter4j.Query
 
getQuery() - Method in interface twitter4j.QueryResult
 
getQuery() - Method in interface twitter4j.SavedSearch
 
getQuery() - Method in interface twitter4j.Trend
 
getRateLimitStatus() - Method in interface twitter4j.api.AccountMethods
Returns the remaining number of API requests available to the requesting user before the API limit is reached for the current hour.
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.
getRateLimitStatus() - Method in class twitter4j.AsyncTwitter
Gets the remaining number of API requests available to the requesting user before the API limit is reached for the current hour.
getRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
getRateLimitStatus() - Method in class twitter4j.ResponseList
Returns the current rate limit status if available.
getRateLimitStatus() - Method in class twitter4j.Twitter
Returns the remaining number of API requests available to the requesting user before the API limit is reached for the current hour.
getRateLimitStatus() - Method in interface twitter4j.TwitterResponse
Returns the current rate limit status if available.
getRecipient() - Method in interface twitter4j.DirectMessage
 
getRecipientId() - Method in interface twitter4j.DirectMessage
 
getRecipientScreenName() - Method in interface twitter4j.DirectMessage
 
getRefreshUrl() - Method in interface twitter4j.QueryResult
 
getRemainingHits() - Method in interface twitter4j.RateLimitStatus
Returns the remaining number of API requests available.
This value is identical to the "X-RateLimit-Remaining" response header.
getResetTime() - Method in interface twitter4j.RateLimitStatus
Returns the time the current rate limiting period ends.
This value is a java.util.Date-typed variation of the "X-RateLimit-Reset" response header.
getResetTimeInSeconds() - Method in interface twitter4j.RateLimitStatus
Returns the seconds the current rate limiting period ends.
This should be a same as getResetTime().getTime()/1000.
getResultsPerPage() - Method in interface twitter4j.QueryResult
 
getRetryAfter() - Method in exception twitter4j.TwitterException
Returns int value of "Retry-After" response header.
getRetweetedByMe() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the authenticating user.
getRetweetedByMe(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the authenticating user.
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.
getRetweetedByMe() - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent retweets posted by the authenticating user.
getRetweetedByMe(Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent retweets posted by the authenticating user.
getRetweetedByMe() - Method in class twitter4j.Twitter
Returns the 20 most recent retweets posted by the authenticating user.
getRetweetedByMe(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent retweets posted by the authenticating user.
getRetweetedStatus() - Method in interface twitter4j.Status
 
getRetweetedToMe() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the authenticating user's friends.
getRetweetedToMe(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the authenticating user's friends.
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.
getRetweetedToMe() - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent retweets posted by the authenticating user's friends.
getRetweetedToMe(Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent retweets posted by the authenticating user's friends.
getRetweetedToMe() - Method in class twitter4j.Twitter
Returns the 20 most recent retweets posted by the authenticating user's friends.
getRetweetedToMe(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent retweets posted by the authenticating user's friends.
getRetweets(long) - Method in interface twitter4j.api.StatusMethods
Returns up to 100 of the first retweets of a given tweet.
getRetweets(long) - Method in interface twitter4j.api.StatusMethodsAsync
Returns up to 100 of the first retweets of a given tweet.
getRetweets(long) - Method in class twitter4j.AsyncTwitter
Returns up to 100 of the first retweets of a given tweet.
getRetweets(long) - Method in class twitter4j.Twitter
Returns up to 100 of the first retweets of a given tweet.
getRetweetsOfMe() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetsOfMe(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
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.
getRetweetsOfMe() - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetsOfMe(Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetsOfMe() - Method in class twitter4j.Twitter
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetsOfMe(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetStream() - Method in class twitter4j.TwitterStream
Returns a stream of all retweets.
getRpp() - Method in class twitter4j.Query
 
getSampleStream() - Method in class twitter4j.TwitterStream
Returns a stream of random sample of all public statuses.
getSavedSearches() - Method in interface twitter4j.api.SavedSearchesMethods
Returns the authenticated user's saved search queries.
getSavedSearches() - Method in class twitter4j.Twitter
Returns the authenticated user's saved search queries.
getScreenName() - Method in class twitter4j.Twitter
Returns authenticating user's screen name.
This method automatically retrieves userId using verifyCredentials if the instance is using OAuth based authentication.
getScreenName() - Method in interface twitter4j.User
Returns the screen name of the user
getSecondsUntilReset() - Method in interface twitter4j.RateLimitStatus
Returns the amount of seconds until the current rate limiting period ends.
This is a value provided/calculated only by Twitter4J for handiness and not a part of the twitter API spec.
getSender() - Method in interface twitter4j.DirectMessage
 
getSenderId() - Method in interface twitter4j.DirectMessage
 
getSenderScreenName() - Method in interface twitter4j.DirectMessage
 
getSentDirectMessages() - Method in interface twitter4j.api.DirectMessageMethods
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessageMethods
Returns a list of the direct messages sent by the authenticating user.
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.
getSentDirectMessages() - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages(Paging) - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages() - Method in class twitter4j.Twitter
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages(Paging) - Method in class twitter4j.Twitter
Returns a list of the direct messages sent by the authenticating user.
getSinceId() - Method in class twitter4j.Paging
 
getSinceId() - Method in class twitter4j.Query
 
getSinceId() - Method in interface twitter4j.QueryResult
 
getSlug() - Method in interface twitter4j.UserList
Returns the slug of the list
getSource() - Method in interface twitter4j.Status
Returns the source
getSource() - Method in interface twitter4j.Tweet
returns the source of the tweet
getSourceUserId() - Method in interface twitter4j.Relationship
Returns the source user id
getSourceUserScreenName() - Method in interface twitter4j.Relationship
Returns the source user screen name
getStatusCode() - Method in exception twitter4j.TwitterException
 
getStatusCreatedAt() - Method in interface twitter4j.User
 
getStatusesCount() - Method in interface twitter4j.User
 
getStatusId() - Method in class twitter4j.StatusDeletionNotice
 
getStatusId() - Method in interface twitter4j.User
 
getStatusInReplyToScreenName() - Method in interface twitter4j.User
 
getStatusInReplyToStatusId() - Method in interface twitter4j.User
 
getStatusInReplyToUserId() - Method in interface twitter4j.User
 
getStatusSource() - Method in interface twitter4j.User
 
getStatusText() - Method in interface twitter4j.User
 
getSubscriberCount() - Method in interface twitter4j.UserList
Returns the subscriber count of the list
getTargetUserId() - Method in interface twitter4j.Relationship
Returns the target user id
getTargetUserScreenName() - Method in interface twitter4j.Relationship
Returns the target user screen name
getText() - Method in interface twitter4j.DirectMessage
 
getText() - Method in interface twitter4j.Status
Returns the text of the status
getText() - Method in interface twitter4j.Tweet
returns the text
GetTimelines - Class in twitter4j.examples
Example application that gets public, user and friend timeline using specified account.
Usage: java twitter4j.examples.GetTimelines ID Password
GetTimelines() - Constructor for class twitter4j.examples.GetTimelines
 
getTimeZone() - Method in interface twitter4j.User
 
getToUser() - Method in interface twitter4j.Tweet
returns the to_user
getToUserId() - Method in interface twitter4j.Tweet
returns the to_user_id
getTrendAt() - Method in interface twitter4j.Trends
 
getTrends() - Method in interface twitter4j.api.SearchMethods
Returns the top ten topics that are currently trending on Twitter.
getTrends() - Method in interface twitter4j.api.SearchMethodsAsync
Returns the top ten topics that are currently trending on Twitter.
getTrends() - Method in class twitter4j.AsyncTwitter
Returns the top ten topics that are currently trending on Twitter.
getTrends() - Method in interface twitter4j.Trends
 
getTrends() - Method in class twitter4j.Twitter
Returns the top ten topics that are currently trending on Twitter.
getTweets() - Method in interface twitter4j.QueryResult
 
getURI() - Method in interface twitter4j.UserList
Returns the uri of the list
getUrl() - Method in interface twitter4j.Trend
 
getURL() - Method in interface twitter4j.User
Returns the url of the user
getUser() - Method in interface twitter4j.Status
Return the user
getUser() - Method in interface twitter4j.UserList
Returns the user of the list
getUserId() - Method in class twitter4j.StatusDeletionNotice
 
getUserListMembers(String, int, long) - Method in interface twitter4j.api.ListMembersMethods
Returns the members of the specified list.
getUserListMembers(String, int, long) - Method in class twitter4j.Twitter
Returns the members of the specified list.
getUserListMemberships(String, long) - Method in interface twitter4j.api.ListMethods
List the lists the specified user has been added to.
getUserListMemberships(String, long) - Method in class twitter4j.Twitter
List the lists the specified user has been added to.
getUserLists(String, long) - Method in interface twitter4j.api.ListMethods
List the lists of the specified user.
getUserLists(String, long) - Method in class twitter4j.Twitter
List the lists of the specified user.
getUserListStatuses(String, int, Paging) - Method in interface twitter4j.api.ListMethods
Show tweet timeline for members of the specified list.
getUserListStatuses(String, int, Paging) - Method in class twitter4j.Twitter
Show tweet timeline for members of the specified list.
getUserListSubscribers(String, int, long) - Method in interface twitter4j.api.ListSubscribersMethods
Returns the subscribers of the specified list.
getUserListSubscribers(String, int, long) - Method in class twitter4j.Twitter
Returns the subscribers of the specified list.
getUserListSubscriptions(String, long) - Method in interface twitter4j.api.ListMethods
List the lists the specified user follows.
getUserListSubscriptions(String, long) - Method in class twitter4j.Twitter
List the lists the specified user follows.
getUserTimeline(String, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the most recent statuses posted in the last 24 hours from the specified screen name.
getUserTimeline(int, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the most recent statuses posted in the last 24 hours from the specified screen name.
getUserTimeline(String) - Method in interface twitter4j.api.TimelineMethods
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline(int) - Method in interface twitter4j.api.TimelineMethods
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline() - Method in interface twitter4j.api.TimelineMethods
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimeline(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimeline(String, Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the most recent statuses posted in the last 24 hours from the specified screenName.
getUserTimeline(int, Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the most recent statuses posted in the last 24 hours from the specified screenName.
getUserTimeline(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimeline(String) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimeline(int) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimeline() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimeline(String, Paging) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified screenName.
getUserTimeline(int, Paging) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified screenName.
getUserTimeline(Paging) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimeline(String) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimeline(int) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimeline() - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimeline(String, Paging) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified screen name.
getUserTimeline(int, Paging) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified screen name.
getUserTimeline(String) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline(int) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline() - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimeline(Paging) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUtcOffset() - Method in interface twitter4j.User
 
getVersion() - Static method in class twitter4j.Version
 
getWarning() - Method in interface twitter4j.QueryResult
 
getWeeklyTrends() - Method in interface twitter4j.api.SearchMethods
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends(Date, boolean) - Method in interface twitter4j.api.SearchMethods
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends() - Method in interface twitter4j.api.SearchMethodsAsync
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends(Date, boolean) - Method in interface twitter4j.api.SearchMethodsAsync
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends() - Method in class twitter4j.AsyncTwitter
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends(Date, boolean) - Method in class twitter4j.AsyncTwitter
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends() - Method in class twitter4j.Twitter
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends(Date, boolean) - Method in class twitter4j.Twitter
Returns the top 30 trending topics for each day in a given week.
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
 
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
 
gotHomeTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotHomeTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotMentions(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotMentions(ResponseList<Status>) - 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
 
gotRetweetedByMe(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedByMe(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweetedToMe(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedToMe(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
 
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
 
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(PagableResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotUserListStatuses(PagableResponseList<UserList>) - 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
 
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.Device
 
hashCode() - Method in class twitter4j.GeoLocation
 
hashCode() - Method in class twitter4j.Paging
 
hashCode() - Method in class twitter4j.Query
 
hashCode() - Method in class twitter4j.StatusDeletionNotice
 
hashCode() - Method in class twitter4j.TwitterMethod
 
hasNext() - Method in interface twitter4j.CursorSupport
 
hasNext() - Method in interface twitter4j.IDs
 
hasNext() - Method in class twitter4j.PagableResponseList
 
hasPrevious() - Method in interface twitter4j.CursorSupport
 
hasPrevious() - Method in interface twitter4j.IDs
 
hasPrevious() - Method in class twitter4j.PagableResponseList
 
HelpMethods - Interface in twitter4j.api
 
HelpMethodsAsync - Interface in twitter4j.api
 
HOME_TIMELINE - Static variable in class twitter4j.TwitterMethod
 

I

IDs - Interface in twitter4j
A data interface representing array of numeric IDs.
isAccountRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isFavorited() - Method in interface twitter4j.Status
Test if the status is favorited
isGeoEnabled() - Method in interface twitter4j.User
 
isIPRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isOAuthEnabled() - Method in class twitter4j.Twitter
tests if the instance is authenticated by Basic
isProfileBackgroundTiled() - Method in interface twitter4j.User
 
isProtected() - Method in interface twitter4j.User
Test if the user status is protected
isPublic() - Method in interface twitter4j.UserList
tests if the list is public
isRetweet() - Method in interface twitter4j.Status
 
isSourceBlockingTarget() - Method in interface twitter4j.Relationship
Returns if the source user is blocking the target user
isSourceFollowedByTarget() - Method in interface twitter4j.Relationship
Checks if source user is being followed by target user
isSourceFollowingTarget() - Method in interface twitter4j.Relationship
Checks if source user is following target user
isSourceNotificationsEnabled() - Method in interface twitter4j.Relationship
Checks if the source user has enabled notifications for updates of the target user
isStatusFavorited() - Method in interface twitter4j.User
 
isStatusTruncated() - Method in interface twitter4j.User
 
isTargetFollowedBySource() - Method in interface twitter4j.Relationship
Checks if target user is being followed by source user.
This method is equivalent to isSourceFollowingTarget().
isTargetFollowingSource() - Method in interface twitter4j.Relationship
Checks if target user is following source user.
This method is equivalent to isSourceFollowedByTarget().
isTruncated() - Method in interface twitter4j.Status
Test if the status is truncated
isVerified() - Method in interface twitter4j.User
 

K

KILOMETERS - Static variable in class twitter4j.Query
 

L

lang(String) - Method in class twitter4j.Query
restricts tweets to the given language, given by an ISO 639-1 code
latitude - Variable in class twitter4j.GeoLocation
 
LIST_MEMBERS - Static variable in class twitter4j.TwitterMethod
 
LIST_SUBSCRIBERS - Static variable in class twitter4j.TwitterMethod
 
ListMembersMethods - Interface in twitter4j.api
 
ListMembersMethodsAsync - Interface in twitter4j.api
Not yet implemented.
ListMethods - Interface in twitter4j.api
 
ListMethodsAsync - Interface in twitter4j.api
Not yet implemented.
ListSubscribersMethods - Interface in twitter4j.api
 
ListSubscribersMethodsAsync - Interface in twitter4j.api
Not yet implemented.
LocalTrendsMethods - Interface in twitter4j.api
Not yet supported.
LocalTrendsMethodsAsync - Interface in twitter4j.api
Not yet supported.
longitude - Variable in class twitter4j.GeoLocation
 

M

main(String[]) - Static method in class twitter4j.examples.AsyncUpdate
 
main(String[]) - Static method in class twitter4j.examples.FeedMonitor
Main entry point for this application.
If config_file_path is not specified, feedmonitor.properties will be used.
Usage: java twitter4j.examples.FeedMonitor [config_file_path ..] [interval(min)]
main(String[]) - Static method in class twitter4j.examples.GetDirectMessages
Usage: java twitter4j.examples.GetDirectMessages ID Password
main(String[]) - Static method in class twitter4j.examples.GetTimelines
Usage: java twitter4j.examples.GetTimelines ID Password
main(String[]) - Static method in class twitter4j.examples.OAuthUpdate
Usage: java -Dtwitter4j.oauth.consumerKey=[consumer key] -Dtwitter4j.oauth.consumerSecret=[consumer secret] twitter4j.examples.OAuthUpdate [message]
main(String[]) - Static method in class twitter4j.examples.SendDirectMessage
Usage: java twitter4j.examples.DirectMessage senderID senderPassword message recipientId
main(String[]) - Static method in class twitter4j.examples.StreamingExample
Main entry for this application.
main(String[]) - Static method in class twitter4j.examples.Update
Main entry for this application.
main(String[]) - Static method in class twitter4j.Version
 
maxId(long) - Method in class twitter4j.Paging
 
MENTIONS - Static variable in class twitter4j.TwitterMethod
 
MILES - Static variable in class twitter4j.Query
 

N

name() - Method in class twitter4j.TwitterMethod
 
next(StatusListener) - Method in class twitter4j.StatusStream
 
NONE - Static variable in class twitter4j.Device
 
NotificationMethods - Interface in twitter4j.api
 
NotificationMethodsAsync - Interface in twitter4j.api
 

O

OAuthUpdate - Class in twitter4j.examples
Example application that uses OAuth method to acquire access to your account.
This application illustrates how to use OAuth method with Twitter4J.
Usage: java -Dtwitter4j.oauth.consumerKey=[consumer key] -Dtwitter4j.oauth.consumerSecret=[consumer secret] twitter4j.examples.OAuthUpdate [message]
OAuthUpdate() - Constructor for class twitter4j.examples.OAuthUpdate
 
onDeletionNotice(StatusDeletionNotice) - Method in class twitter4j.examples.StreamingExample
 
onDeletionNotice(StatusDeletionNotice) - Method in interface twitter4j.StatusListener
Called upon deletionNotice notices.
onException(Exception) - Method in class twitter4j.examples.StreamingExample
 
onException(Exception) - Method in interface twitter4j.StatusListener
 
onException(TwitterException, TwitterMethod) - Method in class twitter4j.TwitterAdapter
 
onException(TwitterException, TwitterMethod) - Method in interface twitter4j.TwitterListener
 
onRateLimitReached(RateLimitStatusEvent) - Method in interface twitter4j.RateLimitStatusListener
Called when the account or IP address is hitting the rate limit.
onRateLimitStatus will be also called before this event.
onRateLimitStatus(RateLimitStatusEvent) - Method in interface twitter4j.RateLimitStatusListener
Called when the response contains rate limit status.
onStatus(Status) - Method in class twitter4j.examples.StreamingExample
 
onStatus(Status) - Method in interface twitter4j.StatusListener
 
onTrackLimitationNotice(int) - Method in class twitter4j.examples.StreamingExample
 
onTrackLimitationNotice(int) - Method in interface twitter4j.StatusListener
This notice will be sent each time a limited stream becomes unlimited.
If this number is high and or rapidly increasing, it is an indication that your predicate is too broad, and you should consider a predicate with higher selectivity.

P

PagableResponseList<T extends TwitterResponse> - Class in twitter4j
CursorSupport'ed ResponseList implementation.
page(int) - Method in class twitter4j.Query
sets the page number (starting at 1) to return, up to a max of roughly 1500 results
Paging - Class in twitter4j
Controls pagination.
It is possible to use the same Paging instance in a multi-threaded context only if the instance is treated immutably.
But basically instance of this class is NOT thread safe.
Paging() - Constructor for class twitter4j.Paging
 
Paging(int) - Constructor for class twitter4j.Paging
 
Paging(long) - Constructor for class twitter4j.Paging
 
Paging(int, int) - Constructor for class twitter4j.Paging
 
Paging(int, long) - Constructor for class twitter4j.Paging
 
Paging(int, int, long) - Constructor for class twitter4j.Paging
 
Paging(int, int, long, long) - Constructor for class twitter4j.Paging
 
PUBLIC_TIMELINE - Static variable in class twitter4j.TwitterMethod
 

Q

Query - Class in twitter4j
A data class represents search query.
Query() - Constructor for class twitter4j.Query
 
Query(String) - Constructor for class twitter4j.Query
 
query(String) - Method in class twitter4j.Query
Sets the query string
QueryResult - Interface in twitter4j
A data interface representing search API response

R

RATE_LIMIT_STATUS - Static variable in class twitter4j.TwitterMethod
 
RateLimitStatus - Interface in twitter4j
A data interface representing Twitter REST API's rate limit status
RateLimitStatusEvent - Class in twitter4j
A data interface representing Twitter REST API's rate limit status
RateLimitStatusListener - Interface in twitter4j
 
Relationship - Interface in twitter4j
A data interface that has detailed information about a relationship between two users
REPORT_SPAM - Static variable in class twitter4j.TwitterMethod
 
reportedSpam(User) - Method in class twitter4j.TwitterAdapter
 
reportedSpam(User) - Method in interface twitter4j.TwitterListener
 
reportSpam(int) - Method in interface twitter4j.api.SpamReportingMethods
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(String) - Method in interface twitter4j.api.SpamReportingMethods
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(int) - 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.
reportSpam(int) - Method in class twitter4j.AsyncTwitter
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(String) - Method in class twitter4j.AsyncTwitter
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(int) - Method in class twitter4j.Twitter
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(String) - Method in class twitter4j.Twitter
The user specified in the id is blocked by the authenticated user and reported as a spammer.
ResponseList<T extends TwitterResponse> - Class in twitter4j
List of TwitterResponse.
retweet() - Method in class twitter4j.TwitterStream
Starts listening on all retweets.
RETWEET_STATUS - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_BY_ME - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_TO_ME - Static variable in class twitter4j.TwitterMethod
 
retweetedStatus(Status) - Method in class twitter4j.TwitterAdapter
 
retweetedStatus(Status) - Method in interface twitter4j.TwitterListener
 
RETWEETS - Static variable in class twitter4j.TwitterMethod
 
RETWEETS_OF_ME - Static variable in class twitter4j.TwitterMethod
 
retweetStatus(long) - Method in interface twitter4j.api.StatusMethods
Retweets a tweet.
retweetStatus(long) - Method in interface twitter4j.api.StatusMethodsAsync
Retweets a tweet.
retweetStatus(long) - Method in class twitter4j.AsyncTwitter
Retweets a tweet.
retweetStatus(long) - Method in class twitter4j.Twitter
Retweets a tweet.
rpp(int) - Method in class twitter4j.Query
sets the number of tweets to return per page, up to a max of 100

S

sample() - Method in class twitter4j.TwitterStream
Starts listening on random sample of all public statuses.
SavedSearch - Interface in twitter4j
A data interface representing a Saved Search
SavedSearchesMethods - Interface in twitter4j.api
 
SavedSearchesMethodsAsync - Interface in twitter4j.api
Not yet implemented.
screenName - Variable in class twitter4j.Twitter
 
search(Query) - Method in interface twitter4j.api.SearchMethods
Returns tweets that match a specified query.
search(Query) - Method in interface twitter4j.api.SearchMethodsAsync
Returns tweets that match a specified query.
search(Query) - Method in class twitter4j.AsyncTwitter
Returns tweets that match a specified query.
search(Query) - Method in class twitter4j.Twitter
Returns tweets that match a specified query.
SEARCH - Static variable in class twitter4j.TwitterMethod
 
SEARCH_USERS - Static variable in class twitter4j.TwitterMethod
 
searched(QueryResult) - Method in class twitter4j.TwitterAdapter
 
searched(QueryResult) - Method in interface twitter4j.TwitterListener
 
searchedUser(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
searchedUser(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
SearchMethods - Interface in twitter4j.api
 
SearchMethodsAsync - Interface in twitter4j.api
 
searchUsers(String, int) - Method in interface twitter4j.api.UserMethods
Run a search for users similar to Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API (about being listed in the People Search).
searchUsers(String, int) - Method in interface twitter4j.api.UserMethodsAsync
Run a search for users similar to Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API (about being listed in the People Search).
searchUsers(String, int) - Method in class twitter4j.AsyncTwitter
Run a search for users similar to Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API (about being listed in the People Search).
searchUsers(String, int) - Method in class twitter4j.Twitter
Run a search for users similar to Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API (about being listed in the People Search).
SEND_DIRECT_MESSAGE - Static variable in class twitter4j.TwitterMethod
 
sendDirectMessage(String, String) - Method in interface twitter4j.api.DirectMessageMethods
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(int, String) - Method in interface twitter4j.api.DirectMessageMethods
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(String, String) - Method in interface twitter4j.api.DirectMessageMethodsAsync
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(int, String) - Method in interface twitter4j.api.DirectMessageMethodsAsync
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(String, String) - Method in class twitter4j.AsyncTwitter
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(int, String) - Method in class twitter4j.AsyncTwitter
Sends a new direct message to the specified user from the authenticating user.
SendDirectMessage - Class in twitter4j.examples
Example application that sends a message to specified Twitter-er from specified account.
Usage: java twitter4j.examples.DirectMessage senderID senderPassword message recipientId
SendDirectMessage() - Constructor for class twitter4j.examples.SendDirectMessage
 
sendDirectMessage(String, String) - Method in class twitter4j.Twitter
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(int, String) - Method in class twitter4j.Twitter
Sends a new direct message to the specified user from the authenticating user.
SENT_DIRECT_MESSAGES - Static variable in class twitter4j.TwitterMethod
 
sentDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
sentDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
setCount(int) - Method in class twitter4j.Paging
 
setGeoCode(GeoLocation, double, String) - Method in class twitter4j.Query
returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile
setLang(String) - Method in class twitter4j.Query
restricts tweets to the given language, given by an ISO 639-1 code
setMaxId(long) - Method in class twitter4j.Paging
 
setOAuthAccessToken(AccessToken) - Method in class twitter4j.AsyncTwitter
 
setOAuthAccessToken(String, String) - Method in class twitter4j.AsyncTwitter
 
setOAuthAccessToken(AccessToken) - Method in class twitter4j.Twitter
setOAuthAccessToken(String, String) - Method in class twitter4j.Twitter
Deprecated. Use Twitter getInstance(AccessToken accessToken)
setOAuthConsumer(String, String) - Method in class twitter4j.AsyncTwitter
 
setOAuthConsumer(String, String) - Method in class twitter4j.Twitter
sets the OAuth consumer key and consumer secret
setPage(int) - Method in class twitter4j.Paging
 
setPage(int) - Method in class twitter4j.Query
sets the page number (starting at 1) to return, up to a max of roughly 1500 results
setQuery(String) - Method in class twitter4j.Query
Sets the query string
setRpp(int) - Method in class twitter4j.Query
sets the number of tweets to return per page, up to a max of 100
setSinceId(long) - Method in class twitter4j.Paging
 
setSinceId(long) - Method in class twitter4j.Query
returns tweets with status ids greater than the given id.
setStatusListener(StatusListener) - Method in class twitter4j.TwitterStream
 
SHOW_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
SHOW_STATUS - Static variable in class twitter4j.TwitterMethod
 
SHOW_USER - Static variable in class twitter4j.TwitterMethod
 
SHOW_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
showFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethods
Gets the detailed relationship status between a source user and a target user
This method calls http://api.twitter.com/1/friendships/show.json
showFriendship(int, int) - Method in interface twitter4j.api.FriendshipMethods
Gets the detailed relationship status between a source user and a target user
This method calls http://api.twitter.com/1/friendships/show.json
showFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Gets the detailed relationship status between a source user and a target user
This method calls http://api.twitter.com/1/friendships/show.json
showFriendship(int, int) - Method in interface twitter4j.api.FriendshipMethodsAsync
Gets the detailed relationship status between a source user and a target user
This method calls http://api.twitter.com/1/friendships/show.json
showFriendship(String, String) - Method in class twitter4j.AsyncTwitter
Gets the detailed relationship status between a source user and a target user
This method calls http://api.twitter.com/1/friendships/show.json
showFriendship(int, int) - Method in class twitter4j.AsyncTwitter
Gets the detailed relationship status between a source user and a target user
This method calls http://api.twitter.com/1/friendships/show.json
showFriendship(String, String) - Method in class twitter4j.Twitter
Gets the detailed relationship status between a source user and a target user
This method calls http://api.twitter.com/1/friendships/show.json
showFriendship(int, int) - Method in class twitter4j.Twitter
Gets the detailed relationship status between a source user and a target user
This method calls http://api.twitter.com/1/friendships/show.json
showSavedSearch(int) - Method in interface twitter4j.api.SavedSearchesMethods
Retrieve the data for a saved search owned by the authenticating user specified by the given id.
showSavedSearch(int) - Method in class twitter4j.Twitter
Retrieve the data for a saved search owned by the authenticating user specified by the given id.
showStatus(long) - Method in interface twitter4j.api.StatusMethods
Returns a single status, specified by the id parameter.
showStatus(long) - Method in interface twitter4j.api.StatusMethodsAsync
Returns a single status, specified by the id parameter.
showStatus(long) - Method in class twitter4j.AsyncTwitter
Returns a single status, specified by the id parameter.
showStatus(long) - Method in class twitter4j.Twitter
Returns a single status, specified by the id parameter.
showUser(String) - Method in interface twitter4j.api.UserMethods
Returns extended information of a given user, specified by screen name as per the required id parameter below.
showUser(int) - Method in interface twitter4j.api.UserMethods
Returns extended information of a given user, specified by ID.
showUser(String) - Method in interface twitter4j.api.UserMethodsAsync
Retrieves extended information of a given user, specified by screen name.
showUser(int) - Method in interface twitter4j.api.UserMethodsAsync
Retrieves extended information of a given user, specified by screen name.
showUser(String) - Method in class twitter4j.AsyncTwitter
Retrieves extended information of a given user, specified by screen name.
showUser(int) - Method in class twitter4j.AsyncTwitter
Retrieves extended information of a given user, specified by screen name.
showUser(String) - Method in class twitter4j.Twitter
Returns extended information of a given user, specified by screen name as per the required id parameter below.
showUser(int) - Method in class twitter4j.Twitter
Returns extended information of a given user, specified by ID.
showUserList(String, int) - Method in interface twitter4j.api.ListMethods
Show the specified list.
showUserList(String, int) - Method in class twitter4j.Twitter
Show the specified list.
shutdown() - Method in class twitter4j.AsyncTwitter
Shuts down internal dispather thread.
sinceId(long) - Method in class twitter4j.Paging
 
sinceId(long) - Method in class twitter4j.Query
returns tweets with status ids greater than the given id.
SMS - Static variable in class twitter4j.Device
 
SocialGraphMethods - Interface in twitter4j.api
 
SocialGraphMethodsAsync - Interface in twitter4j.api
 
SpamReportingMethods - Interface in twitter4j.api
 
SpamReportingMethodsAsync - Interface in twitter4j.api
Not yet supported.
Status - Interface in twitter4j
A data interface representing one single status of a user.
StatusDeletionNotice - Class in twitter4j
A data class representing Status deletionNotice
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately.
StatusListener - Interface in twitter4j
 
StatusMethods - Interface in twitter4j.api
 
StatusMethodsAsync - Interface in twitter4j.api
 
StatusStream - Class in twitter4j
 
StreamingExample - Class in twitter4j.examples
This is a code example of Twitter4J Streaming API support.
Usage: java twitter4j.examples.StreamingExample TwitterID TwitterPassword
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.ListSubscribersMethods
Make the authenticated user follow the specified list.
subscribeUserList(String, int) - Method in class twitter4j.Twitter
Make the authenticated user follow the specified list.

T

test() - Method in interface twitter4j.api.HelpMethods
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
test() - Method in interface twitter4j.api.HelpMethodsAsync
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
test() - Method in class twitter4j.AsyncTwitter
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
test() - Method in class twitter4j.Twitter
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
TEST - Static variable in class twitter4j.TwitterMethod
 
tested(boolean) - Method in class twitter4j.TwitterAdapter
 
tested(boolean) - Method in interface twitter4j.TwitterListener
 
TimelineMethods - Interface in twitter4j.api
 
TimelineMethodsAsync - Interface in twitter4j.api
 
TimeSpanUtil - Class in twitter4j
 
toString() - Method in class twitter4j.Device
 
toString() - Method in class twitter4j.GeoLocation
 
toString() - Method in class twitter4j.Paging
 
toString() - Method in class twitter4j.Query
 
toString() - Method in class twitter4j.StatusDeletionNotice
 
toString() - Method in class twitter4j.Twitter
 
toString() - Method in class twitter4j.TwitterMethod
 
toTimeSpanString(Date) - Static method in class twitter4j.TimeSpanUtil
 
toTimeSpanString(long) - Static method in class twitter4j.TimeSpanUtil
 
toTimeSpanString(int) - Static method in class twitter4j.TimeSpanUtil
 
Trend - Interface in twitter4j
A data interface representing Trend.
Trends - Interface in twitter4j
A data class representing Trends.
TRENDS - Static variable in class twitter4j.TwitterMethod
 
Tweet - Interface in twitter4j
A data class representing a Tweet in the search response
Twitter - Class in twitter4j
A java representation of the Twitter API
This class is thread safe and can be cached/re-used and used concurrently.
Twitter() - Constructor for class twitter4j.Twitter
Deprecated. use TwitterFactory.getInstance() instead
Twitter(String, String) - Constructor for class twitter4j.Twitter
Deprecated. use TwitterFactory.getBasicAuthenticatedInstance(screenName, password) instead
twitter4j - package twitter4j
 
twitter4j.api - package twitter4j.api
 
twitter4j.examples - package twitter4j.examples
 
TwitterAdapter - Class in twitter4j
A handy adapter of TwitterListener.
TwitterAdapter() - Constructor for class twitter4j.TwitterAdapter
 
TwitterException - Exception in twitter4j
An exception class that will be thrown when TwitterAPI calls are failed.
In case the Twitter server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.
TwitterException(String) - Constructor for exception twitter4j.TwitterException
 
TwitterException(Exception) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, int) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, Exception) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, Exception, int) - Constructor for exception twitter4j.TwitterException
 
TwitterFactory - Class in twitter4j
A factory class for Twitter.
TwitterFactory() - Constructor for class twitter4j.TwitterFactory
Creates a TwitterFactory with the root configuration.
TwitterFactory(String) - Constructor for class twitter4j.TwitterFactory
Creates a TwitterFactory with a specified config tree
TwitterListener - Interface in twitter4j
A listner for receiving asynchronous responses from Twitter Async APIs.
TwitterMethod - Class in twitter4j
 
TwitterResponse - Interface in twitter4j
Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble.
TwitterStream - Class in twitter4j
A java reporesentation of the Twitter Streaming API
Note that this class is NOT compatible with Google App Engine as GAE is not capable of handling requests longer than 30 seconds.
TwitterStream() - Constructor for class twitter4j.TwitterStream
Deprecated. use new TwitterStreamFactory.getInstance() instead.
TwitterStream(String, String) - Constructor for class twitter4j.TwitterStream
Deprecated. use new TwitterStreamFactory.getInstance() instead.
TwitterStream(String, String, StatusListener) - Constructor for class twitter4j.TwitterStream
Deprecated. use new TwitterStreamFactory.getInstance() instead.
TwitterStreamFactory - Class in twitter4j
A factory class for TwitterFactory.
An instance of this class is completely thread safe and can be re-used and used concurrently.
Note that TwitterStream is NOT compatible with Google App Engine as GAE is not capable of handling requests longer than 30 seconds.
TwitterStreamFactory() - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(StatusListener) - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(String) - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(String, StatusListener) - Constructor for class twitter4j.TwitterStreamFactory

U

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.ListSubscribersMethods
Unsubscribes the authenticated user form the specified list.
unsubscribeUserList(String, int) - Method in class twitter4j.Twitter
Unsubscribes the authenticated user form the specified list.
Update - Class in twitter4j.examples
This is a code example of Twitter4J update API.
Usage: java twitter4j.examples.Update TwitterID TwitterPassword text
Update() - Constructor for class twitter4j.examples.Update
 
UPDATE_DELIVERY_DEVICE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE_BACKGROUND_IMAGE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE_COLORS - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE_IMAGE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_STATUS - Static variable in class twitter4j.TwitterMethod
 
UPDATE_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
updatedDeliveryDevice(User) - Method in class twitter4j.TwitterAdapter
 
updatedDeliveryDevice(User) - Method in interface twitter4j.TwitterListener
 
updateDeliveryDevice(Device) - Method in interface twitter4j.api.AccountMethods
Sets which device Twitter delivers updates to for the authenticating user.
updateDeliveryDevice(Device) - Method in interface twitter4j.api.AccountMethodsAsync
Sets which device Twitter delivers updates to for the authenticating user.
updateDeliveryDevice(Device) - Method in class twitter4j.AsyncTwitter
Sets which device Twitter delivers updates to for the authenticating user.
updateDeliveryDevice(Device) - Method in class twitter4j.Twitter
Sets which device Twitter delivers updates to for the authenticating user.
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
 
updateProfile(String, String, String, String, String) - Method in interface twitter4j.api.AccountMethods
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfile(String, 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.
updateProfile(String, String, String, String, String) - Method in class twitter4j.AsyncTwitter
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfile(String, String, String, String, String) - Method in class twitter4j.Twitter
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfileBackgroundImage(File, boolean) - Method in interface twitter4j.api.AccountMethods
Updates the authenticating user's profile background image.
updateProfileBackgroundImage(File, boolean) - Method in interface twitter4j.api.AccountMethodsAsync
Updates the authenticating user's profile background image.
updateProfileBackgroundImage(File, boolean) - Method in class twitter4j.AsyncTwitter
Updates the authenticating user's profile background image.
updateProfileBackgroundImage(File, boolean) - Method in class twitter4j.Twitter
Updates the authenticating user's profile background image.
updateProfileColors(String, String, String, String, String) - Method in interface twitter4j.api.AccountMethods
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
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.
updateProfileColors(String, String, String, String, String) - Method in class twitter4j.AsyncTwitter
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
updateProfileColors(String, String, String, String, String) - Method in class twitter4j.Twitter
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.AccountMethods
Updates the authenticating user's profile image.
updateProfileImage(File) - Method in interface twitter4j.api.AccountMethodsAsync
Updates the authenticating user's profile image.
updateProfileImage(File) - Method in class twitter4j.AsyncTwitter
Updates the authenticating user's profile image.
updateProfileImage(File) - Method in class twitter4j.Twitter
Updates the authenticating user's profile image.
updateStatus(String) - Method in interface twitter4j.api.StatusMethods
Updates the user's status.
updateStatus(String, GeoLocation) - Method in interface twitter4j.api.StatusMethods
Updates the user's status.
updateStatus(String, long) - Method in interface twitter4j.api.StatusMethods
Updates the user's status.
updateStatus(String, long, GeoLocation) - Method in interface twitter4j.api.StatusMethods
Updates the user's status.
updateStatus(String) - Method in interface twitter4j.api.StatusMethodsAsync
Updates the user's status asynchronously
This method calls http://api.twitter.com/1/statuses/update
updateStatus(String, GeoLocation) - Method in interface twitter4j.api.StatusMethodsAsync
Updates the user's status asynchronously.
updateStatus(String, long) - Method in interface twitter4j.api.StatusMethodsAsync
Updates the user's status asynchronously
This method calls http://api.twitter.com/1/statuses/update
updateStatus(String, long, GeoLocation) - Method in interface twitter4j.api.StatusMethodsAsync
Updates the user's status.
updateStatus(String) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
This method calls http://api.twitter.com/1/statuses/update
updateStatus(String, GeoLocation) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously.
updateStatus(String, long) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
This method calls http://api.twitter.com/1/statuses/update
updateStatus(String, long, GeoLocation) - Method in class twitter4j.AsyncTwitter
Updates the user's status.
updateStatus(String) - Method in class twitter4j.Twitter
Updates the user's status.
updateStatus(String, GeoLocation) - Method in class twitter4j.Twitter
Updates the user's status.
updateStatus(String, long) - Method in class twitter4j.Twitter
Updates the user's status.
updateStatus(String, long, GeoLocation) - Method in class twitter4j.Twitter
Updates the user's status.
updateUserList(int, String, boolean, String) - Method in interface twitter4j.api.ListMethods
Updates the specified list.
updateUserList(int, String, boolean, String) - Method in class twitter4j.Twitter
Updates the specified list.
User - Interface in twitter4j
A data interface representing Basic user information element
USER_LIST_MEMBERSHIPS - Static variable in class twitter4j.TwitterMethod
 
USER_LIST_STATUSES - Static variable in class twitter4j.TwitterMethod
 
USER_LIST_SUBSCRIPTIONS - Static variable in class twitter4j.TwitterMethod
 
USER_LISTS - Static variable in class twitter4j.TwitterMethod
 
USER_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
UserList - Interface in twitter4j
A data interface representing Basic list information element
UserMethods - Interface in twitter4j.api
 
UserMethodsAsync - Interface in twitter4j.api
 

V

verifyCredentials() - Method in interface twitter4j.api.AccountMethods
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.
verifyCredentials() - Method in class twitter4j.Twitter
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.
Version - Class in twitter4j
 
Version() - Constructor for class twitter4j.Version
 

W

WEEKLY_TRENDS - Static variable in class twitter4j.TwitterMethod
 

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

Copyright © 2010. All Rights Reserved.