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

A

AccessToken - Class in twitter4j.http
Representing authorized Access Token which is passed to the service provider in order to access protected resources.
the token and token secret can be stored into some persistent stores such as file system or RDBMS for the further accesses.
AccessToken(HttpResponse) - Constructor for class twitter4j.http.AccessToken
 
AccessToken(String) - Constructor for class twitter4j.http.AccessToken
 
AccessToken(String, String) - Constructor for class twitter4j.http.AccessToken
 
AccountMethods - Interface in twitter4j.api
 
AccountMethodsAsync - Interface in twitter4j.api
 
active - Variable in class twitter4j.Dispatcher
 
ADD_LIST_MEMBER - Static variable in class twitter4j.TwitterMethod
 
addedUserListMember(UserList) - Method in class twitter4j.TwitterAdapter
 
addedUserListMember(UserList) - Method in interface twitter4j.TwitterListener
 
addParameterToList(List<HttpParameter>, String, String) - Method in class twitter4j.Twitter
 
addPostParameter(char[], char, List<HttpParameter>, String, long) - Method in class twitter4j.Paging
 
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.
alive - Variable in class twitter4j.ExecuteThread
 
appendParameter(String, String, List<HttpParameter>) - Method in class twitter4j.Query
 
appendParameter(String, long, List<HttpParameter>) - Method in class twitter4j.Query
 
args - Variable in class twitter4j.AsyncTwitter.AsyncTask
 
args - Variable in class twitter4j.TwitterStream.StreamHandlingThread
 
asDocument() - Method in class twitter4j.http.HttpResponse
Returns the response body as org.w3c.dom.Document.
Disconnects the internal HttpURLConnection silently.
asJSONArray() - Method in class twitter4j.http.HttpResponse
Returns the response body as twitter4j.org.json.JSONArray.
Disconnects the internal HttpURLConnection silently.
asJSONObject() - Method in class twitter4j.http.HttpResponse
Returns the response body as twitter4j.org.json.JSONObject.
Disconnects the internal HttpURLConnection silently.
asOf - Variable in class twitter4j.TrendsJSONImpl
 
asPostParameterArray() - Method in class twitter4j.Paging
 
asPostParameterArray(char[], String) - Method in class twitter4j.Paging
Converts the pagination parameters into a List of PostParameter.
This method also Validates the preset parameters, and throws IllegalStateException if any unsupported parameter is set.
asPostParameterList() - Method in class twitter4j.Paging
 
asPostParameterList(char[]) - Method in class twitter4j.Paging
 
asPostParameterList(char[], String) - Method in class twitter4j.Paging
Converts the pagination parameters into a List of PostParameter.
This method also Validates the preset parameters, and throws IllegalStateException if any unsupported parameter is set.
asPostParameters() - Method in class twitter4j.Query
 
asReader() - Method in class twitter4j.http.HttpResponse
 
asStream() - Method in class twitter4j.http.HttpResponse
Returns the response stream.
This method cannot be called after calling asString() or asDcoument()
It is suggested to call disconnect() after consuming the stream.
asString() - Method in class twitter4j.http.HttpResponse
Returns the response body as string.
Disconnects the internal HttpURLConnection silently.
ASYNC_NUM_THREADS - Static variable in class twitter4j.conf.PropertyConfiguration
 
asyncNumThreads - Variable in class twitter4j.conf.ConfigurationBase
 
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.
AsyncTwitter(Configuration, Authorization, TwitterListener) - Constructor for class twitter4j.AsyncTwitter
 
AsyncTwitter.AsyncTask - Class in twitter4j
 
AsyncTwitter.AsyncTask(TwitterMethod, TwitterListener, Object[]) - Constructor for class twitter4j.AsyncTwitter.AsyncTask
 
AsyncTwitter.AsyncTask(TwitterMethod, TwitterListener, Object) - Constructor for class twitter4j.AsyncTwitter.AsyncTask
 
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
 
auth - Variable in class twitter4j.TwitterBase
 
Authorization - Interface in twitter4j.http
An interface represents credentials.
authorization - Variable in class twitter4j.http.HttpRequest
 

B

BAD_GATEWAY - Static variable in class twitter4j.http.HttpClient
 
BAD_REQUEST - Static variable in class twitter4j.http.HttpClient
 
BASE64Encoder - Class in twitter4j.http
A utility class encodes byte array into String using Base64 encoding scheme.
BASE64Encoder() - Constructor for class twitter4j.http.BASE64Encoder
 
basic - Variable in class twitter4j.http.BasicAuthorization
 
BasicAuthorization - Class in twitter4j.http
An authentication implementation implements Basic authentication
BasicAuthorization(String, String) - Constructor for class twitter4j.http.BasicAuthorization
 
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
 
br - Variable in class twitter4j.StatusStream
 
builders - Static variable in class twitter4j.http.HttpResponse
 

C

check() - Method in class twitter4j.examples.FeedMonitor
 
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
 
checkFileValidity(File) - Method in class twitter4j.Twitter
Check the existence, and the type of the specified file.
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
 
CLIENT_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
CLIENT_VERSION - Static variable in class twitter4j.conf.PropertyConfiguration
 
clientURL - Variable in class twitter4j.conf.ConfigurationBase
 
clientVersion - Variable in class twitter4j.conf.ConfigurationBase
 
close() - Method in class twitter4j.StatusStream
 
close() - Method in class twitter4j.TwitterStream.StreamHandlingThread
 
closed - Variable in class twitter4j.TwitterStream.StreamHandlingThread
 
compareTo(Object) - Method in class twitter4j.http.HttpParameter
 
compareTo(Trends) - Method in class twitter4j.TrendsJSONImpl
 
completedIn - Variable in class twitter4j.QueryResultJSONImpl
 
con - Variable in class twitter4j.http.HttpResponse
 
conf - Variable in class twitter4j.http.OAuthAuthorization
 
conf - Variable in class twitter4j.http.RequestToken
 
conf - Variable in class twitter4j.TwitterBase
 
conf - Variable in class twitter4j.TwitterFactoryBase
 
Configuration - Interface in twitter4j.conf
 
CONFIGURATION_IMPL - Static variable in class twitter4j.conf.ConfigurationContext
 
ConfigurationBase - Class in twitter4j.conf
Configuration base class with default settings.
ConfigurationBase() - Constructor for class twitter4j.conf.ConfigurationBase
 
ConfigurationContext - Class in twitter4j.conf
Static factory of Configuration.
ConfigurationContext() - Constructor for class twitter4j.conf.ConfigurationContext
 
ConfigurationFactory - Interface in twitter4j.conf
 
connectionTimeout - Variable in class twitter4j.http.HttpClient
 
constructRequestURL(String) - Static method in class twitter4j.http.OAuthAuthorization
The Signature Base String includes the request absolute URL, tying the signature to a specific endpoint.
consumerKey - Variable in class twitter4j.http.OAuthAuthorization
 
consumerSecret - Variable in class twitter4j.http.OAuthAuthorization
 
containsFile(HttpParameter[]) - Static method in class twitter4j.http.HttpParameter
 
containsFile(List<HttpParameter>) - Static method in class twitter4j.http.HttpParameter
 
count - Variable in class twitter4j.Paging
 
COUNT - Static variable in class twitter4j.Paging
 
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.
createdAt - Variable in class twitter4j.DirectMessageJSONImpl
 
createdAt - Variable in class twitter4j.SavedSearchJSONImpl
 
createdAt - Variable in class twitter4j.StatusJSONImpl
 
createdAt - Variable in class twitter4j.TweetJSONImpl
 
createdAt - Variable in class twitter4j.UserJSONImpl
 
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
 
createDirectMessageList(HttpResponse) - Static method in class twitter4j.DirectMessageJSONImpl
 
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.
createFromJSONResponse(HttpResponse) - Static method in class twitter4j.RateLimitStatusJSONImpl
 
createFromResponseHeader(HttpResponse) - Static method in class twitter4j.RateLimitStatusJSONImpl
 
createPagableUserList(HttpResponse) - Static method in class twitter4j.UserJSONImpl
 
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.
createSavedSearchList(HttpResponse) - Static method in class twitter4j.SavedSearchJSONImpl
 
createStatusList(HttpResponse) - Static method in class twitter4j.StatusJSONImpl
 
createTrends(HttpResponse) - Static method in class twitter4j.TrendsJSONImpl
 
createTrendsList(HttpResponse) - Static method in class twitter4j.TrendsJSONImpl
 
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.
createUserList(HttpResponse) - Static method in class twitter4j.UserJSONImpl
 
createUserListList(HttpResponse) - Static method in class twitter4j.UserListJSONImpl
 
CURRENT_TRENDS - Static variable in class twitter4j.TwitterMethod
 
CursorSupport - Interface in twitter4j
 

D

DAILY_TRENDS - Static variable in class twitter4j.TwitterMethod
 
DALVIK - Static variable in class twitter4j.conf.ConfigurationBase
 
debug - Variable in class twitter4j.conf.ConfigurationBase
 
DEBUG - Static variable in class twitter4j.conf.PropertyConfiguration
 
DEBUG - Static variable in class twitter4j.logging.Logger
 
debug(String) - Method in class twitter4j.logging.Logger
 
debug(String, String) - Method in class twitter4j.logging.Logger
 
DEFAULT_CONFIGURATION_FACTORY - Static variable in class twitter4j.conf.ConfigurationContext
 
delete(String, HttpParameter[], Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
delete(String, HttpParameter[]) - Method in class twitter4j.http.HttpClientWrapper
 
delete(String, Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
delete(String) - Method in class twitter4j.http.HttpClientWrapper
 
DELETE - Static variable in class twitter4j.http.RequestMethod
 
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.
description - Variable in class twitter4j.UserJSONImpl
 
description - Variable in class twitter4j.UserListJSONImpl
 
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
 
Device() - Constructor for class twitter4j.Device
 
Device(String) - Constructor for class twitter4j.Device
 
DIRECT_MESSAGES - Static variable in class twitter4j.TwitterMethod
 
DirectMessage - Interface in twitter4j
A data interface representing sent/received direct message.
DirectMessageJSONImpl - Class in twitter4j
A data class representing sent/received direct message.
DirectMessageJSONImpl(HttpResponse) - Constructor for class twitter4j.DirectMessageJSONImpl
 
DirectMessageJSONImpl(JSONObject) - Constructor for class twitter4j.DirectMessageJSONImpl
 
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.
disconnect() - Method in class twitter4j.http.HttpResponse
 
dispatcher - Static variable in class twitter4j.AsyncTwitter
 
Dispatcher - Class in twitter4j
 
Dispatcher(Configuration, String) - Constructor for class twitter4j.Dispatcher
 
Dispatcher(Configuration, String, int) - Constructor for class twitter4j.Dispatcher
 
dispose() - Method in interface twitter4j.conf.ConfigurationFactory
clean up resources acquired by this factory.
dispose() - Method in class twitter4j.conf.PropertyConfigurationFactory
clean up resources acquired by this factory.

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.
encode(byte[]) - Static method in class twitter4j.http.BASE64Encoder
 
encode(String) - Static method in class twitter4j.http.HttpClient
 
encode(String) - Static method in class twitter4j.http.OAuthAuthorization
 
encodeBasicAuthenticationString() - Method in class twitter4j.http.BasicAuthorization
 
encodeParameters(HttpParameter[]) - Static method in class twitter4j.http.HttpParameter
 
encodeParameters(List<HttpParameter>) - Static method in class twitter4j.http.OAuthAuthorization
 
encodeParameters(List<HttpParameter>, String, boolean) - Static method in class twitter4j.http.OAuthAuthorization
 
encodeTable - Static variable in class twitter4j.http.BASE64Encoder
 
ensureAuthorizationEnabled() - Method in class twitter4j.TwitterBase
 
ensureBasicEnabled() - Method in class twitter4j.TwitterBase
 
ensureBasicNotEnabled() - Method in class twitter4j.TwitterBase
 
entityEscapeMap - Static variable in class twitter4j.http.HTMLEntity
 
equals(Object) - Method in class twitter4j.conf.ConfigurationBase
 
equals(Object) - Method in class twitter4j.Device
 
equals(Object) - Method in class twitter4j.DirectMessageJSONImpl
 
equals(Object) - Method in class twitter4j.GeoLocation
 
equals(Object) - Method in class twitter4j.http.AccessToken
 
equals(Object) - Method in class twitter4j.http.BasicAuthorization
 
equals(Object) - Method in class twitter4j.http.HttpClient
 
equals(Object) - Method in class twitter4j.http.HttpParameter
 
equals(Object) - Method in class twitter4j.http.HttpRequest
 
equals(Object) - Method in class twitter4j.http.HttpResponseEvent
 
equals(Object) - Method in class twitter4j.http.NullAuthorization
 
equals(Object) - Method in class twitter4j.http.OAuthAuthorization
 
equals(Object) - Method in class twitter4j.http.OAuthToken
 
equals(Object) - Method in class twitter4j.http.RequestMethod
 
equals(Object) - Method in class twitter4j.http.RequestToken
 
equals(Object) - Method in class twitter4j.IDsJSONImpl
 
equals(Object) - Method in class twitter4j.Paging
 
equals(Object) - Method in class twitter4j.Query
 
equals(Object) - Method in class twitter4j.QueryResultJSONImpl
 
equals(Object) - Method in class twitter4j.RateLimitStatusJSONImpl
 
equals(Object) - Method in class twitter4j.RelationshipJSONImpl
 
equals(Object) - Method in class twitter4j.SavedSearchJSONImpl
 
equals(Object) - Method in class twitter4j.StatusDeletionNotice
 
equals(Object) - Method in class twitter4j.StatusJSONImpl
 
equals(Object) - Method in class twitter4j.TrendJSONImpl
 
equals(Object) - Method in class twitter4j.TrendsJSONImpl
 
equals(Object) - Method in class twitter4j.TweetJSONImpl
 
equals(Object) - Method in class twitter4j.TwitterBase
 
equals(Object) - Method in class twitter4j.TwitterMethod
 
equals(Object) - Method in class twitter4j.TwitterOAuthSupportBase
 
equals(Object) - Method in class twitter4j.UserJSONImpl
 
equals(Object) - Method in class twitter4j.UserListJSONImpl
 
escape(String) - Static method in class twitter4j.http.HTMLEntity
 
escape(StringBuffer) - Static method in class twitter4j.http.HTMLEntity
 
escapeEntityMap - Static variable in class twitter4j.http.HTMLEntity
 
EXCEEDED_RATE_LIMIT_QUOTA - Static variable in class twitter4j.http.HttpClient
 
ExecuteThread - Class in twitter4j
 
ExecuteThread(String, Dispatcher, int) - Constructor for class twitter4j.ExecuteThread
 
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

factory - Static variable in class twitter4j.conf.ConfigurationContext
 
FavoriteMethods - Interface in twitter4j.api
 
FavoriteMethodsAsync - Interface in twitter4j.api
 
FAVORITES - Static variable in class twitter4j.TwitterMethod
 
favouritesCount - Variable in class twitter4j.UserJSONImpl
 
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
 
feedurl - Variable in class twitter4j.examples.FeedMonitor
 
file - Variable in class twitter4j.http.HttpParameter
 
fileName - Variable in 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.
fixURL(boolean, String) - Static method in class twitter4j.conf.ConfigurationBase
 
FOLLOWERS_IDS - Static variable in class twitter4j.TwitterMethod
 
FOLLOWERS_STATUSES - Static variable in class twitter4j.TwitterMethod
 
followersCount - Variable in class twitter4j.UserJSONImpl
 
FORBIDDEN - Static variable in class twitter4j.http.HttpClient
 
formatMap - Static variable in class twitter4j.ParseUtil
 
FRIENDS_IDS - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_STATUSES - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
friendsCount - Variable in class twitter4j.UserJSONImpl
 
FriendshipMethods - Interface in twitter4j.api
 
FriendshipMethodsAsync - Interface in twitter4j.api
 
fromUser - Variable in class twitter4j.TweetJSONImpl
 
fromUserId - Variable in class twitter4j.TweetJSONImpl
 
fullName - Variable in class twitter4j.UserListJSONImpl
 

G

generateAuthorizationHeader(String, String, HttpParameter[], String, String, OAuthToken) - Method in class twitter4j.http.OAuthAuthorization
 
generateAuthorizationHeader(String, String, HttpParameter[], OAuthToken) - Method in class twitter4j.http.OAuthAuthorization
 
generateSignature(String, OAuthToken) - Method in class twitter4j.http.OAuthAuthorization
Computes RFC 2104-compliant HMAC signature.
generateSignature(String) - Method in class twitter4j.http.OAuthAuthorization
 
geocode - Variable in class twitter4j.Query
 
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
geoLocation - Variable in class twitter4j.StatusJSONImpl
 
geoLocation - Variable in class twitter4j.TweetJSONImpl
 
get(String) - Method in class twitter4j.http.HttpClient
 
get(String, HttpParameter[], Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
get(String, HttpParameter[]) - Method in class twitter4j.http.HttpClientWrapper
 
get(String, Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
get(String) - Method in class twitter4j.http.HttpClientWrapper
 
GET - Static variable in class twitter4j.http.RequestMethod
 
getAccessToken() - Method in class twitter4j.http.RequestToken
 
getAccessToken(String) - Method in class twitter4j.http.RequestToken
 
getAsOf() - Method in interface twitter4j.Trends
 
getAsOf() - Method in class twitter4j.TrendsJSONImpl
getAsyncNumThreads() - Method in interface twitter4j.conf.Configuration
 
getAsyncNumThreads() - Method in class twitter4j.conf.ConfigurationBase
 
getAuthenticationURL() - Method in class twitter4j.http.RequestToken
since Twitter4J 2.0.10
getAuthorization() - Method in class twitter4j.TwitterBase
Returns the authorization scheme for this instance.
The returned type will be either of BasicAuthorization, OAuthAuthorization, or NullAuthorization
getAuthorizationURL() - Method in class twitter4j.http.RequestToken
 
getBlockIDs(HttpResponse) - Static method in class twitter4j.IDsJSONImpl
 
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.
getBoolean(Properties, String, String) - Method in class twitter4j.conf.PropertyConfiguration
 
getBoolean(String, JSONObject) - Static method in class twitter4j.ParseUtil
 
getCause(int) - Static method in class twitter4j.http.HttpClient
 
getClientURL() - Method in interface twitter4j.conf.Configuration
 
getClientURL() - Method in class twitter4j.conf.ConfigurationBase
 
getClientVersion() - Method in interface twitter4j.conf.Configuration
 
getClientVersion() - Method in class twitter4j.conf.ConfigurationBase
 
getCompletedIn() - Method in interface twitter4j.QueryResult
 
getCompletedIn() - Method in class twitter4j.QueryResultJSONImpl
getConnection(String) - Method in class twitter4j.http.HttpClient
 
getConnectionTimeout() - Method in class twitter4j.http.HttpClient
 
getContentType() - Method in class twitter4j.http.HttpParameter
 
getCount() - Method in class twitter4j.Paging
 
getCreatedAt() - Method in interface twitter4j.DirectMessage
 
getCreatedAt() - Method in class twitter4j.DirectMessageJSONImpl
getCreatedAt() - Method in interface twitter4j.SavedSearch
 
getCreatedAt() - Method in class twitter4j.SavedSearchJSONImpl
getCreatedAt() - Method in interface twitter4j.Status
Return the created_at
getCreatedAt() - Method in class twitter4j.StatusJSONImpl
Return the created_at
getCreatedAt() - Method in interface twitter4j.Tweet
returns the created_at
getCreatedAt() - Method in class twitter4j.TweetJSONImpl
returns the created_at
getCreatedAt() - Method in interface twitter4j.User
 
getCreatedAt() - Method in class twitter4j.UserJSONImpl
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.
getDate(String, JSONObject) - Static method in class twitter4j.ParseUtil
 
getDate(String, JSONObject, String) - Static method in class twitter4j.ParseUtil
 
getDate(String, String) - Static method in class twitter4j.ParseUtil
 
getDescription() - Method in interface twitter4j.User
Returns the description of the user
getDescription() - Method in class twitter4j.UserJSONImpl
Returns the description of the user
getDescription() - Method in interface twitter4j.UserList
Returns the description of the list
getDescription() - Method in class twitter4j.UserListJSONImpl
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.
getDispatcher() - Method in class twitter4j.AsyncTwitter
 
getDouble(String, JSONObject) - Static method in class twitter4j.ParseUtil
 
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
 
getFavouritesCount() - Method in class twitter4j.UserJSONImpl
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
getFollowersCount() - Method in class twitter4j.UserJSONImpl
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
 
getFriendsCount() - Method in class twitter4j.UserJSONImpl
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(HttpResponse) - Static method in class twitter4j.IDsJSONImpl
 
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
getFromUser() - Method in class twitter4j.TweetJSONImpl
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).
getFromUserId() - Method in class twitter4j.TweetJSONImpl
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
getFullName() - Method in class twitter4j.UserListJSONImpl
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 class twitter4j.StatusJSONImpl
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.
getGeoLocation() - Method in class twitter4j.TweetJSONImpl
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.
getHourlyLimit() - Method in class twitter4j.RateLimitStatusJSONImpl
Returns the current limit in effect
This value is identical to the "X-RateLimit-Limit" response header.
getHttpConnectionTimeout() - Method in interface twitter4j.conf.Configuration
 
getHttpConnectionTimeout() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpConnectionTimeout() - Method in interface twitter4j.http.HttpClientConfiguration
 
getHttpConnectionTimeout() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpProxyHost() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyHost() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpProxyHost() - Method in interface twitter4j.http.HttpClientConfiguration
 
getHttpProxyHost() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpProxyPassword() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyPassword() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpProxyPassword() - Method in interface twitter4j.http.HttpClientConfiguration
 
getHttpProxyPassword() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpProxyPort() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyPort() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpProxyPort() - Method in interface twitter4j.http.HttpClientConfiguration
 
getHttpProxyPort() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpProxyUser() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyUser() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpProxyUser() - Method in interface twitter4j.http.HttpClientConfiguration
 
getHttpProxyUser() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpReadTimeout() - Method in interface twitter4j.conf.Configuration
 
getHttpReadTimeout() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpReadTimeout() - Method in interface twitter4j.http.HttpClientConfiguration
 
getHttpReadTimeout() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpRetryCount() - Method in interface twitter4j.conf.Configuration
 
getHttpRetryCount() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpRetryCount() - Method in interface twitter4j.http.HttpClientConfiguration
 
getHttpRetryCount() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpRetryIntervalSeconds() - Method in interface twitter4j.conf.Configuration
 
getHttpRetryIntervalSeconds() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpRetryIntervalSeconds() - Method in interface twitter4j.http.HttpClientConfiguration
 
getHttpRetryIntervalSeconds() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpStreamingReadTimeout() - Method in interface twitter4j.conf.Configuration
 
getHttpStreamingReadTimeout() - Method in class twitter4j.conf.ConfigurationBase
 
getId() - Method in interface twitter4j.DirectMessage
 
getId() - Method in class twitter4j.DirectMessageJSONImpl
getId() - Method in interface twitter4j.SavedSearch
 
getId() - Method in class twitter4j.SavedSearchJSONImpl
getId() - Method in interface twitter4j.Status
Returns the id of the status
getId() - Method in class twitter4j.StatusJSONImpl
Returns the id of the status
getId() - Method in interface twitter4j.Tweet
returns the status id of the tweet
getId() - Method in class twitter4j.TweetJSONImpl
returns the status id of the tweet
getId() - Method in interface twitter4j.User
Returns the id of the user
getId() - Method in class twitter4j.UserJSONImpl
Returns the id of the user
getId() - Method in interface twitter4j.UserList
Returns the id of the list
getId() - Method in class twitter4j.UserListJSONImpl
Returns the id of the list
getIDs() - Method in interface twitter4j.IDs
 
getIDs() - Method in class twitter4j.IDsJSONImpl
getInReplyToScreenName() - Method in interface twitter4j.Status
Returns the in_reply_to_screen_name
getInReplyToScreenName() - Method in class twitter4j.StatusJSONImpl
Returns the in_reply_to_screen_name
getInReplyToStatusId() - Method in interface twitter4j.Status
Returns the in_reply_tostatus_id
getInReplyToStatusId() - Method in class twitter4j.StatusJSONImpl
Returns the in_reply_tostatus_id
getInReplyToUserId() - Method in interface twitter4j.Status
Returns the in_reply_user_id
getInReplyToUserId() - Method in class twitter4j.StatusJSONImpl
Returns the in_reply_user_id
getInstance(Configuration, Authorization) - Method in class twitter4j.AsyncTwitterFactory
getInstance() - Static method in class twitter4j.conf.ConfigurationContext
 
getInstance(String) - Static method in class twitter4j.conf.ConfigurationContext
 
getInstance() - Method in interface twitter4j.conf.ConfigurationFactory
returns the root configuration
getInstance(String) - Method in interface twitter4j.conf.ConfigurationFactory
returns the configuration specified by the path
getInstance() - Method in class twitter4j.conf.PropertyConfigurationFactory
returns the root configuration
getInstance(String) - Method in class twitter4j.conf.PropertyConfigurationFactory
returns the configuration specified by the path
getInstance(String) - Static method in class twitter4j.Device
 
getInstance(JSONObject) - Static method in class twitter4j.GeoLocation
returns a GeoLocation instance if a "geo" element is found.
getInstance(HttpClientConfiguration) - Static method in class twitter4j.http.HttpClient
 
getInstance() - Static method in class twitter4j.http.NullAuthorization
 
getInstance(String) - Static method in class twitter4j.http.RequestMethod
 
getInstance(Configuration, Authorization) - Method in class twitter4j.TwitterFactory
getInstance() - Method in class twitter4j.TwitterFactoryBase
Returns a instance.
getInstance(Authorization) - Method in class twitter4j.TwitterFactoryBase
 
getInstance(String, String) - Method in class twitter4j.TwitterFactoryBase
Returns a Basic Authenticated instance.
getInstance(Configuration, Authorization) - Method in class twitter4j.TwitterFactoryBase
 
getInstance(Configuration, Authorization) - Method in class twitter4j.TwitterFactoryOAuthSupportBase
 
getInstance(String) - Static method in class twitter4j.TwitterMethod
 
getInstance(Configuration, Authorization) - Method in class twitter4j.TwitterStreamFactory
getInt(String, JSONObject) - Static method in class twitter4j.ParseUtil
 
getIntProperty(Properties, String, String) - Method in class twitter4j.conf.PropertyConfiguration
 
getIsoLanguageCode() - Method in interface twitter4j.Tweet
returns the iso language code of the tweet
getIsoLanguageCode() - Method in class twitter4j.TweetJSONImpl
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
getLocation() - Method in class twitter4j.UserJSONImpl
Returns the location of the user
getLogger() - Static method in class twitter4j.logging.Logger
 
getLong(String, JSONObject) - Static method in class twitter4j.ParseUtil
 
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
 
getMaxId() - Method in class twitter4j.QueryResultJSONImpl
getMemberCount() - Method in interface twitter4j.UserList
Returns the member count of the list
getMemberCount() - Method in class twitter4j.UserListJSONImpl
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 class twitter4j.http.HttpParameter
 
getName() - Method in interface twitter4j.SavedSearch
 
getName() - Method in class twitter4j.SavedSearchJSONImpl
getName() - Method in interface twitter4j.Trend
 
getName() - Method in class twitter4j.TrendJSONImpl
getName() - Method in interface twitter4j.User
Returns the name of the user
getName() - Method in class twitter4j.UserJSONImpl
Returns the name of the user
getName() - Method in interface twitter4j.UserList
Returns the name of the list
getName() - Method in class twitter4j.UserListJSONImpl
Returns the name of the list
getNextCursor() - Method in interface twitter4j.CursorSupport
 
getNextCursor() - Method in interface twitter4j.IDs
 
getNextCursor() - Method in class twitter4j.IDsJSONImpl
getNextCursor() - Method in class twitter4j.PagableResponseList
 
getOAuth() - Method in class twitter4j.Twitter
 
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 interface twitter4j.conf.Configuration
 
getOAuthAccessToken() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthAccessToken() - Method in class twitter4j.http.OAuthAuthorization
Retrieves an access token.
getOAuthAccessToken(String) - Method in class twitter4j.http.OAuthAuthorization
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in class twitter4j.http.OAuthAuthorization
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.http.OAuthAuthorization
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken() - Method in interface twitter4j.http.OAuthSupport
Retrieves an access token.
getOAuthAccessToken(String) - Method in interface twitter4j.http.OAuthSupport
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in interface twitter4j.http.OAuthSupport
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in interface twitter4j.http.OAuthSupport
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken() - Method in class twitter4j.Twitter
Retrieves an access token.
getOAuthAccessToken(String) - Method in class twitter4j.Twitter
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in class twitter4j.Twitter
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.Twitter
Retrieves an access token associated with the supplied request token and sets userId.
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.
getOAuthAccessToken() - Method in class twitter4j.TwitterOAuthSupportBase
Retrieves an access token.
getOAuthAccessToken(String) - Method in class twitter4j.TwitterOAuthSupportBase
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in class twitter4j.TwitterOAuthSupportBase
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.TwitterOAuthSupportBase
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(String, String) - Method in class twitter4j.TwitterOAuthSupportBase
 
getOAuthAccessToken(String, String, String) - Method in class twitter4j.TwitterOAuthSupportBase
Deprecated. Use getOAuthAccessToken(RequestToken requestToken, String oauthVerifier)
getOAuthAccessTokenSecret() - Method in interface twitter4j.conf.Configuration
 
getOAuthAccessTokenSecret() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthAccessTokenURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthAccessTokenURL() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthAuthenticationURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthAuthenticationURL() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthAuthorizationURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthAuthorizationURL() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthAuthorizedInstance(String, String) - Method in class twitter4j.TwitterFactoryOAuthSupportBase
Returns a OAuth Authenticated instance.
getOAuthAuthorizedInstance(String, String, AccessToken) - Method in class twitter4j.TwitterFactoryOAuthSupportBase
Returns a OAuth Authenticated instance.
getOAuthAuthorizedInstance(AccessToken) - Method in class twitter4j.TwitterFactoryOAuthSupportBase
Returns a OAuth Authenticated instance.
consumer key and consumer Secret must be provided by twitter4j.properties, or system properties.
getOAuthConsumerKey() - Method in interface twitter4j.conf.Configuration
 
getOAuthConsumerKey() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthConsumerSecret() - Method in interface twitter4j.conf.Configuration
 
getOAuthConsumerSecret() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthRequestToken() - Method in class twitter4j.AsyncTwitter
 
getOAuthRequestToken(String) - Method in class twitter4j.AsyncTwitter
 
getOAuthRequestToken() - Method in class twitter4j.http.OAuthAuthorization
Retrieves a request token
getOAuthRequestToken(String) - Method in class twitter4j.http.OAuthAuthorization
Retrieves a request token
getOAuthRequestToken() - Method in interface twitter4j.http.OAuthSupport
Retrieves a request token
getOAuthRequestToken(String) - Method in interface twitter4j.http.OAuthSupport
Retrieves a request token
getOAuthRequestToken() - Method in class twitter4j.Twitter
 
getOAuthRequestToken(String) - Method in class twitter4j.Twitter
Retrieves a request token
getOAuthRequestToken() - Method in class twitter4j.TwitterOAuthSupportBase
Retrieves a request token
getOAuthRequestToken(String) - Method in class twitter4j.TwitterOAuthSupportBase
Retrieves a request token
getOAuthRequestTokenURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthRequestTokenURL() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthSupportInstance(Configuration, Authorization) - Method in class twitter4j.AsyncTwitterFactory
getOAuthSupportInstance(Configuration, Authorization) - Method in class twitter4j.TwitterFactory
getOAuthSupportInstance(Configuration, Authorization) - Method in class twitter4j.TwitterFactoryOAuthSupportBase
 
getOAuthSupportInstance(Authorization) - Method in class twitter4j.TwitterFactoryOAuthSupportBase
 
getPage() - Method in class twitter4j.Paging
 
getPage() - Method in class twitter4j.Query
 
getPage() - Method in interface twitter4j.QueryResult
 
getPage() - Method in class twitter4j.QueryResultJSONImpl
getParameter(String) - Method in class twitter4j.http.OAuthToken
 
getParameterArray(String, String) - Static method in class twitter4j.http.HttpParameter
 
getParameterArray(String, int) - Static method in class twitter4j.http.HttpParameter
 
getParameterArray(String, String, String, String) - Static method in class twitter4j.http.HttpParameter
 
getParameterArray(String, int, String, int) - Static method in class twitter4j.http.HttpParameter
 
getPassword() - Method in interface twitter4j.conf.Configuration
 
getPassword() - Method in class twitter4j.conf.ConfigurationBase
 
getPosition() - Method in interface twitter4j.SavedSearch
 
getPosition() - Method in class twitter4j.SavedSearchJSONImpl
getPreviousCursor() - Method in interface twitter4j.CursorSupport
 
getPreviousCursor() - Method in interface twitter4j.IDs
 
getPreviousCursor() - Method in class twitter4j.IDsJSONImpl
getPreviousCursor() - Method in class twitter4j.PagableResponseList
 
getProfileBackgroundColor() - Method in interface twitter4j.User
 
getProfileBackgroundColor() - Method in class twitter4j.UserJSONImpl
getProfileBackgroundImageUrl() - Method in interface twitter4j.User
 
getProfileBackgroundImageUrl() - Method in class twitter4j.UserJSONImpl
getProfileImageUrl() - Method in interface twitter4j.Tweet
returns the profile_image_url
getProfileImageUrl() - Method in class twitter4j.TweetJSONImpl
returns the profile_image_url
getProfileImageURL() - Method in interface twitter4j.User
Returns the profile image url of the user
getProfileImageURL() - Method in class twitter4j.UserJSONImpl
Returns the profile image url of the user
getProfileLinkColor() - Method in interface twitter4j.User
 
getProfileLinkColor() - Method in class twitter4j.UserJSONImpl
getProfileSidebarBorderColor() - Method in interface twitter4j.User
 
getProfileSidebarBorderColor() - Method in class twitter4j.UserJSONImpl
getProfileSidebarFillColor() - Method in interface twitter4j.User
 
getProfileSidebarFillColor() - Method in class twitter4j.UserJSONImpl
getProfileTextColor() - Method in interface twitter4j.User
 
getProfileTextColor() - Method in class twitter4j.UserJSONImpl
 
getProxyAuthPassword() - Method in class twitter4j.http.HttpClient
 
getProxyAuthUser() - Method in class twitter4j.http.HttpClient
 
getProxyHost() - Method in class twitter4j.http.HttpClient
 
getProxyPort() - Method in class twitter4j.http.HttpClient
 
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 class twitter4j.QueryResultJSONImpl
getQuery() - Method in interface twitter4j.SavedSearch
 
getQuery() - Method in class twitter4j.SavedSearchJSONImpl
getQuery() - Method in interface twitter4j.Trend
 
getQuery() - Method in class twitter4j.TrendJSONImpl
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.
getRateLimitStatus() - Method in class twitter4j.TwitterResponseImpl
Returns the current rate limit status if available.
getRawString(String, JSONObject) - Static method in class twitter4j.ParseUtil
 
getReadTimeout() - Method in class twitter4j.http.HttpClient
 
getRecipient() - Method in interface twitter4j.DirectMessage
 
getRecipient() - Method in class twitter4j.DirectMessageJSONImpl
getRecipientId() - Method in interface twitter4j.DirectMessage
 
getRecipientId() - Method in class twitter4j.DirectMessageJSONImpl
getRecipientScreenName() - Method in interface twitter4j.DirectMessage
 
getRecipientScreenName() - Method in class twitter4j.DirectMessageJSONImpl
getRefreshUrl() - Method in interface twitter4j.QueryResult
 
getRefreshUrl() - Method in class twitter4j.QueryResultJSONImpl
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.
getRemainingHits() - Method in class twitter4j.RateLimitStatusJSONImpl
Returns the remaining number of API requests available.
This value is identical to the "X-RateLimit-Remaining" response header.
getRequest() - Method in class twitter4j.http.HttpResponseEvent
returns the request associated with the event
getRequestHeaders() - Method in interface twitter4j.conf.Configuration
 
getRequestHeaders() - Method in class twitter4j.conf.ConfigurationBase
 
getRequestHeaders() - Method in interface twitter4j.http.HttpClientWrapperConfiguration
 
getRequestHeaders() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
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.
getResetTime() - Method in class twitter4j.RateLimitStatusJSONImpl
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.
getResetTimeInSeconds() - Method in class twitter4j.RateLimitStatusJSONImpl
Returns the seconds the current rate limiting period ends.
This should be a same as getResetTime().getTime()/1000.
getResponse() - Method in class twitter4j.http.HttpResponseEvent
returns the response associated with the event
getResponseHeader(String) - Method in class twitter4j.http.HttpResponse
 
getRestBaseURL() - Method in interface twitter4j.conf.Configuration
 
getRestBaseURL() - Method in class twitter4j.conf.ConfigurationBase
 
getResultsPerPage() - Method in interface twitter4j.QueryResult
 
getResultsPerPage() - Method in class twitter4j.QueryResultJSONImpl
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
 
getRetweetedStatus() - Method in class twitter4j.StatusJSONImpl
 
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.http.AccessToken
 
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
getScreenName() - Method in class twitter4j.UserJSONImpl
Returns the screen name of the user
getSearchBaseURL() - Method in interface twitter4j.conf.Configuration
 
getSearchBaseURL() - Method in class twitter4j.conf.ConfigurationBase
 
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.
getSecondsUntilReset() - Method in class twitter4j.RateLimitStatusJSONImpl
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.
getSecretKeySpec() - Method in class twitter4j.http.OAuthToken
 
getSender() - Method in interface twitter4j.DirectMessage
 
getSender() - Method in class twitter4j.DirectMessageJSONImpl
getSenderId() - Method in interface twitter4j.DirectMessage
 
getSenderId() - Method in class twitter4j.DirectMessageJSONImpl
getSenderScreenName() - Method in interface twitter4j.DirectMessage
 
getSenderScreenName() - Method in class twitter4j.DirectMessageJSONImpl
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
 
getSinceId() - Method in class twitter4j.QueryResultJSONImpl
getSlug() - Method in interface twitter4j.UserList
Returns the slug of the list
getSlug() - Method in class twitter4j.UserListJSONImpl
Returns the slug of the list
getSource() - Method in interface twitter4j.conf.Configuration
 
getSource() - Method in class twitter4j.conf.ConfigurationBase
 
getSource() - Method in class twitter4j.http.HttpResponseEvent
 
getSource() - Method in interface twitter4j.Status
Returns the source
getSource() - Method in class twitter4j.StatusJSONImpl
Returns the source
getSource() - Method in interface twitter4j.Tweet
returns the source of the tweet
getSource() - Method in class twitter4j.TweetJSONImpl
returns the source of the tweet
getSourceUserId() - Method in interface twitter4j.Relationship
Returns the source user id
getSourceUserId() - Method in class twitter4j.RelationshipJSONImpl
Returns the source user id
getSourceUserScreenName() - Method in interface twitter4j.Relationship
Returns the source user screen name
getSourceUserScreenName() - Method in class twitter4j.RelationshipJSONImpl
Returns the source user screen name
getStatusCode() - Method in class twitter4j.http.HttpResponse
 
getStatusCode() - Method in exception twitter4j.TwitterException
 
getStatusCreatedAt() - Method in interface twitter4j.User
 
getStatusCreatedAt() - Method in class twitter4j.UserJSONImpl
getStatusesCount() - Method in interface twitter4j.User
 
getStatusesCount() - Method in class twitter4j.UserJSONImpl
getStatusId() - Method in class twitter4j.StatusDeletionNotice
 
getStatusId() - Method in interface twitter4j.User
 
getStatusId() - Method in class twitter4j.UserJSONImpl
getStatusInReplyToScreenName() - Method in interface twitter4j.User
 
getStatusInReplyToScreenName() - Method in class twitter4j.UserJSONImpl
getStatusInReplyToStatusId() - Method in interface twitter4j.User
 
getStatusInReplyToStatusId() - Method in class twitter4j.UserJSONImpl
getStatusInReplyToUserId() - Method in interface twitter4j.User
 
getStatusInReplyToUserId() - Method in class twitter4j.UserJSONImpl
getStatusSource() - Method in interface twitter4j.User
 
getStatusSource() - Method in class twitter4j.UserJSONImpl
getStatusText() - Method in interface twitter4j.User
 
getStatusText() - Method in class twitter4j.UserJSONImpl
getStream() - Method in class twitter4j.TwitterStream.StreamHandlingThread
 
getStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getStreamBaseURL() - Method in class twitter4j.conf.ConfigurationBase
 
getString(Properties, String, String) - Method in class twitter4j.conf.PropertyConfiguration
 
getSubscriberCount() - Method in interface twitter4j.UserList
Returns the subscriber count of the list
getSubscriberCount() - Method in class twitter4j.UserListJSONImpl
Returns the subscriber count of the list
getTargetUserId() - Method in interface twitter4j.Relationship
Returns the target user id
getTargetUserId() - Method in class twitter4j.RelationshipJSONImpl
Returns the target user id
getTargetUserScreenName() - Method in interface twitter4j.Relationship
Returns the target user screen name
getTargetUserScreenName() - Method in class twitter4j.RelationshipJSONImpl
Returns the target user screen name
getText() - Method in interface twitter4j.DirectMessage
 
getText() - Method in class twitter4j.DirectMessageJSONImpl
getText() - Method in interface twitter4j.Status
Returns the text of the status
getText() - Method in class twitter4j.StatusJSONImpl
Returns the text of the status
getText() - Method in interface twitter4j.Tweet
returns the text
getText() - Method in class twitter4j.TweetJSONImpl
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
 
getTimeZone() - Method in class twitter4j.UserJSONImpl
getToken() - Method in class twitter4j.http.OAuthToken
 
getTokenSecret() - Method in class twitter4j.http.OAuthToken
 
getToUser() - Method in interface twitter4j.Tweet
returns the to_user
getToUser() - Method in class twitter4j.TweetJSONImpl
returns the to_user
getToUserId() - Method in interface twitter4j.Tweet
returns the to_user_id
getToUserId() - Method in class twitter4j.TweetJSONImpl
returns the to_user_id
getTrendAt() - Method in interface twitter4j.Trends
 
getTrendAt() - Method in class twitter4j.TrendsJSONImpl
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.TrendsJSONImpl
getTrends() - Method in class twitter4j.Twitter
Returns the top ten topics that are currently trending on Twitter.
getTweets() - Method in interface twitter4j.QueryResult
 
getTweets() - Method in class twitter4j.QueryResultJSONImpl
getUnescapedString(String, JSONObject) - Static method in class twitter4j.ParseUtil
 
getURI() - Method in interface twitter4j.UserList
Returns the uri of the list
getURI() - Method in class twitter4j.UserListJSONImpl
Returns the uri of the list
getURL() - Method in class twitter4j.http.HttpRequest
 
getUrl() - Method in interface twitter4j.Trend
 
getUrl() - Method in class twitter4j.TrendJSONImpl
getURL() - Method in interface twitter4j.User
Returns the url of the user
getURL() - Method in class twitter4j.UserJSONImpl
Returns the url of the user
getURLDecodedString(String, JSONObject) - Static method in class twitter4j.ParseUtil
 
getUser() - Method in interface twitter4j.conf.Configuration
 
getUser() - Method in class twitter4j.conf.ConfigurationBase
 
getUser() - Method in interface twitter4j.Status
Return the user
getUser() - Method in class twitter4j.StatusJSONImpl
Return the user
getUser() - Method in interface twitter4j.UserList
Returns the user of the list
getUser() - Method in class twitter4j.UserListJSONImpl
Returns the user of the list
getUserAgent() - Method in interface twitter4j.conf.Configuration
 
getUserAgent() - Method in class twitter4j.conf.ConfigurationBase
 
getUserId() - Method in class twitter4j.http.AccessToken
 
getUserId() - Method in class twitter4j.http.BasicAuthorization
 
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
 
getUtcOffset() - Method in class twitter4j.UserJSONImpl
getValue() - Method in class twitter4j.http.HttpParameter
 
getVersion() - Static method in class twitter4j.Version
 
getWarning() - Method in interface twitter4j.QueryResult
 
getWarning() - Method in class twitter4j.QueryResultJSONImpl
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.
GIF - Static variable in class twitter4j.http.HttpParameter
 
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

handler - Variable in class twitter4j.TwitterStream
 
hashCode() - Method in class twitter4j.Device
 
hashCode() - Method in class twitter4j.DirectMessageJSONImpl
 
hashCode() - Method in class twitter4j.GeoLocation
 
hashCode() - Method in class twitter4j.http.AccessToken
 
hashCode() - Method in class twitter4j.http.BasicAuthorization
 
hashCode() - Method in class twitter4j.http.HttpClient
 
hashCode() - Method in class twitter4j.http.HttpParameter
 
hashCode() - Method in class twitter4j.http.HttpRequest
 
hashCode() - Method in class twitter4j.http.HttpResponseEvent
 
hashCode() - Method in class twitter4j.http.OAuthAuthorization
 
hashCode() - Method in class twitter4j.http.OAuthToken
 
hashCode() - Method in class twitter4j.http.RequestMethod
 
hashCode() - Method in class twitter4j.http.RequestToken
 
hashCode() - Method in class twitter4j.IDsJSONImpl
 
hashCode() - Method in class twitter4j.Paging
 
hashCode() - Method in class twitter4j.Query
 
hashCode() - Method in class twitter4j.QueryResultJSONImpl
 
hashCode() - Method in class twitter4j.RateLimitStatusJSONImpl
 
hashCode() - Method in class twitter4j.RelationshipJSONImpl
 
hashCode() - Method in class twitter4j.SavedSearchJSONImpl
 
hashCode() - Method in class twitter4j.StatusDeletionNotice
 
hashCode() - Method in class twitter4j.StatusJSONImpl
 
hashCode() - Method in class twitter4j.TrendJSONImpl
 
hashCode() - Method in class twitter4j.TrendsJSONImpl
 
hashCode() - Method in class twitter4j.TweetJSONImpl
 
hashCode() - Method in class twitter4j.TwitterBase
 
hashCode() - Method in class twitter4j.TwitterMethod
 
hashCode() - Method in class twitter4j.TwitterOAuthSupportBase
 
hashCode() - Method in class twitter4j.UserJSONImpl
 
hashCode() - Method in class twitter4j.UserListJSONImpl
 
hasNext() - Method in interface twitter4j.CursorSupport
 
hasNext() - Method in interface twitter4j.IDs
 
hasNext() - Method in class twitter4j.IDsJSONImpl
hasNext() - Method in class twitter4j.PagableResponseList
 
hasPrevious() - Method in interface twitter4j.CursorSupport
 
hasPrevious() - Method in interface twitter4j.IDs
 
hasPrevious() - Method in class twitter4j.IDsJSONImpl
hasPrevious() - Method in class twitter4j.PagableResponseList
 
head(String, HttpParameter[], Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
head(String, HttpParameter[]) - Method in class twitter4j.http.HttpClientWrapper
 
head(String, Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
head(String) - Method in class twitter4j.http.HttpClientWrapper
 
HEAD - Static variable in class twitter4j.http.RequestMethod
 
HelpMethods - Interface in twitter4j.api
 
HelpMethodsAsync - Interface in twitter4j.api
 
HMAC_SHA1 - Static variable in class twitter4j.http.OAuthAuthorization
 
HOME_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
hourlyLimit - Variable in class twitter4j.RateLimitStatusJSONImpl
 
HTMLEntity - Class in twitter4j.http
 
HTMLEntity() - Constructor for class twitter4j.http.HTMLEntity
 
http - Variable in class twitter4j.examples.FeedMonitor
 
http - Variable in class twitter4j.http.HttpClientWrapper
 
http - Static variable in class twitter4j.http.OAuthAuthorization
 
http - Variable in class twitter4j.TwitterOAuthSupportBase
 
http - Variable in class twitter4j.TwitterStream
 
HTTP_CONNECTION_TIMEOUT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_HOST - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_HOST_FALLBACK - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_PASSWORD - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_PORT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_PORT_FALLBACK - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_USER - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_READ_TIMEOUT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_RETRY_COUNT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_RETRY_INTERVAL_SECS - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_STREAMING_READ_TIMEOUT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_USE_SSL - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_USER_AGENT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HttpClient - Class in twitter4j.http
A utility class to handle HTTP request/response.
HttpClient() - Constructor for class twitter4j.http.HttpClient
 
HttpClient(HttpClientConfiguration) - Constructor for class twitter4j.http.HttpClient
 
HttpClientConfiguration - Interface in twitter4j.http
 
HttpClientWrapper - Class in twitter4j.http
HTTP Client wrapper with handy request methods, ResponseListener mechanism
HttpClientWrapper(HttpClientWrapperConfiguration) - Constructor for class twitter4j.http.HttpClientWrapper
 
HttpClientWrapper() - Constructor for class twitter4j.http.HttpClientWrapper
 
HttpClientWrapperConfiguration - Interface in twitter4j.http
 
httpConnectionTimeout - Variable in class twitter4j.conf.ConfigurationBase
 
HttpParameter - Class in twitter4j.http
A data class representing HTTP Post parameter
HttpParameter(String, String) - Constructor for class twitter4j.http.HttpParameter
 
HttpParameter(String, File) - Constructor for class twitter4j.http.HttpParameter
 
HttpParameter(String, int) - Constructor for class twitter4j.http.HttpParameter
 
HttpParameter(String, long) - Constructor for class twitter4j.http.HttpParameter
 
HttpParameter(String, double) - Constructor for class twitter4j.http.HttpParameter
 
HttpParameter(String, boolean) - Constructor for class twitter4j.http.HttpParameter
 
httpParams - Variable in class twitter4j.http.HttpRequest
 
httpProxyHost - Variable in class twitter4j.conf.ConfigurationBase
 
httpProxyPassword - Variable in class twitter4j.conf.ConfigurationBase
 
httpProxyPort - Variable in class twitter4j.conf.ConfigurationBase
 
httpProxyUser - Variable in class twitter4j.conf.ConfigurationBase
 
httpReadTimeout - Variable in class twitter4j.conf.ConfigurationBase
 
HttpRequest - Class in twitter4j.http
HTTP Request parameter object
HttpRequest(RequestMethod, String, HttpParameter[], Authorization, Map<String, String>) - Constructor for class twitter4j.http.HttpRequest
 
HttpResponse - Class in twitter4j.http
A data class representing HTTP Response
HttpResponse(HttpURLConnection) - Constructor for class twitter4j.http.HttpResponse
 
HttpResponse(String) - Constructor for class twitter4j.http.HttpResponse
 
HttpResponseEvent - Class in twitter4j.http
 
HttpResponseEvent(HttpClient, HttpRequest, HttpResponse) - Constructor for class twitter4j.http.HttpResponseEvent
 
httpResponseListener - Variable in class twitter4j.http.HttpClientWrapper
 
HttpResponseListener - Interface in twitter4j.http
 
httpResponseReceived(HttpResponseEvent) - Method in interface twitter4j.http.HttpResponseListener
 
httpResponseReceived(HttpResponseEvent) - Method in class twitter4j.TwitterOAuthSupportBase
 
httpRetryCount - Variable in class twitter4j.conf.ConfigurationBase
 
httpRetryIntervalMilliSecs - Variable in class twitter4j.conf.ConfigurationBase
 
httpStreamingReadTimeout - Variable in class twitter4j.conf.ConfigurationBase
 

I

id - Variable in class twitter4j.DirectMessageJSONImpl
 
id - Variable in class twitter4j.SavedSearchJSONImpl
 
id - Variable in class twitter4j.StatusJSONImpl
 
id - Variable in class twitter4j.TweetJSONImpl
 
id - Variable in class twitter4j.UserJSONImpl
 
id - Variable in class twitter4j.UserListJSONImpl
 
IDs - Interface in twitter4j
A data interface representing array of numeric IDs.
ids - Variable in class twitter4j.IDsJSONImpl
 
IDsJSONImpl - Class in twitter4j
A data class representing array of numeric IDs.
IDsJSONImpl(HttpResponse) - Constructor for class twitter4j.IDsJSONImpl
 
init(JSONObject) - Method in class twitter4j.DirectMessageJSONImpl
 
init(String, String) - Method in class twitter4j.http.OAuthAuthorization
 
init(String, String, AccessToken) - Method in class twitter4j.http.OAuthAuthorization
 
init(JSONObject) - Method in class twitter4j.RelationshipJSONImpl
 
init(JSONObject) - Method in class twitter4j.SavedSearchJSONImpl
 
init(JSONObject) - Method in class twitter4j.StatusJSONImpl
 
init() - Method in class twitter4j.TwitterOAuthSupportBase
 
init(JSONObject) - Method in class twitter4j.UserJSONImpl
 
init(JSONObject) - Method in class twitter4j.UserListJSONImpl
 
initBasicAuthorization(String, String) - Method in class twitter4j.TwitterBase
 
initRequestHeaders() - Method in class twitter4j.conf.ConfigurationBase
 
inReplyToScreenName - Variable in class twitter4j.StatusJSONImpl
 
inReplyToStatusId - Variable in class twitter4j.StatusJSONImpl
 
inReplyToUserId - Variable in class twitter4j.StatusJSONImpl
 
instanceMap - Static variable in class twitter4j.http.HttpClient
 
instances - Static variable in class twitter4j.Device
 
instances - Static variable in class twitter4j.http.RequestMethod
 
instances - Static variable in class twitter4j.TwitterMethod
 
INTERNAL_SERVER_ERROR - Static variable in class twitter4j.http.HttpClient
 
invoke(TwitterListener, Object[]) - Method in class twitter4j.AsyncTwitter.AsyncTask
 
invokeLater(Runnable) - Method in class twitter4j.Dispatcher
 
is - Variable in class twitter4j.http.HttpResponse
 
is - Variable in class twitter4j.StatusStream
 
IS_DALVIK - Variable in class twitter4j.conf.ConfigurationBase
 
isAccountRateLimitStatus - Variable in class twitter4j.RateLimitStatusEvent
 
isAccountRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isAuthenticated() - Method in class twitter4j.http.HttpResponseEvent
 
isBasicAuthEnabled() - Method in class twitter4j.TwitterBase
tests if the instance is authenticated by Basic
isDalvik() - Method in interface twitter4j.conf.Configuration
 
isDalvik() - Method in class twitter4j.conf.ConfigurationBase
 
isDebugEnabled() - Method in interface twitter4j.conf.Configuration
 
isDebugEnabled() - Method in class twitter4j.conf.ConfigurationBase
 
isDebugEnabled() - Method in class twitter4j.logging.Logger
 
isEnabled() - Method in interface twitter4j.http.Authorization
 
isEnabled() - Method in class twitter4j.http.BasicAuthorization
 
isEnabled() - Method in class twitter4j.http.NullAuthorization
 
isEnabled() - Method in class twitter4j.http.OAuthAuthorization
 
isFavorited() - Method in interface twitter4j.Status
Test if the status is favorited
isFavorited - Variable in class twitter4j.StatusJSONImpl
 
isFavorited() - Method in class twitter4j.StatusJSONImpl
Test if the status is favorited
isFile() - Method in class twitter4j.http.HttpParameter
 
isGeoEnabled() - Method in interface twitter4j.User
 
isGeoEnabled - Variable in class twitter4j.UserJSONImpl
 
isGeoEnabled() - Method in class twitter4j.UserJSONImpl
isIPRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isJDK14orEarlier - Static variable in class twitter4j.http.HttpClient
 
isOAuthEnabled() - Method in class twitter4j.Twitter
tests if the instance is authenticated by Basic
isOAuthEnabled() - Method in class twitter4j.TwitterOAuthSupportBase
tests if the instance is authenticated by Basic
isoLanguageCode - Variable in class twitter4j.TweetJSONImpl
 
isProfileBackgroundTiled() - Method in interface twitter4j.User
 
isProfileBackgroundTiled() - Method in class twitter4j.UserJSONImpl
isProtected() - Method in interface twitter4j.User
Test if the user status is protected
isProtected - Variable in class twitter4j.UserJSONImpl
 
isProtected() - Method in class twitter4j.UserJSONImpl
Test if the user status is protected
isPublic() - Method in interface twitter4j.UserList
tests if the list is public
isPublic() - Method in class twitter4j.UserListJSONImpl
tests if the list is public
isRetweet() - Method in interface twitter4j.Status
 
isRetweet() - Method in class twitter4j.StatusJSONImpl
 
isSourceBlockingTarget() - Method in interface twitter4j.Relationship
Returns if the source user is blocking the target user
isSourceBlockingTarget() - Method in class twitter4j.RelationshipJSONImpl
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
isSourceFollowedByTarget() - Method in class twitter4j.RelationshipJSONImpl
Checks if source user is being followed by target user
isSourceFollowingTarget() - Method in interface twitter4j.Relationship
Checks if source user is following target user
isSourceFollowingTarget() - Method in class twitter4j.RelationshipJSONImpl
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
isSourceNotificationsEnabled() - Method in class twitter4j.RelationshipJSONImpl
Checks if the source user has enabled notifications for updates of the target user
isStatusFavorited() - Method in interface twitter4j.User
 
isStatusFavorited() - Method in class twitter4j.UserJSONImpl
isStatusTruncated() - Method in interface twitter4j.User
 
isStatusTruncated() - Method in class twitter4j.UserJSONImpl
isTargetFollowedBySource() - Method in interface twitter4j.Relationship
Checks if target user is being followed by source user.
This method is equivalent to isSourceFollowingTarget().
isTargetFollowedBySource() - Method in class twitter4j.RelationshipJSONImpl
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().
isTargetFollowingSource() - Method in class twitter4j.RelationshipJSONImpl
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
isTruncated - Variable in class twitter4j.StatusJSONImpl
 
isTruncated() - Method in class twitter4j.StatusJSONImpl
Test if the status is truncated
isVerified() - Method in interface twitter4j.User
 
isVerified - Variable in class twitter4j.UserJSONImpl
 
isVerified() - Method in class twitter4j.UserJSONImpl

J

JPEG - Static variable in class twitter4j.http.HttpParameter
 
jsonArrayToTrendArray(JSONArray) - Static method in class twitter4j.TrendsJSONImpl
 

K

KILOMETERS - Static variable in class twitter4j.Query
 

L

lang - Variable in class twitter4j.Query
 
lang(String) - Method in class twitter4j.Query
restricts tweets to the given language, given by an ISO 639-1 code
last2byte - Static variable in class twitter4j.http.BASE64Encoder
 
last4byte - Static variable in class twitter4j.http.BASE64Encoder
 
last6byte - Static variable in class twitter4j.http.BASE64Encoder
 
lastUpdate - Variable in class twitter4j.examples.FeedMonitor
 
latitude - Variable in class twitter4j.GeoLocation
 
lead2byte - Static variable in class twitter4j.http.BASE64Encoder
 
lead4byte - Static variable in class twitter4j.http.BASE64Encoder
 
lead6byte - Static variable in class twitter4j.http.BASE64Encoder
 
LIST_MEMBERS - Static variable in class twitter4j.TwitterMethod
 
LIST_SUBSCRIBERS - Static variable in class twitter4j.TwitterMethod
 
listener - Variable in class twitter4j.AsyncTwitter.AsyncTask
 
listener - Variable in class twitter4j.AsyncTwitter
 
listener - Variable in class twitter4j.AsyncTwitterFactory
 
listener - Variable in class twitter4j.TwitterStreamFactory
 
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.
loadProperties(Properties, String) - Method in class twitter4j.conf.PropertyConfiguration
 
loadProperties(Properties, InputStream) - Method in class twitter4j.conf.PropertyConfiguration
 
LocalTrendsMethods - Interface in twitter4j.api
Not yet supported.
LocalTrendsMethodsAsync - Interface in twitter4j.api
Not yet supported.
location - Variable in class twitter4j.UserJSONImpl
 
lock - Static variable in class twitter4j.examples.AsyncUpdate
Main entry for this application.
log - Static variable in class twitter4j.examples.FeedMonitor
 
logger - Static variable in class twitter4j.http.BasicAuthorization
 
logger - Static variable in class twitter4j.http.HttpClient
 
logger - Static variable in class twitter4j.http.HttpResponse
 
logger - Static variable in class twitter4j.http.OAuthAuthorization
 
Logger - Class in twitter4j.logging
 
Logger() - Constructor for class twitter4j.logging.Logger
 
logger - Static variable in class twitter4j.StatusStream
 
logger - Static variable in class twitter4j.TwitterStream
 
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 - Variable in class twitter4j.Paging
 
maxId(long) - Method in class twitter4j.Paging
 
maxId - Variable in class twitter4j.QueryResultJSONImpl
 
memberCount - Variable in class twitter4j.UserListJSONImpl
 
MENTIONS - Static variable in class twitter4j.TwitterMethod
 
mergeParameters(HttpParameter[], HttpParameter[]) - Method in class twitter4j.Twitter
 
method - Variable in class twitter4j.AsyncTwitter.AsyncTask
 
MILES - Static variable in class twitter4j.Query
 
mode - Variable in class twitter4j.UserListJSONImpl
 

N

name - Variable in class twitter4j.Device
 
name - Variable in class twitter4j.http.HttpParameter
 
name - Variable in class twitter4j.http.RequestMethod
 
name() - Method in class twitter4j.http.RequestMethod
 
name - Variable in class twitter4j.SavedSearchJSONImpl
 
name - Variable in class twitter4j.TrendJSONImpl
 
name - Variable in class twitter4j.TwitterMethod
 
name() - Method in class twitter4j.TwitterMethod
 
NAME - Static variable in class twitter4j.TwitterStream.StreamHandlingThread
 
name - Variable in class twitter4j.UserJSONImpl
 
name - Variable in class twitter4j.UserListJSONImpl
 
nestedConf - Variable in class twitter4j.StreamingReadTimeoutConfiguration
 
next(StatusListener) - Method in class twitter4j.StatusStream
 
nextCursor - Variable in class twitter4j.IDsJSONImpl
 
nextCursor - Variable in class twitter4j.PagableResponseList
 
NONE - Static variable in class twitter4j.Device
 
normalize(Properties) - Method in class twitter4j.conf.PropertyConfiguration
 
normalizeAuthorizationHeaders(List<HttpParameter>) - Static method in class twitter4j.http.OAuthAuthorization
 
normalizeRequestParameters(HttpParameter[]) - Static method in class twitter4j.http.OAuthAuthorization
The request parameters are collected, sorted and concatenated into a normalized string:
• Parameters in the OAuth HTTP Authorization header excluding the realm parameter.
• Parameters in the HTTP POST request body (with a content-type of application/x-www-form-urlencoded).
• HTTP GET parameters added to the URLs in the query part (as defined by [RFC3986] section 3).

The oauth_signature parameter MUST be excluded.
The parameters are normalized into a single string as follows:
1.
normalizeRequestParameters(List<HttpParameter>) - Static method in class twitter4j.http.OAuthAuthorization
 
NOT_ACCEPTABLE - Static variable in class twitter4j.http.HttpClient
 
NOT_AUTHORIZED - Static variable in class twitter4j.http.HttpClient
 
NOT_FOUND - Static variable in class twitter4j.http.HttpClient
 
NOT_MODIFIED - Static variable in class twitter4j.http.HttpClient
 
NotificationMethods - Interface in twitter4j.api
 
NotificationMethodsAsync - Interface in twitter4j.api
 
notNull(Properties, String, String) - Method in class twitter4j.conf.PropertyConfiguration
 
NULL_PARAMETER_ARRAY - Static variable in class twitter4j.Paging
 
NULL_PARAMETER_LIST - Static variable in class twitter4j.Paging
 
NULL_PARAMETERS - Static variable in class twitter4j.http.HttpRequest
 
NullAuthorization - Class in twitter4j.http
An interface represents credentials.
NullAuthorization() - Constructor for class twitter4j.http.NullAuthorization
 

O

oauth - Variable in class twitter4j.http.RequestToken
 
OAUTH_ACCESS_TOKEN - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_ACCESS_TOKEN_SECRET - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_ACCESS_TOKEN_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_AUTHENTICATION_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_AUTHORIZATION_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_CONSUMER_KEY - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_CONSUMER_SECRET - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_REQUEST_TOKEN_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_SIGNATURE_METHOD - Static variable in class twitter4j.http.OAuthAuthorization
 
oAuthAccessToken - Variable in class twitter4j.conf.ConfigurationBase
 
oAuthAccessTokenSecret - Variable in class twitter4j.conf.ConfigurationBase
 
oAuthAccessTokenURL - Variable in class twitter4j.conf.ConfigurationBase
 
oAuthAuthenticationURL - Variable in class twitter4j.conf.ConfigurationBase
 
OAuthAuthorization - Class in twitter4j.http
 
OAuthAuthorization(Configuration, String, String) - Constructor for class twitter4j.http.OAuthAuthorization
 
OAuthAuthorization(Configuration, String, String, AccessToken) - Constructor for class twitter4j.http.OAuthAuthorization
 
oAuthAuthorizationURL - Variable in class twitter4j.conf.ConfigurationBase
 
oAuthConsumerKey - Variable in class twitter4j.conf.ConfigurationBase
 
oAuthConsumerSecret - Variable in class twitter4j.conf.ConfigurationBase
 
oAuthRequestTokenURL - Variable in class twitter4j.conf.ConfigurationBase
 
OAuthSupport - Interface in twitter4j.http
 
oauthToken - Variable in class twitter4j.http.OAuthAuthorization
 
OAuthToken - Class in twitter4j.http
 
OAuthToken(String, String) - Constructor for class twitter4j.http.OAuthToken
 
OAuthToken(HttpResponse) - Constructor for class twitter4j.http.OAuthToken
 
OAuthToken(String) - Constructor for class twitter4j.http.OAuthToken
 
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
 
OCTET - Static variable in class twitter4j.http.HttpParameter
 
OK - Static variable in class twitter4j.http.HttpClient
 
onDeletionNotice(StatusDeletionNotice) - Method in class twitter4j.examples.StreamingExample
 
onDeletionNotice(StatusDeletionNotice) - Method in interface twitter4j.StatusListener
Called upon deletionNotice notices.
ONE_DAY_IN_SECONDS - Static variable in class twitter4j.TimeSpanUtil
 
ONE_HOUR_IN_SECONDS - Static variable in class twitter4j.TimeSpanUtil
 
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.
PagableResponseList(int, JSONObject, HttpResponse) - Constructor for class twitter4j.PagableResponseList
 
page - Variable in class twitter4j.Paging
 
page - Variable in class twitter4j.Query
 
page(int) - Method in class twitter4j.Query
sets the page number (starting at 1) to return, up to a max of roughly 1500 results
page - Variable in class twitter4j.QueryResultJSONImpl
 
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
 
parseGetParameters(String, List<HttpParameter>) - Method in class twitter4j.http.OAuthAuthorization
 
parseTrendsDate(String) - Static method in class twitter4j.TrendsJSONImpl
 
ParseUtil - Class in twitter4j
A tiny parse utility class.
ParseUtil() - Constructor for class twitter4j.ParseUtil
 
password - Variable in class twitter4j.conf.ConfigurationBase
 
PASSWORD - Static variable in class twitter4j.conf.PropertyConfiguration
 
password - Variable in class twitter4j.http.BasicAuthorization
 
PER_PAGE - Static variable in class twitter4j.Paging
 
PNG - Static variable in class twitter4j.http.HttpParameter
 
poll() - Method in class twitter4j.Dispatcher
 
position - Variable in class twitter4j.SavedSearchJSONImpl
 
post(String, HttpParameter[]) - Method in class twitter4j.http.HttpClient
 
post(String, HttpParameter[], Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
post(String, HttpParameter[]) - Method in class twitter4j.http.HttpClientWrapper
 
post(String, Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
post(String) - Method in class twitter4j.http.HttpClientWrapper
 
POST - Static variable in class twitter4j.http.RequestMethod
 
previousCursor - Variable in class twitter4j.IDsJSONImpl
 
previousCursor - Variable in class twitter4j.PagableResponseList
 
profileBackgroundColor - Variable in class twitter4j.UserJSONImpl
 
profileBackgroundImageUrl - Variable in class twitter4j.UserJSONImpl
 
profileBackgroundTiled - Variable in class twitter4j.UserJSONImpl
 
profileImageUrl - Variable in class twitter4j.TweetJSONImpl
 
profileImageUrl - Variable in class twitter4j.UserJSONImpl
 
profileLinkColor - Variable in class twitter4j.UserJSONImpl
 
profileSidebarBorderColor - Variable in class twitter4j.UserJSONImpl
 
profileSidebarFillColor - Variable in class twitter4j.UserJSONImpl
 
profileTextColor - Variable in class twitter4j.UserJSONImpl
 
prop - Variable in class twitter4j.examples.FeedMonitor
 
PropertyConfiguration - Class in twitter4j.conf
 
PropertyConfiguration(String) - Constructor for class twitter4j.conf.PropertyConfiguration
 
PropertyConfiguration() - Constructor for class twitter4j.conf.PropertyConfiguration
Creates a root PropertyConfiguration.
PropertyConfigurationFactory - Class in twitter4j.conf
ConfigurationFactory implementation for PropertyConfiguration.
PropertyConfigurationFactory() - Constructor for class twitter4j.conf.PropertyConfigurationFactory
 
proxyAuthPassword - Variable in class twitter4j.http.HttpClient
 
proxyAuthUser - Variable in class twitter4j.http.HttpClient
 
proxyHost - Variable in class twitter4j.http.HttpClient
 
proxyPort - Variable in class twitter4j.http.HttpClient
 
PUBLIC_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
put(String, HttpParameter[], Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
put(String, HttpParameter[]) - Method in class twitter4j.http.HttpClientWrapper
 
put(String, Authorization) - Method in class twitter4j.http.HttpClientWrapper
 
put(String) - Method in class twitter4j.http.HttpClientWrapper
 
PUT - Static variable in class twitter4j.http.RequestMethod
 

Q

q - Variable in class twitter4j.Dispatcher
 
q - Variable in class twitter4j.ExecuteThread
 
Query - Class in twitter4j
A data class represents search query.
Query() - Constructor for class twitter4j.Query
 
Query(String) - Constructor for class twitter4j.Query
 
query - Variable in class twitter4j.Query
 
query(String) - Method in class twitter4j.Query
Sets the query string
query - Variable in class twitter4j.QueryResultJSONImpl
 
query - Variable in class twitter4j.SavedSearchJSONImpl
 
query - Variable in class twitter4j.TrendJSONImpl
 
QueryResult - Interface in twitter4j
A data interface representing search API response
QueryResultJSONImpl - Class in twitter4j
A data class representing search API response
QueryResultJSONImpl(HttpResponse) - Constructor for class twitter4j.QueryResultJSONImpl
 
QueryResultJSONImpl(Query) - Constructor for class twitter4j.QueryResultJSONImpl
 

R

RAND - Static variable in class twitter4j.http.OAuthAuthorization
 
RATE_LIMIT_STATUS - Static variable in class twitter4j.TwitterMethod
 
RateLimitStatus - Interface in twitter4j
A data interface representing Twitter REST API's rate limit status
rateLimitStatus - Variable in class twitter4j.RateLimitStatusEvent
 
rateLimitStatus - Variable in class twitter4j.ResponseList
 
rateLimitStatus - Variable in class twitter4j.TwitterResponseImpl
 
RateLimitStatusEvent - Class in twitter4j
A data interface representing Twitter REST API's rate limit status
RateLimitStatusEvent(Object, RateLimitStatus, boolean) - Constructor for class twitter4j.RateLimitStatusEvent
 
RateLimitStatusJSONImpl - Class in twitter4j
A data class representing Twitter REST API's rate limit status
RateLimitStatusJSONImpl(int, int, int, Date) - Constructor for class twitter4j.RateLimitStatusJSONImpl
 
RateLimitStatusListener - Interface in twitter4j
 
rateLimitStatusListener - Variable in class twitter4j.TwitterOAuthSupportBase
 
readObject(ObjectInputStream) - Method in class twitter4j.TwitterOAuthSupportBase
 
readResolve() - Method in class twitter4j.Device
 
readResolve() - Method in class twitter4j.http.NullAuthorization
 
readResolve() - Method in class twitter4j.http.RequestMethod
 
readResolve() - Method in class twitter4j.TwitterMethod
 
readTimeout - Variable in class twitter4j.http.HttpClient
 
recipient - Variable in class twitter4j.DirectMessageJSONImpl
 
recipientId - Variable in class twitter4j.DirectMessageJSONImpl
 
recipientScreenName - Variable in class twitter4j.DirectMessageJSONImpl
 
refreshUrl - Variable in class twitter4j.QueryResultJSONImpl
 
Relationship - Interface in twitter4j
A data interface that has detailed information about a relationship between two users
RelationshipJSONImpl - Class in twitter4j
A data class that has detailed information about a relationship between two users
RelationshipJSONImpl(HttpResponse) - Constructor for class twitter4j.RelationshipJSONImpl
 
RelationshipJSONImpl(JSONObject) - Constructor for class twitter4j.RelationshipJSONImpl
 
remainingHits - Variable in class twitter4j.RateLimitStatusJSONImpl
 
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.
request(HttpRequest) - Method in class twitter4j.http.HttpClient
 
request(HttpRequest) - Method in class twitter4j.http.HttpClientWrapper
 
request - Variable in class twitter4j.http.HttpResponseEvent
 
requestHeaders - Variable in class twitter4j.conf.ConfigurationBase
 
requestHeaders - Variable in class twitter4j.http.HttpClientWrapper
 
requestHeaders - Variable in class twitter4j.http.HttpRequest
 
requestMethod - Variable in class twitter4j.http.HttpRequest
 
RequestMethod - Class in twitter4j.http
 
RequestMethod(String) - Constructor for class twitter4j.http.RequestMethod
 
RequestToken - Class in twitter4j.http
 
RequestToken(HttpResponse, OAuthSupport) - Constructor for class twitter4j.http.RequestToken
 
RequestToken(String, String) - Constructor for class twitter4j.http.RequestToken
 
RequestToken(String, String, OAuthSupport) - Constructor for class twitter4j.http.RequestToken
 
resetTime - Variable in class twitter4j.RateLimitStatusJSONImpl
 
resetTimeInSeconds - Variable in class twitter4j.RateLimitStatusJSONImpl
 
response - Variable in class twitter4j.http.HttpResponseEvent
 
response - Variable in class twitter4j.StatusStream
 
responseAsDocument - Variable in class twitter4j.http.HttpResponse
 
responseAsString - Variable in class twitter4j.http.HttpResponse
 
ResponseList<T extends TwitterResponse> - Class in twitter4j
List of TwitterResponse.
ResponseList(int, HttpResponse) - Constructor for class twitter4j.ResponseList
 
responseStr - Variable in class twitter4j.http.OAuthToken
 
REST_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
restBaseURL - Variable in class twitter4j.conf.ConfigurationBase
 
resultsPerPage - Variable in class twitter4j.QueryResultJSONImpl
 
retryAfter - Variable in exception twitter4j.TwitterException
 
retryCount - Variable in class twitter4j.http.HttpClient
 
retryHistory - Variable in class twitter4j.TwitterStream.StreamHandlingThread
 
retryIntervalSeconds - Variable in class twitter4j.http.HttpClient
 
retryPerMinutes - Variable in class twitter4j.TwitterStream
 
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 - Variable in class twitter4j.StatusJSONImpl
 
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.
ROOT_CONFIGURATION - Static variable in class twitter4j.conf.PropertyConfigurationFactory
 
rpp - Variable in class twitter4j.Query
 
rpp(int) - Method in class twitter4j.Query
sets the number of tweets to return per page, up to a max of 100
run() - Method in class twitter4j.AsyncTwitter.AsyncTask
 
run() - Method in class twitter4j.ExecuteThread
 
run() - Method in class twitter4j.TwitterStream.StreamHandlingThread
 

S

S - Static variable in class twitter4j.Paging
 
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.
SavedSearchJSONImpl - Class in twitter4j
A data class representing a Saved Search
SavedSearchJSONImpl(HttpResponse) - Constructor for class twitter4j.SavedSearchJSONImpl
 
SavedSearchJSONImpl(JSONObject) - Constructor for class twitter4j.SavedSearchJSONImpl
 
screenName - Variable in class twitter4j.http.AccessToken
 
screenName - Variable in class twitter4j.Twitter
 
screenName - Variable in class twitter4j.UserJSONImpl
 
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_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
SEARCH_USERS - Static variable in class twitter4j.TwitterMethod
 
searchBaseURL - Variable in class twitter4j.conf.ConfigurationBase
 
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).
secondsUntilReset - Variable in class twitter4j.RateLimitStatusJSONImpl
 
secretKeySpec - Variable in class twitter4j.http.OAuthToken
 
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.
sender - Variable in class twitter4j.DirectMessageJSONImpl
 
senderId - Variable in class twitter4j.DirectMessageJSONImpl
 
senderScreenName - Variable in class twitter4j.DirectMessageJSONImpl
 
SENT_DIRECT_MESSAGES - Static variable in class twitter4j.TwitterMethod
 
sentDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
sentDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
serialVersionUID - Static variable in class twitter4j.AsyncTwitter
 
serialVersionUID - Static variable in class twitter4j.AsyncTwitterFactory
 
serialVersionUID - Static variable in class twitter4j.conf.ConfigurationBase
 
serialVersionUID - Static variable in class twitter4j.conf.PropertyConfiguration
 
serialVersionUID - Static variable in class twitter4j.Device
 
serialVersionUID - Static variable in class twitter4j.DirectMessageJSONImpl
 
serialVersionUID - Static variable in class twitter4j.GeoLocation
 
serialVersionUID - Static variable in class twitter4j.http.AccessToken
 
serialVersionUID - Static variable in class twitter4j.http.BasicAuthorization
 
serialVersionUID - Static variable in class twitter4j.http.HttpClient
 
serialVersionUID - Static variable in class twitter4j.http.HttpClientWrapper
 
serialVersionUID - Static variable in class twitter4j.http.HttpParameter
 
serialVersionUID - Static variable in class twitter4j.http.HttpRequest
 
serialVersionUID - Static variable in class twitter4j.http.NullAuthorization
 
serialVersionUID - Static variable in class twitter4j.http.OAuthAuthorization
 
serialVersionUID - Static variable in class twitter4j.http.RequestMethod
 
serialVersionUID - Static variable in class twitter4j.http.RequestToken
 
serialVersionUID - Static variable in class twitter4j.IDsJSONImpl
 
serialVersionUID - Static variable in class twitter4j.PagableResponseList
 
serialVersionUID - Static variable in class twitter4j.Paging
 
serialVersionUID - Static variable in class twitter4j.QueryResultJSONImpl
 
serialVersionUID - Static variable in class twitter4j.RateLimitStatusEvent
 
serialVersionUID - Static variable in class twitter4j.RateLimitStatusJSONImpl
 
serialVersionUID - Static variable in class twitter4j.RelationshipJSONImpl
 
serialVersionUID - Static variable in class twitter4j.ResponseList
 
serialVersionUID - Static variable in class twitter4j.SavedSearchJSONImpl
 
serialVersionUID - Static variable in class twitter4j.StatusDeletionNotice
 
serialVersionUID - Static variable in class twitter4j.StatusJSONImpl
 
serialVersionUID - Static variable in class twitter4j.TrendJSONImpl
 
serialVersionUID - Static variable in class twitter4j.TrendsJSONImpl
 
serialVersionUID - Static variable in class twitter4j.TweetJSONImpl
 
serialVersionUID - Static variable in class twitter4j.Twitter
 
serialVersionUID - Static variable in class twitter4j.TwitterBase
 
serialVersionUID - Static variable in exception twitter4j.TwitterException
 
serialVersionUID - Static variable in class twitter4j.TwitterFactory
 
serialVersionUID - Static variable in class twitter4j.TwitterMethod
 
serialVersionUID - Static variable in class twitter4j.TwitterOAuthSupportBase
 
serialVersionUID - Static variable in class twitter4j.TwitterResponseImpl
 
serialVersionUID - Static variable in class twitter4j.TwitterStream
 
serialVersionUID - Static variable in class twitter4j.TwitterStreamFactory
 
serialVersionUID - Static variable in class twitter4j.UserJSONImpl
 
serialVersionUID - Static variable in class twitter4j.UserListJSONImpl
 
SERVICE_UNAVAILABLE - Static variable in class twitter4j.http.HttpClient
 
setAsyncNumThreads(int) - Method in class twitter4j.conf.ConfigurationBase
 
setAuthorizationHeader(String, String, HttpParameter[], HttpURLConnection) - Method in interface twitter4j.http.Authorization
 
setAuthorizationHeader(String, String, HttpParameter[], HttpURLConnection) - Method in class twitter4j.http.BasicAuthorization
 
setAuthorizationHeader(String, String, HttpParameter[], HttpURLConnection) - Method in class twitter4j.http.NullAuthorization
 
setAuthorizationHeader(String, String, HttpParameter[], HttpURLConnection) - Method in class twitter4j.http.OAuthAuthorization
 
setClientURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setClientVersion(String) - Method in class twitter4j.conf.ConfigurationBase
 
setConnectionTimeout(int) - Method in class twitter4j.http.HttpClient
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.
setConsumerKey(String) - Method in class twitter4j.http.OAuthAuthorization
 
setConsumerSecret(String) - Method in class twitter4j.http.OAuthAuthorization
 
setCount(int) - Method in class twitter4j.Paging
 
setDebug(boolean) - Method in class twitter4j.conf.ConfigurationBase
 
setFieldsWithPrefix(Properties, String) - Method in class twitter4j.conf.PropertyConfiguration
 
setFieldsWithTreePath(Properties, String) - Method in class twitter4j.conf.PropertyConfiguration
passing "/foo/bar" as treePath will result:
1.
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
setHeaders(HttpRequest, HttpURLConnection) - Method in class twitter4j.http.HttpClient
sets HTTP headers
setHttpConnectionTimeout(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpProxyHost(String) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpProxyPassword(String) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpProxyPort(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpProxyUser(String) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpResponseListener(HttpResponseListener) - Method in class twitter4j.http.HttpClientWrapper
 
setHttpRetryCount(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpRetryIntervalSecs(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpStreamingReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBase
 
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(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthAccessToken(AccessToken) - Method in class twitter4j.http.OAuthAuthorization
Sets the access token
setOAuthAccessToken(AccessToken) - Method in interface twitter4j.http.OAuthSupport
Sets the access token
setOAuthAccessToken(AccessToken) - Method in class twitter4j.Twitter
Sets the access token
setOAuthAccessToken(String, String) - Method in class twitter4j.Twitter
Deprecated. Use Twitter getInstance(AccessToken accessToken)
setOAuthAccessToken(AccessToken) - Method in class twitter4j.TwitterOAuthSupportBase
Deprecated. Use TwitterFactory.getInstance(AccessToken accessToken)
setOAuthAccessToken(String, String) - Method in class twitter4j.TwitterOAuthSupportBase
Deprecated. Use Twitter getInstance(AccessToken accessToken)
setOAuthAccessTokenSecret(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthAccessTokenURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthAuthenticationURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthAuthorizationURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthConsumer(String, String) - Method in class twitter4j.AsyncTwitter
 
setOAuthConsumer(String, String) - Method in class twitter4j.Twitter
sets the OAuth consumer key and consumer secret
setOAuthConsumer(String, String) - Method in class twitter4j.TwitterOAuthSupportBase
Deprecated. Use TwitterFactory.getInstance(String consumerKey, String consumerSecret)
setOAuthConsumerKey(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthConsumerSecret(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthRequestTokenURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
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
setPassword(String) - Method in class twitter4j.conf.ConfigurationBase
 
setProxyAuthPassword(String) - Method in class twitter4j.http.HttpClient
Sets proxy authentication password.
setProxyAuthUser(String) - Method in class twitter4j.http.HttpClient
Sets proxy authentication user.
setProxyHost(String) - Method in class twitter4j.http.HttpClient
Sets proxy host.
setProxyPort(int) - Method in class twitter4j.http.HttpClient
Sets proxy port.
setQuery(String) - Method in class twitter4j.Query
Sets the query string
setRateLimitStatus(RateLimitStatus) - Method in class twitter4j.TwitterResponseImpl
 
setRateLimitStatusListener(RateLimitStatusListener) - Method in class twitter4j.TwitterOAuthSupportBase
Registers a RateLimitStatusListener for account associated rate limits
setReadTimeout(int) - Method in class twitter4j.http.HttpClient
Sets the read timeout to a specified timeout, in milliseconds.
setRestBaseURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setRetryCount(int) - Method in class twitter4j.http.HttpClient
 
setRetryIntervalSeconds(int) - Method in class twitter4j.http.HttpClient
 
setRpp(int) - Method in class twitter4j.Query
sets the number of tweets to return per page, up to a max of 100
setSearchBaseURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setSecretKeySpec(SecretKeySpec) - Method in class twitter4j.http.OAuthToken
 
setSinceId(long) - Method in class twitter4j.Paging
 
setSinceId(long) - Method in class twitter4j.Query
returns tweets with status ids greater than the given id.
setSource(String) - Method in class twitter4j.conf.ConfigurationBase
 
setStatus(String) - Method in class twitter4j.TwitterStream.StreamHandlingThread
 
setStatusListener(StatusListener) - Method in class twitter4j.TwitterStream
 
setStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setUser(String) - Method in class twitter4j.conf.ConfigurationBase
 
setUserAgent(String) - Method in class twitter4j.conf.ConfigurationBase
 
setUseSSL(boolean) - Method in class twitter4j.conf.ConfigurationBase
 
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 - Variable in class twitter4j.AsyncTwitter
 
shutdown() - Method in class twitter4j.AsyncTwitter
Shuts down internal dispather thread.
shutdown() - Method in class twitter4j.Dispatcher
 
shutdown() - Method in class twitter4j.ExecuteThread
 
sinceId - Variable in class twitter4j.Paging
 
sinceId(long) - Method in class twitter4j.Paging
 
sinceId - Variable in class twitter4j.Query
 
sinceId(long) - Method in class twitter4j.Query
returns tweets with status ids greater than the given id.
sinceId - Variable in class twitter4j.QueryResultJSONImpl
 
SINGLETON - Static variable in class twitter4j.http.NullAuthorization
 
SINGLETON - Static variable in class twitter4j.logging.Logger
 
slug - Variable in class twitter4j.UserListJSONImpl
 
SMCP - Static variable in class twitter4j.Paging
 
SMS - Static variable in class twitter4j.Device
 
SocialGraphMethods - Interface in twitter4j.api
 
SocialGraphMethodsAsync - Interface in twitter4j.api
 
source - Variable in class twitter4j.conf.ConfigurationBase
 
SOURCE - Static variable in class twitter4j.conf.PropertyConfiguration
 
source - Variable in class twitter4j.http.HttpResponseEvent
 
source - Variable in class twitter4j.StatusJSONImpl
 
source - Variable in class twitter4j.TweetJSONImpl
 
sourceBlockingTarget - Variable in class twitter4j.RelationshipJSONImpl
 
sourceFollowedByTarget - Variable in class twitter4j.RelationshipJSONImpl
 
sourceFollowingTarget - Variable in class twitter4j.RelationshipJSONImpl
 
sourceNotificationsEnabled - Variable in class twitter4j.RelationshipJSONImpl
 
sourceUserId - Variable in class twitter4j.RelationshipJSONImpl
 
sourceUserScreenName - Variable in class twitter4j.RelationshipJSONImpl
 
SpamReportingMethods - Interface in twitter4j.api
 
SpamReportingMethodsAsync - Interface in twitter4j.api
Not yet supported.
startConsuming() - Method in class twitter4j.examples.StreamingExample
 
startHandler(TwitterStream.StreamHandlingThread) - Method in class twitter4j.TwitterStream
 
Status - Interface in twitter4j
A data interface representing one single status of a user.
statusCode - Variable in class twitter4j.http.HttpResponse
 
statusCode - Variable in exception twitter4j.TwitterException
 
statusCreatedAt - Variable in class twitter4j.UserJSONImpl
 
StatusDeletionNotice - Class in twitter4j
A data class representing Status deletionNotice
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately.
StatusDeletionNotice(JSONObject) - Constructor for class twitter4j.StatusDeletionNotice
 
statusesCount - Variable in class twitter4j.UserJSONImpl
 
statusFavorited - Variable in class twitter4j.UserJSONImpl
 
statusId - Variable in class twitter4j.StatusDeletionNotice
 
statusId - Variable in class twitter4j.UserJSONImpl
 
statusInReplyToScreenName - Variable in class twitter4j.UserJSONImpl
 
statusInReplyToStatusId - Variable in class twitter4j.UserJSONImpl
 
statusInReplyToUserId - Variable in class twitter4j.UserJSONImpl
 
StatusJSONImpl - Class in twitter4j
A data class representing one single status of a user.
StatusJSONImpl(HttpResponse) - Constructor for class twitter4j.StatusJSONImpl
 
StatusJSONImpl(JSONObject) - Constructor for class twitter4j.StatusJSONImpl
 
StatusListener - Interface in twitter4j
 
statusListener - Variable in class twitter4j.TwitterStream
 
StatusMethods - Interface in twitter4j.api
 
StatusMethodsAsync - Interface in twitter4j.api
 
statusSource - Variable in class twitter4j.UserJSONImpl
 
StatusStream - Class in twitter4j
 
StatusStream(InputStream) - Constructor for class twitter4j.StatusStream
 
StatusStream(HttpResponse) - Constructor for class twitter4j.StatusStream
 
statusText - Variable in class twitter4j.UserJSONImpl
 
statusTruncated - Variable in class twitter4j.UserJSONImpl
 
stream - Variable in class twitter4j.TwitterStream.StreamHandlingThread
 
STREAM_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
streamAlive - Variable in class twitter4j.StatusStream
 
streamBaseURL - Variable in class twitter4j.conf.ConfigurationBase
 
streamConsumed - Variable in class twitter4j.http.HttpResponse
 
StreamingExample - Class in twitter4j.examples
This is a code example of Twitter4J Streaming API support.
Usage: java twitter4j.examples.StreamingExample TwitterID TwitterPassword
StreamingExample(String, String) - Constructor for class twitter4j.examples.StreamingExample
 
StreamingReadTimeoutConfiguration - Class in twitter4j
 
StreamingReadTimeoutConfiguration(Configuration) - Constructor for class twitter4j.StreamingReadTimeoutConfiguration
 
SUBSCRIBE_LIST - Static variable in class twitter4j.TwitterMethod
 
subscribedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
subscribedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
subscriberCount - Variable in class twitter4j.UserListJSONImpl
 
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

targetUserId - Variable in class twitter4j.RelationshipJSONImpl
 
targetUserScreenName - Variable in class twitter4j.RelationshipJSONImpl
 
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
 
text - Variable in class twitter4j.DirectMessageJSONImpl
 
text - Variable in class twitter4j.StatusJSONImpl
 
text - Variable in class twitter4j.TweetJSONImpl
 
threads - Variable in class twitter4j.Dispatcher
 
ticket - Variable in class twitter4j.Dispatcher
 
TimelineMethods - Interface in twitter4j.api
 
TimelineMethodsAsync - Interface in twitter4j.api
 
TimeSpanUtil - Class in twitter4j
 
TimeSpanUtil() - Constructor for class twitter4j.TimeSpanUtil
 
timeZone - Variable in class twitter4j.UserJSONImpl
 
TITLE - Static variable in class twitter4j.Version
 
toDateStr(Date) - Method in class twitter4j.Twitter
 
toFollowString(int[]) - Method in class twitter4j.TwitterStream
 
token - Variable in class twitter4j.http.OAuthToken
 
tokenSecret - Variable in class twitter4j.http.OAuthToken
 
toParamList(HttpParameter[]) - Static method in class twitter4j.http.OAuthAuthorization
 
toString() - Method in class twitter4j.conf.ConfigurationBase
 
toString() - Method in class twitter4j.Device
 
toString() - Method in class twitter4j.DirectMessageJSONImpl
 
toString() - Method in class twitter4j.GeoLocation
 
toString() - Method in class twitter4j.http.AccessToken
 
toString() - Method in class twitter4j.http.BasicAuthorization
 
toString() - Method in class twitter4j.http.HttpParameter
 
toString() - Method in class twitter4j.http.HttpRequest
 
toString() - Method in class twitter4j.http.HttpResponse
 
toString() - Method in class twitter4j.http.HttpResponseEvent
 
toString() - Method in class twitter4j.http.NullAuthorization
 
toString() - Method in class twitter4j.http.OAuthAuthorization
 
toString() - Method in class twitter4j.http.OAuthToken
 
toString() - Method in class twitter4j.http.RequestMethod
 
toString() - Method in class twitter4j.IDsJSONImpl
 
toString() - Method in class twitter4j.Paging
 
toString() - Method in class twitter4j.Query
 
toString() - Method in class twitter4j.QueryResultJSONImpl
 
toString() - Method in class twitter4j.RateLimitStatusJSONImpl
 
toString() - Method in class twitter4j.RelationshipJSONImpl
 
toString() - Method in class twitter4j.SavedSearchJSONImpl
 
toString() - Method in class twitter4j.StatusDeletionNotice
 
toString() - Method in class twitter4j.StatusJSONImpl
 
toString() - Method in class twitter4j.TrendJSONImpl
 
toString() - Method in class twitter4j.TrendsJSONImpl
 
toString() - Method in class twitter4j.TweetJSONImpl
 
toString() - Method in class twitter4j.Twitter
 
toString() - Method in class twitter4j.TwitterBase
 
toString() - Method in class twitter4j.TwitterMethod
 
toString() - Method in class twitter4j.UserJSONImpl
 
toString() - Method in class twitter4j.UserListJSONImpl
 
toTimeSpanString(Date) - Static method in class twitter4j.TimeSpanUtil
 
toTimeSpanString(long) - Static method in class twitter4j.TimeSpanUtil
 
toTimeSpanString(int) - Static method in class twitter4j.TimeSpanUtil
 
toTrackString(String[]) - Method in class twitter4j.TwitterStream
 
toUser - Variable in class twitter4j.TweetJSONImpl
 
toUserId - Variable in class twitter4j.TweetJSONImpl
 
Trend - Interface in twitter4j
A data interface representing Trend.
trendAt - Variable in class twitter4j.TrendsJSONImpl
 
TrendJSONImpl - Class in twitter4j
A data class representing Trend.
TrendJSONImpl(JSONObject) - Constructor for class twitter4j.TrendJSONImpl
 
Trends - Interface in twitter4j
A data class representing Trends.
trends - Variable in class twitter4j.TrendsJSONImpl
 
TRENDS - Static variable in class twitter4j.TwitterMethod
 
TrendsJSONImpl - Class in twitter4j
A data class representing Trends.
TrendsJSONImpl(Date, Date, Trend[]) - Constructor for class twitter4j.TrendsJSONImpl
 
Tweet - Interface in twitter4j
A data class representing a Tweet in the search response
TweetJSONImpl - Class in twitter4j
A data class representing a Tweet in the search response
TweetJSONImpl(JSONObject) - Constructor for class twitter4j.TweetJSONImpl
 
tweets - Variable in class twitter4j.QueryResultJSONImpl
 
twitter - Variable in class twitter4j.AsyncTwitter
 
twitter - Variable in class twitter4j.examples.FeedMonitor
 
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(Configuration) - Constructor for class twitter4j.Twitter
 
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
Twitter(Configuration, String, String) - Constructor for class twitter4j.Twitter
 
Twitter(Configuration, Authorization) - Constructor for class twitter4j.Twitter
 
twitter4j - package twitter4j
 
twitter4j.api - package twitter4j.api
 
twitter4j.conf - package twitter4j.conf
 
twitter4j.examples - package twitter4j.examples
 
twitter4j.http - package twitter4j.http
 
twitter4j.logging - package twitter4j.logging
 
TwitterAdapter - Class in twitter4j
A handy adapter of TwitterListener.
TwitterAdapter() - Constructor for class twitter4j.TwitterAdapter
 
TwitterBase - Class in twitter4j
Base class of Twitter / AsyncTwitter / TwitterStream supports Basic Authorization.
TwitterBase(Configuration) - Constructor for class twitter4j.TwitterBase
 
TwitterBase(Configuration, String, String) - Constructor for class twitter4j.TwitterBase
 
TwitterBase(Configuration, Authorization) - Constructor for class twitter4j.TwitterBase
 
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(Configuration) - Constructor for class twitter4j.TwitterFactory
 
TwitterFactory(String) - Constructor for class twitter4j.TwitterFactory
Creates a TwitterFactory with a specified config tree
TwitterFactoryBase<T> - Class in twitter4j
A FactoryBase class which supports Basic Authorization
TwitterFactoryBase() - Constructor for class twitter4j.TwitterFactoryBase
Creates a Factory
TwitterFactoryBase(String) - Constructor for class twitter4j.TwitterFactoryBase
Creates a Factory with a specified config tree path.
TwitterFactoryBase(Configuration) - Constructor for class twitter4j.TwitterFactoryBase
 
TwitterFactoryOAuthSupportBase<T> - Class in twitter4j
A FactoryBase class supports both Basic Authorization and OAuth authorization
TwitterFactoryOAuthSupportBase() - Constructor for class twitter4j.TwitterFactoryOAuthSupportBase
Creates a Factory
TwitterFactoryOAuthSupportBase(String) - Constructor for class twitter4j.TwitterFactoryOAuthSupportBase
Creates a Factory with a specified config tree path.
TwitterFactoryOAuthSupportBase(Configuration) - Constructor for class twitter4j.TwitterFactoryOAuthSupportBase
Creates a Factory with a specified config tree path.
TwitterListener - Interface in twitter4j
A listner for receiving asynchronous responses from Twitter Async APIs.
TwitterMethod - Class in twitter4j
 
TwitterMethod() - Constructor for class twitter4j.TwitterMethod
 
TwitterMethod(String) - Constructor for class twitter4j.TwitterMethod
 
TwitterOAuthSupportBase - Class in twitter4j
 
TwitterOAuthSupportBase(Configuration) - Constructor for class twitter4j.TwitterOAuthSupportBase
 
TwitterOAuthSupportBase(Configuration, String, String) - Constructor for class twitter4j.TwitterOAuthSupportBase
 
TwitterOAuthSupportBase(Configuration, Authorization) - Constructor for class twitter4j.TwitterOAuthSupportBase
 
TwitterResponse - Interface in twitter4j
Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble.
TwitterResponseImpl - Class in twitter4j
Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble.
TwitterResponseImpl() - Constructor for class twitter4j.TwitterResponseImpl
 
TwitterResponseImpl(HttpResponse) - Constructor for class twitter4j.TwitterResponseImpl
 
twitterStream - Variable in class twitter4j.examples.StreamingExample
 
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.
TwitterStream(Configuration, Authorization, StatusListener) - Constructor for class twitter4j.TwitterStream
 
TwitterStream.StreamHandlingThread - Class in twitter4j
 
TwitterStream.StreamHandlingThread(Object[]) - Constructor for class twitter4j.TwitterStream.StreamHandlingThread
 
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(Configuration) - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(String) - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(String, StatusListener) - Constructor for class twitter4j.TwitterStreamFactory

U

unescape(String) - Static method in class twitter4j.http.HTMLEntity
 
unescape(StringBuffer) - Static method in class twitter4j.http.HTMLEntity
 
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.
uri - Variable in class twitter4j.UserListJSONImpl
 
url - Variable in class twitter4j.http.HttpRequest
 
url - Variable in class twitter4j.TrendJSONImpl
 
url - Variable in class twitter4j.UserJSONImpl
 
user - Variable in class twitter4j.conf.ConfigurationBase
 
USER - Static variable in class twitter4j.conf.PropertyConfiguration
 
user - Variable in class twitter4j.StatusJSONImpl
 
User - Interface in twitter4j
A data interface representing Basic user information element
user - Variable in class twitter4j.UserListJSONImpl
 
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
 
userAgent - Variable in class twitter4j.conf.ConfigurationBase
 
userId - Variable in class twitter4j.http.AccessToken
 
userId - Variable in class twitter4j.http.BasicAuthorization
 
userId - Variable in class twitter4j.StatusDeletionNotice
 
UserJSONImpl - Class in twitter4j
A data class representing Basic user information element
UserJSONImpl(HttpResponse) - Constructor for class twitter4j.UserJSONImpl
 
UserJSONImpl(JSONObject) - Constructor for class twitter4j.UserJSONImpl
 
UserList - Interface in twitter4j
A data interface representing Basic list information element
UserListJSONImpl - Class in twitter4j
A data class representing Basic list information element
UserListJSONImpl(HttpResponse) - Constructor for class twitter4j.UserListJSONImpl
 
UserListJSONImpl(JSONObject) - Constructor for class twitter4j.UserListJSONImpl
 
UserMethods - Interface in twitter4j.api
 
UserMethodsAsync - Interface in twitter4j.api
 
useSSL - Variable in class twitter4j.conf.ConfigurationBase
 
utcOffset - Variable in class twitter4j.UserJSONImpl
 

V

value - Variable in class twitter4j.http.HttpParameter
 
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
 
VERSION - Static variable in class twitter4j.Version
 

W

warning - Variable in class twitter4j.QueryResultJSONImpl
 
WEEKLY_TRENDS - Static variable in class twitter4j.TwitterMethod
 
wrapperConf - Variable in class twitter4j.http.HttpClientWrapper
 
write(DataOutputStream, String) - Method in class twitter4j.http.HttpClient
 
writeObject(ObjectOutputStream) - Method in class twitter4j.TwitterOAuthSupportBase
 

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