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

A

AbstractImageUploadImpl - Class in twitter4j.media
 
AbstractImageUploadImpl(Configuration, OAuthAuthorization) - Constructor for class twitter4j.media.AbstractImageUploadImpl
 
AbstractImageUploadImpl(Configuration, String, OAuthAuthorization) - Constructor for class twitter4j.media.AbstractImageUploadImpl
 
AbstractStreamImplementation - Class in twitter4j
 
AbstractStreamImplementation(Dispatcher, InputStream) - Constructor for class twitter4j.AbstractStreamImplementation
 
AbstractStreamImplementation(Dispatcher, HttpResponse) - Constructor for class twitter4j.AbstractStreamImplementation
 
AbstractStreamImplementation.StreamEvent - Class in twitter4j
 
AbstractStreamImplementation.StreamEvent(String) - Constructor for class twitter4j.AbstractStreamImplementation.StreamEvent
 
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
 
ACCOUNT_SETTINGS - Static variable in interface twitter4j.TwitterListener
 
ACCOUNT_SETTINGS - Static variable in class twitter4j.TwitterMethod
 
ACCOUNT_TOTALS - Static variable in interface twitter4j.TwitterListener
 
ACCOUNT_TOTALS - Static variable in class twitter4j.TwitterMethod
 
AccountMethods - Interface in twitter4j.api
 
AccountMethodsAsync - Interface in twitter4j.api
 
AccountSettings - Interface in twitter4j
 
AccountSettingsJSONImpl - Class in twitter4j
 
AccountSettingsJSONImpl(HttpResponse, JSONObject) - Constructor for class twitter4j.AccountSettingsJSONImpl
 
AccountSettingsJSONImpl(HttpResponse) - Constructor for class twitter4j.AccountSettingsJSONImpl
 
AccountSettingsJSONImpl(JSONObject) - Constructor for class twitter4j.AccountSettingsJSONImpl
 
AccountTotals - Interface in twitter4j
 
accountTotalsConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
AccountTotalsJSONImpl - Class in twitter4j
 
AccountTotalsJSONImpl(HttpResponse, JSONObject) - Constructor for class twitter4j.AccountTotalsJSONImpl
 
AccountTotalsJSONImpl(HttpResponse) - Constructor for class twitter4j.AccountTotalsJSONImpl
 
AccountTotalsJSONImpl(JSONObject) - Constructor for class twitter4j.AccountTotalsJSONImpl
 
accuracy - Variable in class twitter4j.GeoQuery
 
accuracy(String) - Method in class twitter4j.GeoQuery
 
ADD_LIST_MEMBER - Static variable in interface twitter4j.TwitterListener
 
ADD_LIST_MEMBER - Static variable in class twitter4j.TwitterMethod
 
ADD_LIST_MEMBERS - Static variable in interface twitter4j.TwitterListener
 
ADD_LIST_MEMBERS - Static variable in class twitter4j.TwitterMethod
 
addAnnotation(Annotation) - Method in class twitter4j.Annotations
Adds a single Annotation to the List of Annotation instances
addAnnotation(Annotation) - Method in class twitter4j.StatusUpdate
 
addAttribute(String, String) - Method in class twitter4j.Annotation
Adds a single attribute
addConnectionLifeCycleListener(ConnectionLifeCycleListener) - Method in class twitter4j.TwitterStream
Adds a ConnectionLifeCycleListener
addedUserListMember(UserList) - Method in class twitter4j.TwitterAdapter
 
addedUserListMember(UserList) - Method in interface twitter4j.TwitterListener
 
addedUserListMembers(UserList) - Method in class twitter4j.TwitterAdapter
 
addedUserListMembers(UserList) - Method in interface twitter4j.TwitterListener
 
addListener(UserStreamListener) - Method in class twitter4j.TwitterStream
 
addListener(StatusListener) - Method in class twitter4j.TwitterStream
 
addListener(SiteStreamsListener) - Method in class twitter4j.TwitterStream
 
addListener(StreamListener) - Method in class twitter4j.TwitterStream
 
addParameterToList(List<HttpParameter>, String, String) - Method in class twitter4j.Twitter
 
addPostParameter(char[], char, List<HttpParameter>, String, long) - Method in class twitter4j.Paging
 
addStatusListener(StatusListener) - Method in class twitter4j.TwitterStream
addUserListMember(int, int) - Method in interface twitter4j.api.ListMembersMethods
Adds a member to a list.
addUserListMember(int, int) - Method in interface twitter4j.api.ListMembersMethodsAsync
Adds a member to a list.
addUserListMember(int, int) - Method in class twitter4j.AsyncTwitter
Adds a member to a list.
addUserListMember(int, int) - Method in class twitter4j.Twitter
Adds a member to a list.
addUserListMembers(int, int[]) - Method in interface twitter4j.api.ListMembersMethods
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserListMembers(int, String[]) - Method in interface twitter4j.api.ListMembersMethods
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserListMembers(int, int[]) - Method in interface twitter4j.api.ListMembersMethodsAsync
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserListMembers(int, String[]) - Method in interface twitter4j.api.ListMembersMethodsAsync
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserListMembers(int, int[]) - Method in class twitter4j.AsyncTwitter
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserListMembers(int, String[]) - Method in class twitter4j.AsyncTwitter
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserListMembers(int, int[]) - Method in class twitter4j.Twitter
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserListMembers(int, String[]) - Method in class twitter4j.Twitter
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserStreamListener(UserStreamListener) - Method in class twitter4j.TwitterStream
ALL_USER_LISTS - Static variable in interface twitter4j.TwitterListener
 
ALL_USER_LISTS - Static variable in class twitter4j.TwitterMethod
 
Annotation - Class in twitter4j
A data class representing an Annotation of a Status or a Tweet
Annotation(String) - Constructor for class twitter4j.Annotation
Construct an Annotation with a type but no attributes
Annotation(String, Map<String, String>) - Constructor for class twitter4j.Annotation
Construct an Annotation with a type and attributes
Annotation(JSONObject) - Constructor for class twitter4j.Annotation
Construct an Annotation instance from a JSON Object, returned from Twitter API Package visibility only!
annotation(Annotation) - Method in class twitter4j.Annotations
Adds a single Annotation to the List of Annotation instances
annotation(Annotation) - Method in class twitter4j.StatusUpdate
 
Annotations - Class in twitter4j
A data class representing the Annotations of a Status or a Tweet
Annotations() - Constructor for class twitter4j.Annotations
Construct empty Annotations instance
Annotations(List<Annotation>) - Constructor for class twitter4j.Annotations
Construct Annotations instance from an exisiting List of Annotation instances
Annotations(JSONArray) - Constructor for class twitter4j.Annotations
Construct Annotations instance from a JSON Array, returned from Twitter API Package visibility only!
annotations - Variable in class twitter4j.Annotations
 
annotations - Variable in class twitter4j.StatusJSONImpl
 
annotations - Variable in class twitter4j.StatusUpdate
 
annotations(Annotations) - Method in class twitter4j.StatusUpdate
 
annotations - Variable in class twitter4j.TweetJSONImpl
 
apiKey - Variable in class twitter4j.media.AbstractImageUploadImpl
 
apiKey - Variable in class twitter4j.media.ImageUploaderFactory
 
appendHttpParameters(HttpParameter[], HttpParameter[]) - Method in class twitter4j.media.AbstractImageUploadImpl
 
appendHttpParameters(HttpParameter[], HttpParameter[]) - Static method in class twitter4j.util.ImageUpload
Deprecated.
 
appendParameter(String, String, List<HttpParameter>) - Method in class twitter4j.GeoQuery
 
appendParameter(String, int, List<HttpParameter>) - Method in class twitter4j.GeoQuery
 
appendParameter(String, double, List<HttpParameter>) - Method in class twitter4j.GeoQuery
 
appendParameter(String, String, List<HttpParameter>) - Method in class twitter4j.Query
 
appendParameter(String, long, List<HttpParameter>) - Method in class twitter4j.Query
 
appendParameter(String, String, List<HttpParameter>) - Method in class twitter4j.StatusUpdate
 
appendParameter(String, double, List<HttpParameter>) - Method in class twitter4j.StatusUpdate
 
appendParameter(String, long, List<HttpParameter>) - Method in class twitter4j.StatusUpdate
 
asDirectMessage(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
asFriendList(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
asHexString() - Method in class twitter4j.ExceptionDiagnosis
 
asHttpParameterArray() - Method in class twitter4j.FilterQuery
 
asHttpParameterArray() - Method in class twitter4j.GeoQuery
 
asHttpParameterArray() - Method in class twitter4j.Query
 
asHttpParameterArray() - Method in class twitter4j.StatusUpdate
 
asJSONObject() - Method in class twitter4j.Annotation
Package visibility only! Converts this to a JSON object according to Twitter's specification
asOf - Variable in class twitter4j.TrendsJSONImpl
 
asParameterValue() - Method in class twitter4j.Annotation
Package visibility only!
asParameterValue() - Method in class twitter4j.Annotations
Package visibility only!
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.
asStatus(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
asUser(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
asUserList(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
ASYNC_DISPATCHER_IMPL - Static variable in class twitter4j.conf.PropertyConfiguration
 
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.
Currently this class is not carefully designed to be extended.
AsyncTwitter(String, String, TwitterListener) - Constructor for class twitter4j.AsyncTwitter
AsyncTwitter(Configuration, Authorization, TwitterListener) - Constructor for class twitter4j.AsyncTwitter
 
AsyncTwitter.AsyncTask - Class in twitter4j
 
AsyncTwitter.AsyncTask(TwitterMethod, TwitterListener) - 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 an AsyncTwitterFactory with the root configuration, with no listener.
AsyncTwitterFactory(Configuration) - Constructor for class twitter4j.AsyncTwitterFactory
Creates an AsyncTwitterFactory with the given configuration.
AsyncTwitterFactory(Configuration, TwitterListener) - Constructor for class twitter4j.AsyncTwitterFactory
Creates an AsyncTwitterFactory with the given configuration and 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
attribute(String, String) - Method in class twitter4j.Annotation
Adds a single attribute
attributes - Variable in class twitter4j.Annotation
 
attributes(Map<String, String>) - Method in class twitter4j.Annotation
Sets the attributes Ensures the class's property is not null
auth - Variable in class twitter4j.TwitterBase
 
auth - Variable in class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
auth - Variable in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
auth - Variable in class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
auth - Variable in class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
auth - Variable in class twitter4j.util.ImageUpload.TwitpicBasicAuthUploader
Deprecated.
 
auth - Variable in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
auth - Variable in class twitter4j.util.ImageUpload.YFrogBasicAuthUploader
Deprecated.
 
auth - Variable in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
Authorization - Interface in twitter4j.http
An interface represents credentials.
AuthorizationConfiguration - Interface in twitter4j.http
A static factory class for Authorization.
AuthorizationFactory - Class in twitter4j.http
A static factory class for Authorization.
AuthorizationFactory() - Constructor for class twitter4j.http.AuthorizationFactory
 
AVAILABLE_TRENDS - Static variable in interface twitter4j.TwitterListener
 
AVAILABLE_TRENDS - Static variable in class twitter4j.TwitterMethod
 

B

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
 
BIGGER - Static variable in interface twitter4j.ProfileImage
 
BLOCK - Static variable in class twitter4j.json.JSONObjectType
 
BLOCKING_USERS - Static variable in interface twitter4j.TwitterListener
 
BLOCKING_USERS - Static variable in class twitter4j.TwitterMethod
 
BLOCKING_USERS_IDS - Static variable in interface twitter4j.TwitterListener
 
BLOCKING_USERS_IDS - Static variable in class twitter4j.TwitterMethod
 
BlockMethods - Interface in twitter4j.api
 
BlockMethodsAsync - Interface in twitter4j.api
 
boundingBoxCoordinates - Variable in class twitter4j.PlaceJSONImpl
 
boundingBoxType - Variable in class twitter4j.PlaceJSONImpl
 
br - Variable in class twitter4j.AbstractStreamImplementation
 
build() - Method in class twitter4j.conf.ConfigurationBuilder
 

C

Category - Interface in twitter4j
 
categoryConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
CategoryJSONImpl - Class in twitter4j
 
CategoryJSONImpl(JSONObject) - Constructor for class twitter4j.CategoryJSONImpl
 
CharacterUtil - Class in twitter4j.util
 
CharacterUtil() - Constructor for class twitter4j.util.CharacterUtil
 
CHECK_LIST_MEMBERSHIP - Static variable in interface twitter4j.TwitterListener
 
CHECK_LIST_MEMBERSHIP - Static variable in class twitter4j.TwitterMethod
 
CHECK_LIST_SUBSCRIPTION - Static variable in interface twitter4j.TwitterListener
 
CHECK_LIST_SUBSCRIPTION - Static variable in class twitter4j.TwitterMethod
 
checkedUserListMembership(User) - Method in class twitter4j.TwitterAdapter
 
checkedUserListMembership(User) - Method in interface twitter4j.TwitterListener
 
checkedUserListSubscription(User) - Method in class twitter4j.TwitterAdapter
 
checkedUserListSubscription(User) - Method in interface twitter4j.TwitterListener
 
checkFileValidity(File) - Method in class twitter4j.Twitter
Check the existence, and the type of the specified file.
checkNotBuilt() - Method in class twitter4j.conf.ConfigurationBuilder
 
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 interface twitter4j.api.ListMembersMethodsAsync
Check if a user is a member of the specified list.

This method calls http://api.twitter.com/1/[listOwner]/[listId]/members/id.json
checkUserListMembership(String, int, int) - Method in class twitter4j.AsyncTwitter
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 interface twitter4j.api.ListSubscribersMethodsAsync
Check if the specified user is a subscriber of the specified list.
checkUserListSubscription(String, int, int) - Method in class twitter4j.AsyncTwitter
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.
CITY - Static variable in class twitter4j.GeoQuery
 
cleanUp() - Method in class twitter4j.TwitterStream
shutdown internal stream consuming thread
cleanup() - Method in class twitter4j.TwitterStream
Deprecated.
use #cleanUp instead
clearThreadLocalMap() - Static method in class twitter4j.json.DataObjectFactory
clear raw JSON forms associated with the current thread.
Currently this method is called indirectly by twitter4j.internal.util.DataObjectFactoryUtil, and should be called directly once *JSONImpl classes are migrated to twitter4j.json.* package.
client - Variable in class twitter4j.media.AbstractImageUploadImpl
 
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.AbstractStreamImplementation
 
close() - Method in interface twitter4j.StatusStream
 
close() - Method in interface twitter4j.StreamImplementation
 
close() - Method in class twitter4j.TwitterStream.TwitterStreamConsumer
 
close() - Method in interface twitter4j.UserStream
 
closed - Variable in class twitter4j.TwitterStream.TwitterStreamConsumer
 
compareTo(Annotation) - Method in class twitter4j.Annotation
 
compareTo(Place) - Method in class twitter4j.PlaceJSONImpl
 
compareTo(SavedSearch) - Method in class twitter4j.SavedSearchJSONImpl
 
compareTo(StatusDeletionNotice) - Method in class twitter4j.StatusDeletionNoticeImpl
 
compareTo(Status) - Method in class twitter4j.StatusJSONImpl
 
compareTo(Trends) - Method in class twitter4j.TrendsJSONImpl
 
compareTo(Tweet) - Method in class twitter4j.TweetJSONImpl
 
compareTo(User) - Method in class twitter4j.UserJSONImpl
 
compareTo(UserList) - Method in class twitter4j.UserListJSONImpl
 
completedIn - Variable in class twitter4j.QueryResultJSONImpl
 
conf - Variable in class twitter4j.AsyncTwitterFactory
 
conf - Variable in class twitter4j.http.OAuthAuthorization
 
conf - Variable in class twitter4j.http.RequestToken
 
conf - Variable in class twitter4j.media.ImageUploaderFactory
 
conf - Variable in class twitter4j.TwitterBase
 
conf - Variable in class twitter4j.TwitterFactory
 
conf - Variable in class twitter4j.TwitterStreamFactory
 
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
 
configurationBean - Variable in class twitter4j.conf.ConfigurationBuilder
 
ConfigurationBuilder - Class in twitter4j.conf
A builder that can be used to construct a twitter4j configuration with desired settings.
ConfigurationBuilder() - Constructor for class twitter4j.conf.ConfigurationBuilder
 
ConfigurationContext - Class in twitter4j.conf
Static factory of Configuration.
ConfigurationContext() - Constructor for class twitter4j.conf.ConfigurationContext
 
ConfigurationFactory - Interface in twitter4j.conf
 
ConnectionLifeCycleListener - Interface in twitter4j
 
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
 
containedWithIn - Variable in class twitter4j.PlaceJSONImpl
 
contributors - Variable in class twitter4j.StatusJSONImpl
 
coordinatesAsGeoLocationArray(JSONArray) - Static method in class twitter4j.GeoLocation
 
count - Variable in class twitter4j.FilterQuery
 
count(int) - Method in class twitter4j.FilterQuery
Sets count
count - Variable in class twitter4j.Paging
 
COUNT - Static variable in class twitter4j.Paging
 
count(int) - Method in class twitter4j.Paging
 
count - Static variable in class twitter4j.TwitterStream
 
count(String) - Static method in class twitter4j.util.CharacterUtil
Counts the length of the tweet
country - Variable in class twitter4j.PlaceJSONImpl
 
countryCode - Variable in class twitter4j.LocationJSONImpl
 
countryCode - Variable in class twitter4j.PlaceJSONImpl
 
countryName - Variable in class twitter4j.LocationJSONImpl
 
CREATE_BLOCK - Static variable in interface twitter4j.TwitterListener
 
CREATE_BLOCK - Static variable in class twitter4j.TwitterMethod
 
CREATE_FAVORITE - Static variable in interface twitter4j.TwitterListener
 
CREATE_FAVORITE - Static variable in class twitter4j.TwitterMethod
 
CREATE_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
CREATE_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
CREATE_PLACE - Static variable in interface twitter4j.TwitterListener
 
CREATE_PLACE - Static variable in class twitter4j.TwitterMethod
 
CREATE_USER_LIST - Static variable in interface twitter4j.TwitterListener
 
CREATE_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
createAccountTotals(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs an AccountTotals object from rawJSON string.
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(int) - 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(int) - 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.
createCategoriesList(HttpResponse) - Static method in class twitter4j.CategoryJSONImpl
 
createCategoriesList(JSONArray, HttpResponse) - Static method in class twitter4j.CategoryJSONImpl
 
createCategory(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Category object from rawJSON string.
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
 
createDirectMessage(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a DirectMessage object from rawJSON string.
createDirectMessageList(HttpResponse) - Static method in class twitter4j.DirectMessageJSONImpl
 
createdPlace(Place) - Method in class twitter4j.TwitterAdapter
 
createdPlace(Place) - Method in interface twitter4j.TwitterListener
 
createdUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
createdUserList(UserList) - Method in interface twitter4j.TwitterListener
 
createFavorite(long) - Method in interface twitter4j.api.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.
createFeatureSpecificRateLimitStatusFromResponseHeader(HttpResponse) - Static method in class twitter4j.RateLimitStatusJSONImpl
 
createFriendship(String) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(int) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String, boolean) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(int, boolean) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(int) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String, boolean) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(int, boolean) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String) - Method in class twitter4j.AsyncTwitter
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(int) - Method in class twitter4j.AsyncTwitter
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String, boolean) - Method in class twitter4j.AsyncTwitter
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(int, boolean) - Method in class twitter4j.AsyncTwitter
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String) - Method in class twitter4j.Twitter
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(int) - Method in class twitter4j.Twitter
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String, boolean) - Method in class twitter4j.Twitter
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(int, boolean) - Method in class twitter4j.Twitter
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendshipList(HttpResponse) - Static method in class twitter4j.FriendshipJSONImpl
 
createFromResponseHeader(HttpResponse) - Static method in class twitter4j.RateLimitStatusJSONImpl
 
createIDs(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a IDs object from rawJSON string.
createLocation(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Location object from rawJSON string.
createLocationList(HttpResponse) - Static method in class twitter4j.LocationJSONImpl
 
createLocationList(JSONArray) - Static method in class twitter4j.LocationJSONImpl
 
createObject(String) - Static method in class twitter4j.json.DataObjectFactory
Construct an object from rawJSON string.
createPagableUserList(HttpResponse) - Static method in class twitter4j.UserJSONImpl
 
createPagableUserListList(HttpResponse) - Static method in class twitter4j.UserListJSONImpl
 
createPlace(String, String, String, GeoLocation, String) - Method in interface twitter4j.api.GeoMethods
Creates a new place at the given latitude and longitude.
createPlace(String, String, String, GeoLocation, String) - Method in interface twitter4j.api.GeoMethodsAsync
Creates a new place at the given latitude and longitude.
createPlace(String, String, String, GeoLocation, String) - Method in class twitter4j.AsyncTwitter
 
createPlace(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Place object from rawJSON string.
createPlace(String, String, String, GeoLocation, String) - Method in class twitter4j.Twitter
Creates a new place at the given latitude and longitude.
createPlaceList(HttpResponse) - Static method in class twitter4j.PlaceJSONImpl
 
createPlaceList(JSONArray, HttpResponse) - Static method in class twitter4j.PlaceJSONImpl
 
createRateLimitStatus(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a RateLimitStatus object from rawJSON string.
createRelatedResults(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a RelatedResults object from rawJSON string.
createRelationship(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Relationship object from rawJSON string.
createRelationshipList(HttpResponse) - Static method in class twitter4j.RelationshipJSONImpl
 
createSavedSearch(String) - Method in interface twitter4j.api.SavedSearchesMethods
Creates a saved search for the authenticated user.
createSavedSearch(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a SavedSearch object from rawJSON string.
createSavedSearch(String) - Method in class twitter4j.Twitter
Creates a saved search for the authenticated user.
createSavedSearchList(HttpResponse) - Static method in class twitter4j.SavedSearchJSONImpl
 
createSimilarPlaces(HttpResponse) - Static method in class twitter4j.SimilarPlacesImpl
 
createStatus(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Status object from rawJSON string.
createStatusList(HttpResponse) - Static method in class twitter4j.StatusJSONImpl
 
createTrend(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Trend object from rawJSON string.
createTrends(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Trends object from rawJSON string.
createTrendsList(HttpResponse) - Static method in class twitter4j.TrendsJSONImpl
 
createTweet(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Tweet object from rawJSON string.
createUser(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a User object from rawJSON string.
createUserList(String, boolean, String) - Method in interface twitter4j.api.ListMethods
Creates a new list for the authenticated user.
createUserList(String, boolean, String) - Method in interface twitter4j.api.ListMethodsAsync
Creates a new list for the authenticated user.
createUserList(String, boolean, String) - Method in class twitter4j.AsyncTwitter
Creates a new list for the authenticated user.
createUserList(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a UserList object from rawJSON string.
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
 
createUserList(JSONArray, HttpResponse) - Static method in class twitter4j.UserJSONImpl
 
createUserListList(HttpResponse) - Static method in class twitter4j.UserListJSONImpl
 
CURRENT_TRENDS - Static variable in interface twitter4j.TwitterListener
 
CURRENT_TRENDS - Static variable in class twitter4j.TwitterMethod
 
CursorSupport - Interface in twitter4j
 

D

DAILY_TRENDS - Static variable in interface twitter4j.TwitterListener
 
DAILY_TRENDS - Static variable in class twitter4j.TwitterMethod
 
DALVIK - Static variable in class twitter4j.conf.ConfigurationBase
 
dalvikDetected - Static variable in class twitter4j.conf.ConfigurationBase
 
DataObjectFactory - Class in twitter4j.json
 
DataObjectFactory() - Constructor for class twitter4j.json.DataObjectFactory
 
debug - Variable in class twitter4j.conf.ConfigurationBase
 
DEBUG - Static variable in class twitter4j.conf.PropertyConfiguration
 
decode(String) - Static method in exception twitter4j.TwitterException
 
DEFAULT_CONFIGURATION_FACTORY - Static variable in class twitter4j.conf.ConfigurationContext
 
DEFAULT_OAUTH_ACCESS_TOKEN_URL - Static variable in class twitter4j.conf.ConfigurationBase
 
DEFAULT_OAUTH_AUTHENTICATION_URL - Static variable in class twitter4j.conf.ConfigurationBase
 
DEFAULT_OAUTH_AUTHORIZATION_URL - Static variable in class twitter4j.conf.ConfigurationBase
 
DEFAULT_OAUTH_REQUEST_TOKEN_URL - Static variable in class twitter4j.conf.ConfigurationBase
 
DEFAULT_REST_BASE_URL - Static variable in class twitter4j.conf.ConfigurationBase
 
DEFAULT_SEARCH_BASE_URL - Static variable in class twitter4j.conf.ConfigurationBase
 
DEFAULT_SITE_STREAM_BASE_URL - Static variable in class twitter4j.conf.ConfigurationBase
 
DEFAULT_STREAM_BASE_URL - Static variable in class twitter4j.conf.ConfigurationBase
 
DEFAULT_TWITPIC_API_KEY - Static variable in class twitter4j.util.ImageUpload
Deprecated.
 
DEFAULT_USER_STREAM_BASE_URL - Static variable in class twitter4j.conf.ConfigurationBase
 
defaultMaxPerRoute - Variable in class twitter4j.conf.ConfigurationBase
 
defaultMediaProvider - Variable in class twitter4j.media.ImageUploaderFactory
 
DELETE - Static variable in class twitter4j.json.JSONObjectType
 
DELETE_LIST_MEMBER - Static variable in interface twitter4j.TwitterListener
 
DELETE_LIST_MEMBER - Static variable in class twitter4j.TwitterMethod
 
deletedUserListMember(UserList) - Method in class twitter4j.TwitterAdapter
 
deletedUserListMember(UserList) - Method in interface twitter4j.TwitterListener
 
deleteUserListMember(int, int) - Method in interface twitter4j.api.ListMembersMethods
Removes the specified member from the list.
deleteUserListMember(int, int) - Method in interface twitter4j.api.ListMembersMethodsAsync
Removes the specified member from the list.
deleteUserListMember(int, int) - Method in class twitter4j.AsyncTwitter
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 interface twitter4j.TwitterListener
 
DESTROY_BLOCK - Static variable in class twitter4j.TwitterMethod
 
DESTROY_DIRECT_MESSAGE - Static variable in interface twitter4j.TwitterListener
 
DESTROY_DIRECT_MESSAGE - Static variable in class twitter4j.TwitterMethod
 
DESTROY_FAVORITE - Static variable in interface twitter4j.TwitterListener
 
DESTROY_FAVORITE - Static variable in class twitter4j.TwitterMethod
 
DESTROY_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
DESTROY_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
DESTROY_STATUS - Static variable in interface twitter4j.TwitterListener
 
DESTROY_STATUS - Static variable in class twitter4j.TwitterMethod
 
DESTROY_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
destroyBlock(String) - Method in interface twitter4j.api.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
Destroys the direct message specified in the required ID parameter.
destroyDirectMessage(int) - Method in class twitter4j.AsyncTwitter
Destroys the direct message specified in the required ID parameter.
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
 
destroyedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
destroyedUserList(UserList) - 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
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(int) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(int) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(String) - Method in class twitter4j.AsyncTwitter
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(int) - Method in class twitter4j.AsyncTwitter
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(String) - Method in class twitter4j.Twitter
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(int) - Method in class twitter4j.Twitter
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroySavedSearch(int) - Method in interface twitter4j.api.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.
Usage note: The authenticating user must be the author of the specified status.
destroyStatus(long) - Method in interface twitter4j.api.StatusMethodsAsync
Destroys the status specified by the required ID parameter.
Usage note: The authenticating user must be the author of the specified status.
destroyStatus(long) - Method in class twitter4j.AsyncTwitter
Destroys the status specified by the required ID parameter.
Usage note: The authenticating user must be the author of the specified status.
destroyStatus(long) - Method in class twitter4j.Twitter
Destroys the status specified by the required ID parameter.
Usage note: The authenticating user must be the author of the specified status.
destroyUserList(int) - Method in interface twitter4j.api.ListMethods
Deletes the specified list.
destroyUserList(int) - Method in interface twitter4j.api.ListMethodsAsync
Deletes the specified list.
destroyUserList(int) - Method in class twitter4j.AsyncTwitter
Deletes the specified list.
destroyUserList(int) - Method in class twitter4j.Twitter
Deletes the specified list.
determine(JSONObject) - Static method in class twitter4j.json.JSONObjectType
Determine the respective object type for a given JSONObject.
Device - Class in twitter4j
Deprecated.
Device() - Constructor for class twitter4j.Device
Deprecated.
 
Device(String) - Constructor for class twitter4j.Device
Deprecated.
 
DIRECT_MESSAGE - Static variable in class twitter4j.json.JSONObjectType
 
DIRECT_MESSAGE - Static variable in class twitter4j.TwitterMethod
 
DIRECT_MESSAGES - Static variable in interface twitter4j.TwitterListener
 
DIRECT_MESSAGES - Static variable in class twitter4j.TwitterMethod
 
DirectMessage - Interface in twitter4j
A data interface representing sent/received direct message.
directMessageConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
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 interface twitter4j.TwitterListener
 
DISABLE_NOTIFICATION - Static variable in class twitter4j.TwitterMethod
 
disabledNotification(User) - Method in class twitter4j.TwitterAdapter
 
disabledNotification(User) - Method in interface twitter4j.TwitterListener
 
disableNotification(String) - Method in interface twitter4j.api.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.
dispatcher - Variable in class twitter4j.AbstractStreamImplementation
 
dispatcher - Static variable in class twitter4j.AsyncTwitter
 
dispatcher - Static variable in class twitter4j.TwitterStream
 
dispatcherImpl - Variable in class twitter4j.conf.ConfigurationBase
 
displayCoordinates - Variable in class twitter4j.StatusUpdate
 
displayCoordinates(boolean) - Method in class twitter4j.StatusUpdate
 
displayURL - Variable in class twitter4j.URLEntityJSONImpl
 
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.
DSTROY_USER_LIST - Static variable in interface twitter4j.TwitterListener
 

E

ENABLE_NOTIFICATION - Static variable in interface twitter4j.TwitterListener
 
ENABLE_NOTIFICATION - Static variable in class twitter4j.TwitterMethod
 
enabledNotification(User) - Method in class twitter4j.TwitterAdapter
 
enabledNotification(User) - Method in interface twitter4j.TwitterListener
 
enableNotification(String) - Method in interface twitter4j.api.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.
encodeBasicAuthenticationString() - Method in class twitter4j.http.BasicAuthorization
 
encodeParameters(List<HttpParameter>) - Static method in class twitter4j.http.OAuthAuthorization
 
encodeParameters(List<HttpParameter>, String, boolean) - Static method in class twitter4j.http.OAuthAuthorization
 
end - Variable in class twitter4j.HashtagEntityJSONImpl
 
end - Variable in class twitter4j.URLEntityJSONImpl
 
end - Variable in class twitter4j.UserMentionEntityJSONImpl
 
ensureAuthorizationEnabled() - Method in class twitter4j.TwitterBase
 
ensureBasicEnabled(Authorization) - Static method in class twitter4j.util.ImageUpload
Deprecated.
 
ensureListenerIsSet() - Method in class twitter4j.TwitterStream
check if any listener is set.
ensureOAuthEnabled() - Method in class twitter4j.TwitterBase
 
ensureStatusStreamListenerIsSet() - Method in class twitter4j.TwitterStream
 
ensureTokenIsAvailable() - Method in class twitter4j.http.OAuthAuthorization
 
equals(Object) - Method in class twitter4j.AccountTotalsJSONImpl
 
equals(Object) - Method in class twitter4j.Annotation
 
equals(Object) - Method in class twitter4j.Annotations
 
equals(Object) - Method in class twitter4j.CategoryJSONImpl
 
equals(Object) - Method in class twitter4j.Device
Deprecated.
 
equals(Object) - Method in class twitter4j.DirectMessageJSONImpl
 
equals(Object) - Method in class twitter4j.ExceptionDiagnosis
 
equals(Object) - Method in class twitter4j.FilterQuery
 
equals(Object) - Method in class twitter4j.FriendshipJSONImpl
 
equals(Object) - Method in class twitter4j.GeoLocation
 
equals(Object) - Method in class twitter4j.GeoQuery
 
equals(Object) - Method in class twitter4j.HashtagEntityJSONImpl
 
equals(Object) - Method in class twitter4j.http.AccessToken
 
equals(Object) - Method in class twitter4j.http.BasicAuthorization
 
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.IDsJSONImpl
 
equals(Object) - Method in class twitter4j.json.JSONObjectType
 
equals(Object) - Method in class twitter4j.LocationJSONImpl
 
equals(Object) - Method in class twitter4j.media.MediaProvider
 
equals(Object) - Method in class twitter4j.Paging
 
equals(Object) - Method in class twitter4j.PlaceJSONImpl
 
equals(Object) - Method in class twitter4j.ProfileImage.ImageSize
 
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.RelatedResultsJSONImpl
 
equals(Object) - Method in class twitter4j.RelationshipJSONImpl
 
equals(Object) - Method in class twitter4j.SavedSearchJSONImpl
 
equals(Object) - Method in class twitter4j.StatusDeletionNoticeImpl
 
equals(Object) - Method in class twitter4j.StatusJSONImpl
 
equals(Object) - Method in class twitter4j.StatusUpdate
 
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 exception twitter4j.TwitterException
 
equals(Object) - Method in class twitter4j.TwitterMethod
 
equals(Object) - Method in class twitter4j.TwitterOAuthSupportBase
 
equals(Object) - Method in class twitter4j.URLEntityJSONImpl
 
equals(Object) - Method in class twitter4j.UserJSONImpl
 
equals(Object) - Method in class twitter4j.UserListJSONImpl
 
equals(Object) - Method in class twitter4j.UserMentionEntityJSONImpl
 
exceededRateLimitation() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by rate limitation exceed
ExceptionDiagnosis - Class in twitter4j
 
ExceptionDiagnosis(Throwable) - Constructor for class twitter4j.ExceptionDiagnosis
 
ExceptionDiagnosis(Throwable, String[]) - Constructor for class twitter4j.ExceptionDiagnosis
 
EXISTS_BLOCK - Static variable in interface twitter4j.TwitterListener
 
EXISTS_BLOCK - Static variable in class twitter4j.TwitterMethod
 
EXISTS_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
EXISTS_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
existsBlock(String) - Method in interface twitter4j.api.BlockMethods
Returns if the authenticating user is blocking a target user.
existsBlock(int) - Method in interface twitter4j.api.BlockMethods
Returns if the authenticating user is blocking a target user.
existsBlock(String) - Method in interface twitter4j.api.BlockMethodsAsync
Returns if the authenticating user is blocking a target user.
existsBlock(int) - Method in interface twitter4j.api.BlockMethodsAsync
Returns if the authenticating user is blocking a target user.
existsBlock(String) - Method in class twitter4j.AsyncTwitter
Returns if the authenticating user is blocking a target user.
existsBlock(int) - Method in class twitter4j.AsyncTwitter
Returns if the authenticating user is blocking a target user.
existsBlock(String) - Method in class twitter4j.Twitter
Returns if the authenticating user is blocking a target user.
existsBlock(int) - Method in class twitter4j.Twitter
Returns if the authenticating user is blocking a target user.
existsFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethods
Tests for the existence of friendship between two users.
existsFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Tests for the existence of friendship between two users.
existsFriendship(String, String) - Method in class twitter4j.AsyncTwitter
Tests for the existence of friendship between two users.
existsFriendship(String, String) - Method in class twitter4j.Twitter
Tests for the existence of friendship between two users.
expandedURL - Variable in class twitter4j.URLEntityJSONImpl
 
extractLocation(JSONObject) - Static method in class twitter4j.TrendsJSONImpl
 

F

factory - Static variable in class twitter4j.conf.ConfigurationContext
 
FAVORITE - Static variable in class twitter4j.json.JSONObjectType
 
FavoriteMethods - Interface in twitter4j.api
 
FavoriteMethodsAsync - Interface in twitter4j.api
 
favorites - Variable in class twitter4j.AccountTotalsJSONImpl
 
FAVORITES - Static variable in interface twitter4j.TwitterListener
 
FAVORITES - Static variable in class twitter4j.TwitterMethod
 
favouritesCount - Variable in class twitter4j.UserJSONImpl
 
featureSpecificRateLimitStatus - Variable in class twitter4j.ResponseListImpl
 
featureSpecificRateLimitStatus - Variable in exception twitter4j.TwitterException
 
FILTER - Static variable in exception twitter4j.TwitterException
 
filter(FilterQuery) - Method in class twitter4j.TwitterStream
Start consuming public statuses that match one or more filter predicates.
filter(int, int[], String[]) - Method in class twitter4j.TwitterStream
Deprecated.
FilterQuery - Class in twitter4j
 
FilterQuery() - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
FilterQuery(int[]) - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
FilterQuery(int, int[]) - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
FilterQuery(int, int[], String[]) - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
FilterQuery(int, int[], String[], double[][]) - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
firehose(int) - Method in class twitter4j.TwitterStream
Starts listening on all public statuses.
fixRestBaseURL() - Method in class twitter4j.conf.ConfigurationBase
 
fixURL(boolean, String) - Static method in class twitter4j.conf.ConfigurationBase
 
follow - Variable in class twitter4j.FilterQuery
 
follow(int[]) - Method in class twitter4j.FilterQuery
Sets follow
FOLLOW - Static variable in class twitter4j.json.JSONObjectType
 
followedBy - Variable in class twitter4j.FriendshipJSONImpl
 
followers - Variable in class twitter4j.AccountTotalsJSONImpl
 
FOLLOWERS_IDS - Static variable in interface twitter4j.TwitterListener
 
FOLLOWERS_IDS - Static variable in class twitter4j.TwitterMethod
 
FOLLOWERS_STATUSES - Static variable in interface twitter4j.TwitterListener
 
FOLLOWERS_STATUSES - Static variable in class twitter4j.TwitterMethod
 
followersCount - Variable in class twitter4j.UserJSONImpl
 
following - Variable in class twitter4j.FriendshipJSONImpl
 
following - Variable in class twitter4j.UserListJSONImpl
 
forUser - Static variable in class twitter4j.SiteStreamsImpl
 
friends - Variable in class twitter4j.AccountTotalsJSONImpl
 
FRIENDS - Static variable in class twitter4j.json.JSONObjectType
 
FRIENDS_IDS - Static variable in interface twitter4j.TwitterListener
 
FRIENDS_IDS - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_STATUSES - Static variable in interface twitter4j.TwitterListener
 
FRIENDS_STATUSES - Static variable in class twitter4j.TwitterMethod
 
FRIENDS_TIMELINE - Static variable in interface twitter4j.TwitterListener
 
FRIENDS_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
friendsCount - Variable in class twitter4j.UserJSONImpl
 
FriendsFollowersMethods - Interface in twitter4j.api
 
FriendsFollowersMethodsAsync - Interface in twitter4j.api
 
Friendship - Interface in twitter4j
 
FriendshipJSONImpl - Class in twitter4j
 
FriendshipJSONImpl(HttpResponse) - Constructor for class twitter4j.FriendshipJSONImpl
 
FriendshipJSONImpl(JSONObject) - Constructor for class twitter4j.FriendshipJSONImpl
 
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.PlaceJSONImpl
 
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
 
generateOAuthSignatureHttpParams(String, String) - 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
 
generateSignedVerifyCredentialsURL() - Method in class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
generateSignedVerifyCredentialsURL() - Method in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
generateVerifyCredentialsAuthorizationHeader(String) - Method in class twitter4j.media.AbstractImageUploadImpl
 
generateVerifyCredentialsAuthorizationHeader() - Method in class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
generateVerifyCredentialsAuthorizationHeader() - Method in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
generateVerifyCredentialsAuthorizationHeader() - Method in class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
generateVerifyCredentialsAuthorizationHeader() - Method in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
generateVerifyCredentialsAuthorizationURL(String) - Method in class twitter4j.media.AbstractImageUploadImpl
 
GEO_DETAILS - Static variable in interface twitter4j.TwitterListener
 
GEO_DETAILS - Static variable in class twitter4j.TwitterMethod
 
GEO_ENABLED - Variable in class twitter4j.AccountSettingsJSONImpl
 
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
 
GeoMethods - Interface in twitter4j.api
 
GeoMethodsAsync - Interface in twitter4j.api
 
geometryCoordinates - Variable in class twitter4j.PlaceJSONImpl
 
geometryType - Variable in class twitter4j.PlaceJSONImpl
 
GeoQuery - Class in twitter4j
 
GeoQuery(GeoLocation) - Constructor for class twitter4j.GeoQuery
Creates a GeoQuery with the specified location
GeoQuery(String) - Constructor for class twitter4j.GeoQuery
Creates a GeoQuery with the specified IP address
getAccessToken() - Method in class twitter4j.http.RequestToken
getAccessToken(String) - Method in class twitter4j.http.RequestToken
getAccountSettings() - Method in interface twitter4j.api.AccountMethods
Returns the current trend, geo and sleep time information for the authenticating user.
getAccountSettings() - Method in interface twitter4j.api.AccountMethodsAsync
Returns the current trend, geo and sleep time information for the authenticating user.
getAccountSettings() - Method in class twitter4j.AsyncTwitter
Returns the current trend, geo and sleep time information for the authenticating user.
getAccountSettings() - Method in class twitter4j.Twitter
Returns the current trend, geo and sleep time information for the authenticating user.
getAccountTotals() - Method in interface twitter4j.api.AccountMethods
Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user.
getAccountTotals() - Method in interface twitter4j.api.AccountMethodsAsync
Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user.
getAccountTotals() - Method in class twitter4j.AsyncTwitter
Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user.
getAccountTotals() - Method in class twitter4j.Twitter
Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user.
getAccuracy() - Method in class twitter4j.GeoQuery
 
getAllSubscribingUserLists(String) - Method in interface twitter4j.api.ListMethodsAsync
Returns all lists the authenticating or specified user subscribes to, including their own.
getAllSubscribingUserLists(int) - Method in interface twitter4j.api.ListMethodsAsync
Returns all lists the authenticating or specified user subscribes to, including their own.
getAllSubscribingUserLists(String) - Method in class twitter4j.AsyncTwitter
Returns all lists the authenticating or specified user subscribes to, including their own.
getAllSubscribingUserLists(int) - Method in class twitter4j.AsyncTwitter
Returns all lists the authenticating or specified user subscribes to, including their own.
getAllUserLists(String) - Method in interface twitter4j.api.ListMethods
Returns all lists the authenticating or specified user subscribes to, including their own.
getAllUserLists(int) - Method in interface twitter4j.api.ListMethods
Returns all lists the authenticating or specified user subscribes to, including their own.
getAllUserLists(String) - Method in class twitter4j.Twitter
Returns all lists the authenticating or specified user subscribes to, including their own.
getAllUserLists(int) - Method in class twitter4j.Twitter
Returns all lists the authenticating or specified user subscribes to, including their own.
getAnnotations() - Method in class twitter4j.Annotations
 
getAnnotations() - Method in interface twitter4j.Status
Returns the annotations, or null if no annotations are associated with this status.
getAnnotations() - Method in class twitter4j.StatusJSONImpl
Returns the annotations, or null if no annotations are associated with this status.
getAnnotations() - Method in class twitter4j.StatusUpdate
 
getAnnotations() - Method in interface twitter4j.Tweet
Returns the annotations of the tweet.
getAnnotations() - Method in class twitter4j.TweetJSONImpl
Returns the annotations of the tweet.
getAsOf() - Method in interface twitter4j.Trends
 
getAsOf() - Method in class twitter4j.TrendsJSONImpl
getAsyncNumThreads() - Method in class twitter4j.conf.ConfigurationBase
 
getAttributes() - Method in class twitter4j.Annotation
 
getAuthenticationURL() - Method in class twitter4j.http.RequestToken
 
getAuthorization() - Method in class twitter4j.TwitterBase
Returns the authorization scheme for this instance.
The returned type will be either of BasicAuthorization, OAuthAuthorization, or NullAuthorization
getAuthorizationHeader(HttpRequest) - Method in interface twitter4j.http.Authorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.http.BasicAuthorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.http.NullAuthorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.http.OAuthAuthorization
 
getAuthorizationURL() - Method in class twitter4j.http.RequestToken
 
getAvailableTrends() - Method in interface twitter4j.api.LocalTrendsMethods
Returns the locations that Twitter has trending topic information for.
getAvailableTrends(GeoLocation) - Method in interface twitter4j.api.LocalTrendsMethods
Returns the sorted locations that Twitter has trending topic information for.
getAvailableTrends() - Method in interface twitter4j.api.LocalTrendsMethodsAsync
Retrieves the locations that Twitter has trending topic information for.
getAvailableTrends(GeoLocation) - Method in interface twitter4j.api.LocalTrendsMethodsAsync
Retrieves the sorted locations that Twitter has trending topic information for.
getAvailableTrends() - Method in class twitter4j.AsyncTwitter
Retrieves the locations that Twitter has trending topic information for.
getAvailableTrends(GeoLocation) - Method in class twitter4j.AsyncTwitter
Retrieves the sorted locations that Twitter has trending topic information for.
getAvailableTrends() - Method in class twitter4j.Twitter
Returns the locations that Twitter has trending topic information for.
getAvailableTrends(GeoLocation) - Method in class twitter4j.Twitter
Returns the sorted locations that Twitter has trending topic information for.
getBasicAuthorizationInstance(String, String) - Static method in class twitter4j.http.AuthorizationFactory
Deprecated.
The @twitterapi team will be shutting off basic authentication on the Twitter API. All applications, by this date, need to switch to using OAuth. Read more »
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
 
getBoundingBoxCoordinates() - Method in interface twitter4j.Place
 
getBoundingBoxCoordinates() - Method in class twitter4j.PlaceJSONImpl
 
getBoundingBoxType() - Method in interface twitter4j.Place
 
getBoundingBoxType() - Method in class twitter4j.PlaceJSONImpl
 
getCause(HttpResponse) - Static method in exception twitter4j.TwitterException
 
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
getConfiguration() - Method in class twitter4j.TwitterBase
Returns the configuration associated with this instance
getContainedWithIn() - Method in interface twitter4j.Place
 
getContainedWithIn() - Method in class twitter4j.PlaceJSONImpl
 
getContributors() - Method in interface twitter4j.Status
Returns an array of contributors, or null if no contributor is associated with this status.
getContributors() - Method in class twitter4j.StatusJSONImpl
Returns an array of contributors, or null if no contributor is associated with this status.
getCount() - Method in class twitter4j.Paging
 
getCountry() - Method in interface twitter4j.Place
 
getCountry() - Method in class twitter4j.PlaceJSONImpl
 
getCountryCode() - Method in interface twitter4j.Location
 
getCountryCode() - Method in class twitter4j.LocationJSONImpl
getCountryCode() - Method in interface twitter4j.Place
 
getCountryCode() - Method in class twitter4j.PlaceJSONImpl
 
getCountryName() - Method in interface twitter4j.Location
 
getCountryName() - Method in class twitter4j.LocationJSONImpl
getCountStream(String, int) - Method in class twitter4j.TwitterStream
 
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.TrendsMethods
Returns the current top 10 trending topics on Twitter.
getCurrentTrends(boolean) - Method in interface twitter4j.api.TrendsMethods
Returns the current top 10 trending topics on Twitter.
getCurrentTrends() - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the current top 10 trending topics on Twitter.
getCurrentTrends(boolean) - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the current top 10 trending topics on Twitter.
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.TrendsMethods
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in interface twitter4j.api.TrendsMethods
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends() - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends() - Method in class twitter4j.AsyncTwitter
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in class twitter4j.AsyncTwitter
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends() - Method in class twitter4j.Twitter
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in class twitter4j.Twitter
Returns the top 20 trending topics for each hour in a given day.
getDescription() - Method in interface twitter4j.User
Returns the description of the user
getDescription() - Method in 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
getDirectMessage(int) - Method in interface twitter4j.api.DirectMessageMethods
Returns a single direct message, specified by an id parameter.
getDirectMessage(int) - Method in interface twitter4j.api.DirectMessageMethodsAsync
Returns a single direct message, specified by an id parameter.
getDirectMessage(int) - Method in class twitter4j.AsyncTwitter
Returns a single direct message, specified by an id parameter.
getDirectMessage(int) - Method in class twitter4j.Twitter
Returns a single direct message, specified by an id parameter.
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() - 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
 
getDispatcher() - Method in class twitter4j.TwitterStream
 
getDispatcherImpl() - Method in class twitter4j.conf.ConfigurationBase
 
getDisplayURL() - Method in interface twitter4j.URLEntity
Returns the display URL if mentioned URL is shorten.
getDisplayURL() - Method in class twitter4j.URLEntityJSONImpl
Returns the display URL if mentioned URL is shorten.
getEnd() - Method in interface twitter4j.HashtagEntity
Returns the index of the end character of the hashtag.
getEnd() - Method in class twitter4j.HashtagEntityJSONImpl
Returns the index of the end character of the hashtag.
getEnd() - Method in interface twitter4j.URLEntity
Returns the index of the end character of the URL mentioned in the tweet.
getEnd() - Method in class twitter4j.URLEntityJSONImpl
Returns the index of the end character of the URL mentioned in the tweet.
getEnd() - Method in interface twitter4j.UserMentionEntity
Returns the index of the end character of the user mention.
getEnd() - Method in class twitter4j.UserMentionEntityJSONImpl
Returns the index of the end character of the user mention.
getExceptionCode() - Method in exception twitter4j.TwitterException
Returns a hexadecimal representation of this exception stacktrace.
An exception code is a hexadecimal representation of the stacktrace which enables it easier to Google known issues.
Format : XXXXXXXX:YYYYYYYY[ XX:YY]
Where XX is a hash code of stacktrace without line number
YY is a hash code of stacktrace excluding line number
[-XX:YY] will appear when this instance a root cause
getExpandedURL() - Method in interface twitter4j.URLEntity
Returns the expanded URL if mentioned URL is shorten.
getExpandedURL() - Method in class twitter4j.URLEntityJSONImpl
Returns the expanded URL if mentioned URL is shorten.
getFavorites() - Method in interface twitter4j.AccountTotals
Returns the number of total favorites.
getFavorites() - Method in class twitter4j.AccountTotalsJSONImpl
 
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
getFeatureSpecificRateLimitStatus() - Method in interface twitter4j.ResponseList
Returns the current feature-specific rate limit status if available.
This method is available in conjunction with Twitter#searchUsers()
getFeatureSpecificRateLimitStatus() - Method in class twitter4j.ResponseListImpl
Returns the current feature-specific rate limit status if available.
This method is available in conjunction with Twitter#searchUsers()
getFeatureSpecificRateLimitStatus() - Method in exception twitter4j.TwitterException
Returns the current feature-specific rate limit status if available.
This method is available in conjunction with Twitter#searchUsers()
getFilterStream(FilterQuery) - Method in class twitter4j.TwitterStream
Returns public statuses that match one or more filter predicates.
getFilterStream(int, int[], String[]) - Method in class twitter4j.TwitterStream
getFirehoseStream(int) - Method in class twitter4j.TwitterStream
Returns a status stream of all public statuses.
getFollowers() - Method in interface twitter4j.AccountTotals
Returns the number of total followers.
getFollowers() - Method in class twitter4j.AccountTotalsJSONImpl
 
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.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int, long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs() - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int, long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is followed by.
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.
getFriends() - Method in interface twitter4j.AccountTotals
Returns the number of total friends.
getFriends() - Method in class twitter4j.AccountTotalsJSONImpl
 
getFriendsCount() - Method in interface twitter4j.User
 
getFriendsCount() - Method in class twitter4j.UserJSONImpl
getFriendsIDs() - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(int) - Method in interface twitter4j.api.FriendsFollowersMethods
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.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs() - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(int) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(int, long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersMethodsAsync
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs() - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(int) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(int, long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs() - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(int) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
all IDs are attempted to be returned, but large sets of IDs will likely fail with timeout errors.
getFriendsIDs(int, long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsStatuses() - Method in interface twitter4j.api.UserMethods
Returns a user's friends, each with current status inline.
getFriendsStatuses(long) - Method in interface twitter4j.api.UserMethods
Returns a user's friends, each with current status inline.
getFriendsStatuses(String) - Method in interface twitter4j.api.UserMethods
Returns a user's friends, each with current status inline.
getFriendsStatuses(int) - Method in interface twitter4j.api.UserMethods
Returns a user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in interface twitter4j.api.UserMethods
Returns a user's friends, each with current status inline.
getFriendsStatuses(int, long) - Method in interface twitter4j.api.UserMethods
Returns a 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 a user's friends, each with current status inline.
getFriendsStatuses(String) - Method in interface twitter4j.api.UserMethodsAsync
Returns a user's friends, each with current status inline.
getFriendsStatuses(int) - Method in interface twitter4j.api.UserMethodsAsync
Returns a user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in interface twitter4j.api.UserMethodsAsync
Returns a user's friends, each with current status inline.
getFriendsStatuses(int, long) - Method in interface twitter4j.api.UserMethodsAsync
Returns a 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 a user's friends, each with current status inline.
getFriendsStatuses(String) - Method in class twitter4j.AsyncTwitter
Returns a user's friends, each with current status inline.
getFriendsStatuses(int) - Method in class twitter4j.AsyncTwitter
Returns a user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in class twitter4j.AsyncTwitter
Returns a user's friends, each with current status inline.
getFriendsStatuses(int, long) - Method in class twitter4j.AsyncTwitter
Returns a user's friends, each with current status inline.
getFriendsStatuses() - Method in class twitter4j.Twitter
Returns a user's friends, each with current status inline.
getFriendsStatuses(long) - Method in class twitter4j.Twitter
Returns a user's friends, each with current status inline.
getFriendsStatuses(String) - Method in class twitter4j.Twitter
Returns a user's friends, each with current status inline.
getFriendsStatuses(int) - Method in class twitter4j.Twitter
Returns a user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in class twitter4j.Twitter
Returns a user's friends, each with current status inline.
getFriendsStatuses(int, long) - Method in class twitter4j.Twitter
Returns a user's friends, each with current status inline.
getFriendsTimeline() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFriendsTimeline(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFriendsTimeline() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFriendsTimeline(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFriendsTimeline() - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFriendsTimeline(Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFriendsTimeline() - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFriendsTimeline(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
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.Place
 
getFullName() - Method in class twitter4j.PlaceJSONImpl
 
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
Returns the specified geocode
getGeoDetails(String) - Method in interface twitter4j.api.GeoMethods
Find out more details of a place that was returned from the GeoMethodsAsync.reverseGeoCode(twitter4j.GeoQuery) method.
getGeoDetails(String) - Method in interface twitter4j.api.GeoMethodsAsync
Find out more details of a place that was returned from the GeoMethodsAsync.reverseGeoCode(twitter4j.GeoQuery) method.
getGeoDetails(String) - Method in class twitter4j.AsyncTwitter
Find out more details of a place that was returned from the GeoMethodsAsync.reverseGeoCode(twitter4j.GeoQuery) method.
getGeoDetails(String) - Method in class twitter4j.Twitter
Find out more details of a place that was returned from the GeoMethodsAsync.reverseGeoCode(twitter4j.GeoQuery) method.
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.
getGeometryCoordinates() - Method in interface twitter4j.Place
 
getGeometryCoordinates() - Method in class twitter4j.PlaceJSONImpl
 
getGeometryType() - Method in interface twitter4j.Place
 
getGeometryType() - Method in class twitter4j.PlaceJSONImpl
 
getGranularity() - Method in class twitter4j.GeoQuery
 
getHashtagEntities() - Method in interface twitter4j.Status
Returns an array if hashtag mentioned in the tweet, or null if no hashtag were mentioned.
getHashtagEntities() - Method in class twitter4j.StatusJSONImpl
Returns an array if hashtag mentioned in the tweet, or null if no hashtag were mentioned.
getHashtags() - Method in interface twitter4j.Status
Deprecated.
getHashtags() - Method in class twitter4j.StatusJSONImpl
Returns an array of hashtags mentioned in the tweet, or null if no hashtags were mentioned.
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 class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpDefaultMaxPerRoute() - Method in interface twitter4j.conf.Configuration
 
getHttpDefaultMaxPerRoute() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpDefaultMaxPerRoute() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpMaxTotalConnections() - Method in interface twitter4j.conf.Configuration
 
getHttpMaxTotalConnections() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpMaxTotalConnections() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpProxyHost() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyHost() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpProxyHost() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpProxyPassword() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyPassword() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpProxyPassword() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpProxyPort() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyPort() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpProxyPort() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpProxyUser() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyUser() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpProxyUser() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpReadTimeout() - Method in interface twitter4j.conf.Configuration
 
getHttpReadTimeout() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpReadTimeout() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpRetryCount() - Method in interface twitter4j.conf.Configuration
 
getHttpRetryCount() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpRetryCount() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpRetryIntervalSeconds() - Method in interface twitter4j.conf.Configuration
 
getHttpRetryIntervalSeconds() - Method in class twitter4j.conf.ConfigurationBase
 
getHttpRetryIntervalSeconds() - Method in class twitter4j.StreamingReadTimeoutConfiguration
 
getHttpStreamingReadTimeout() - Method in interface twitter4j.conf.Configuration
 
getHttpStreamingReadTimeout() - Method in class twitter4j.conf.ConfigurationBase
 
getId() - Method in class twitter4j.AsyncTwitter
Returns authenticating user's user id.
This method may internally call verifyCredentials() on the first invocation if
- this instance is authenticated by Basic and email address is supplied instead of screen name, or - this instance is authenticated by OAuth.
getId() - Method in interface twitter4j.DirectMessage
 
getId() - Method in class twitter4j.DirectMessageJSONImpl
getId() - Method in interface twitter4j.Friendship
 
getId() - Method in class twitter4j.FriendshipJSONImpl
 
getId() - Method in interface twitter4j.Place
 
getId() - Method in class twitter4j.PlaceJSONImpl
 
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 class twitter4j.Twitter
Returns authenticating user's user id.
This method may internally call verifyCredentials() on the first invocation if
- this instance is authenticated by Basic and email address is supplied instead of screen name, or - this instance is authenticated by OAuth.
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
getId() - Method in interface twitter4j.UserMentionEntity
Returns the user id mentioned in the status.
getId() - Method in class twitter4j.UserMentionEntityJSONImpl
Returns the user id mentioned in the status.
getIDs() - Method in interface twitter4j.IDs
 
getIDs() - Method in class twitter4j.IDsJSONImpl
getImgLyUploader(OAuthAuthorization) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
getIncomingFriendships(long) - Method in interface twitter4j.api.FriendshipMethods
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
getIncomingFriendships(long) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
getIncomingFriendships(long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
getIncomingFriendships(long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
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
getInReplyToStatusId() - Method in class twitter4j.StatusUpdate
 
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() - Method in class twitter4j.AsyncTwitterFactory
Returns a default singleton instance.
getInstance(String, String) - Method in class twitter4j.AsyncTwitterFactory
Returns an XAuth Authenticated instance.
getInstance(AccessToken) - Method in class twitter4j.AsyncTwitterFactory
Returns a OAuth Authenticated instance.
consumer key and consumer Secret must be provided by twitter4j.properties, or system properties.
Unlike AsyncTwitter.setOAuthAccessToken(twitter4j.http.AccessToken), this factory method potentially returns a cached instance.
getInstance(Authorization) - Method in class twitter4j.AsyncTwitterFactory
Deprecated. 
getInstance(Configuration, Authorization) - Method in class twitter4j.AsyncTwitterFactory
 
getInstance(Configuration) - 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
Deprecated.
 
getInstance(JSONObject) - Static method in class twitter4j.GeoLocation
returns a GeoLocation instance if a "geo" element is found.
getInstance(Configuration, boolean) - Static method in class twitter4j.http.AuthorizationFactory
 
getInstance() - Static method in class twitter4j.http.NullAuthorization
 
getInstance() - Method in class twitter4j.media.ImageUploaderFactory
Returns an ImageUploader instance associated with the default media provider
getInstance(MediaProvider) - Method in class twitter4j.media.ImageUploaderFactory
Returns an ImageUploader instance associated with the specified media provider
getInstance(String) - Static method in class twitter4j.media.MediaProvider
 
getInstance(String) - Static method in class twitter4j.ProfileImage.ImageSize
 
getInstance() - Method in class twitter4j.TwitterFactory
Returns a instance.
getInstance(AccessToken) - Method in class twitter4j.TwitterFactory
Returns a OAuth Authenticated instance.
consumer key and consumer Secret must be provided by twitter4j.properties, or system properties.
Unlike TwitterOAuthSupportBaseImpl.setOAuthAccessToken(twitter4j.http.AccessToken), this factory method potentially returns a cached instance.
getInstance(String, String) - Method in class twitter4j.TwitterFactory
Returns an XAuth Authenticated instance.
getInstance(Authorization) - Method in class twitter4j.TwitterFactory
Deprecated. 
getInstance(Configuration, Authorization) - Method in class twitter4j.TwitterFactory
 
getInstance(String) - Static method in class twitter4j.TwitterMethod
 
getInstance() - Method in class twitter4j.TwitterStreamFactory
Returns an instance.
getInstance(String, String) - Method in class twitter4j.TwitterStreamFactory
Returns an XAuth Authenticated instance.
getInstance(AccessToken) - Method in class twitter4j.TwitterStreamFactory
Returns a OAuth Authenticated instance.
consumer key and consumer Secret must be provided by twitter4j.properties, or system properties.
getInstance(Authorization) - Method in class twitter4j.TwitterStreamFactory
Deprecated. 
getInstance(Configuration, Authorization) - Method in class twitter4j.TwitterStreamFactory
 
getInstance(Configuration) - Method in class twitter4j.TwitterStreamFactory
 
getIntProperty(Properties, String, String) - Method in class twitter4j.conf.PropertyConfiguration
 
getIp() - Method in class twitter4j.GeoQuery
 
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
Returns the lang
getLang() - Method in interface twitter4j.User
Returns the preferred language of the user
getLang() - Method in class twitter4j.UserJSONImpl
Returns the preferred language of the user
getLatitude() - Method in class twitter4j.GeoLocation
returns the latitude of the geo location
getLineNumberHash() - Method in class twitter4j.ExceptionDiagnosis
 
getLinksStream(int) - Method in class twitter4j.TwitterStream
Returns a status stream of all public statuses containing links.
getListedCount() - Method in interface twitter4j.User
Returns the number of public lists the user is listed on, or -1 if the count is unavailable.
getListedCount() - Method in class twitter4j.UserJSONImpl
Returns the number of public lists the user is listed on, or -1 if the count is unavailable.
getLocale() - Method in class twitter4j.Query
Returns the language of the query you are sending (only ja is currently effective).
getLocation() - Method in class twitter4j.GeoQuery
 
getLocation() - Method in class twitter4j.StatusUpdate
 
getLocation() - Method in interface twitter4j.Trends
Returns the location associated with the trends.
This method is effective only with getLocalTrends() method.
i.e.
getLocation() - Method in class twitter4j.TrendsJSONImpl
Returns the location associated with the trends.
This method is effective only with getLocalTrends() method.
i.e.
getLocation() - Method in interface twitter4j.Tweet
Returns the textual location where this tweet was posted.
getLocation() - Method in class twitter4j.TweetJSONImpl
Returns the textual location where this tweet was posted.
getLocation() - Method in interface twitter4j.User
Returns the location of the user
getLocation() - Method in class twitter4j.UserJSONImpl
Returns the location of the user
getLocationTrends(int) - Method in interface twitter4j.api.LocalTrendsMethods
Returns the top 10 trending topics for a specific location Twitter has trending topic information for.
getLocationTrends(int) - Method in interface twitter4j.api.LocalTrendsMethodsAsync
Retrieves the top 10 trending topics for a specific location Twitter has trending topic information for.
getLocationTrends(int) - Method in class twitter4j.AsyncTwitter
Retrieves the top 10 trending topics for a specific location Twitter has trending topic information for.
getLocationTrends(int) - Method in class twitter4j.Twitter
Returns the top 10 trending topics for a specific location Twitter has trending topic information for.
getLongitude() - Method in class twitter4j.GeoLocation
returns the longitude of the geo location
getMaxId() - Method in class twitter4j.Paging
 
getMaxId() - Method in class twitter4j.Query
Returns tweets with status ids less than the given id.
getMaxId() - Method in interface twitter4j.QueryResult
 
getMaxId() - Method in class twitter4j.QueryResultJSONImpl
getMaxResults() - Method in class twitter4j.GeoQuery
 
getMediaProvider() - Method in interface twitter4j.conf.Configuration
 
getMediaProvider() - Method in class twitter4j.conf.ConfigurationBase
 
getMediaProviderAPIKey() - Method in interface twitter4j.conf.Configuration
 
getMediaProviderAPIKey() - Method in class twitter4j.conf.ConfigurationBase
 
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
getMemberSuggestions(String) - Method in interface twitter4j.api.UserMethods
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
getMemberSuggestions(String) - Method in interface twitter4j.api.UserMethodsAsync
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
getMemberSuggestions(String) - Method in class twitter4j.AsyncTwitter
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
getMemberSuggestions(String) - Method in class twitter4j.Twitter
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
getMentions() - Method in interface twitter4j.api.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 interface twitter4j.Category
 
getName() - Method in class twitter4j.CategoryJSONImpl
 
getName() - Method in class twitter4j.Device
Deprecated.
 
getName() - Method in interface twitter4j.Friendship
 
getName() - Method in class twitter4j.FriendshipJSONImpl
 
getName() - Method in class twitter4j.json.JSONObjectType
 
getName() - Method in interface twitter4j.Location
 
getName() - Method in class twitter4j.LocationJSONImpl
getName() - Method in class twitter4j.media.MediaProvider
 
getName() - Method in interface twitter4j.Place
 
getName() - Method in class twitter4j.PlaceJSONImpl
 
getName() - Method in class twitter4j.ProfileImage.ImageSize
 
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
getName() - Method in interface twitter4j.UserMentionEntity
Returns the name mentioned in the status.
getName() - Method in class twitter4j.UserMentionEntityJSONImpl
Returns the name mentioned in the status.
getNearbyPlaces(GeoQuery) - Method in interface twitter4j.api.GeoMethods
Deprecated.
getNearbyPlaces(GeoQuery) - Method in interface twitter4j.api.GeoMethodsAsync
Deprecated.
getNearbyPlaces(GeoQuery) - Method in class twitter4j.AsyncTwitter
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
getNearbyPlaces(GeoQuery) - Method in class twitter4j.Twitter
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
getNextCursor() - Method in interface twitter4j.CursorSupport
 
getNextCursor() - Method in interface twitter4j.IDs
 
getNextCursor() - Method in class twitter4j.IDsJSONImpl
getNextCursor() - Method in interface twitter4j.PagableResponseList
 
getNextCursor() - Method in class twitter4j.PagableResponseListImpl
getOAuth() - Method in class twitter4j.TwitterOAuthSupportBaseImpl
 
getOAuthAccessToken() - Method in class twitter4j.AsyncTwitter
Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new access token.
getOAuthAccessToken(String) - Method in class twitter4j.AsyncTwitter
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in class twitter4j.AsyncTwitter
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.AsyncTwitter
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(String, String) - Method in class twitter4j.AsyncTwitter
getOAuthAccessToken(String, String, String) - Method in class twitter4j.AsyncTwitter
Retrieves an access token associated with the supplied request token.
getOAuthAccessToken() - Method in interface twitter4j.conf.Configuration
 
getOAuthAccessToken() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthAccessToken() - Method in interface twitter4j.http.AuthorizationConfiguration
 
getOAuthAccessToken() - Method in class twitter4j.http.OAuthAuthorization
Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new 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(String, String) - Method in class twitter4j.http.OAuthAuthorization
Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com — all other applications will receive an HTTP 401 error.
getOAuthAccessToken() - Method in interface twitter4j.http.OAuthSupport
Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new 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(String, String) - Method in interface twitter4j.http.OAuthSupport
Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com — all other applications will receive an HTTP 401 error.
getOAuthAccessToken() - Method in class twitter4j.TwitterOAuthSupportBase
 
getOAuthAccessToken(String) - Method in class twitter4j.TwitterOAuthSupportBase
 
getOAuthAccessToken(RequestToken) - Method in class twitter4j.TwitterOAuthSupportBase
 
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.TwitterOAuthSupportBase
 
getOAuthAccessToken(String, String) - Method in class twitter4j.TwitterOAuthSupportBase
 
getOAuthAccessToken(String, String, String) - Method in class twitter4j.TwitterOAuthSupportBase
getOAuthAccessToken() - Method in class twitter4j.TwitterOAuthSupportBaseImpl
Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new access token.
getOAuthAccessToken(String) - Method in class twitter4j.TwitterOAuthSupportBaseImpl
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in class twitter4j.TwitterOAuthSupportBaseImpl
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.TwitterOAuthSupportBaseImpl
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(String, String) - Method in class twitter4j.TwitterOAuthSupportBaseImpl
Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com — all other applications will receive an HTTP 401 error.
getOAuthAccessToken(String, String, String) - Method in class twitter4j.TwitterOAuthSupportBaseImpl
Retrieves an access token associated with the supplied request token.
getOAuthAccessTokenSecret() - Method in interface twitter4j.conf.Configuration
 
getOAuthAccessTokenSecret() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthAccessTokenSecret() - Method in interface twitter4j.http.AuthorizationConfiguration
 
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.AsyncTwitterFactory
getOAuthAuthorizedInstance(String, String, AccessToken) - Method in class twitter4j.AsyncTwitterFactory
Deprecated.
use AsyncTwitter.setOAuthConsumer(String, String) and {$link AsyncTwitter#setOAuthAccessToken}
getOAuthAuthorizedInstance(AccessToken) - Method in class twitter4j.AsyncTwitterFactory
getOAuthAuthorizedInstance(String, String) - Method in class twitter4j.TwitterFactory
getOAuthAuthorizedInstance(String, String, AccessToken) - Method in class twitter4j.TwitterFactory
Deprecated.
use TwitterOAuthSupportBaseImpl.setOAuthConsumer(String, String) and {$link Twitter#setOAuthAccessToken}
getOAuthAuthorizedInstance(AccessToken) - Method in class twitter4j.TwitterFactory
getOAuthAuthorizedInstance(String, String) - Method in class twitter4j.TwitterStreamFactory
getOAuthAuthorizedInstance(AccessToken) - Method in class twitter4j.TwitterStreamFactory
getOAuthConsumerKey() - Method in interface twitter4j.conf.Configuration
 
getOAuthConsumerKey() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthConsumerKey() - Method in interface twitter4j.http.AuthorizationConfiguration
 
getOAuthConsumerSecret() - Method in interface twitter4j.conf.Configuration
 
getOAuthConsumerSecret() - Method in class twitter4j.conf.ConfigurationBase
 
getOAuthConsumerSecret() - Method in interface twitter4j.http.AuthorizationConfiguration
 
getOAuthRequestToken() - Method in class twitter4j.AsyncTwitter
Retrieves a request token
getOAuthRequestToken(String) - Method in class twitter4j.AsyncTwitter
Retrieves a request token
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.TwitterOAuthSupportBase
 
getOAuthRequestToken(String) - Method in class twitter4j.TwitterOAuthSupportBase
 
getOAuthRequestToken() - Method in class twitter4j.TwitterOAuthSupportBaseImpl
Retrieves a request token
getOAuthRequestToken(String) - Method in class twitter4j.TwitterOAuthSupportBaseImpl
Retrieves a request token
getOAuthRequestTokenURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthRequestTokenURL() - Method in class twitter4j.conf.ConfigurationBase
 
getOutgoingFriendships(long) - Method in interface twitter4j.api.FriendshipMethods
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
getOutgoingFriendships(long) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
getOutgoingFriendships(long) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
getOutgoingFriendships(long) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
getPage() - Method in class twitter4j.Paging
 
getPage() - Method in class twitter4j.Query
Returns the page number (starting at 1) to return, up to a max of roughly 1500 results
getPage() - Method in interface twitter4j.QueryResult
 
getPage() - Method in class twitter4j.QueryResultJSONImpl
getParameter(String) - Method in class twitter4j.http.OAuthToken
 
getPassword() - Method in interface twitter4j.conf.Configuration
 
getPassword() - Method in class twitter4j.conf.ConfigurationBase
 
getPassword() - Method in interface twitter4j.http.AuthorizationConfiguration
 
getPassword() - Method in class twitter4j.http.BasicAuthorization
 
getPlace() - Method in interface twitter4j.Status
Returns the place attached to this status
getPlace() - Method in class twitter4j.StatusJSONImpl
Returns the place attached to this status
getPlaceCode() - Method in interface twitter4j.Location
 
getPlaceCode() - Method in class twitter4j.LocationJSONImpl
getPlaceId() - Method in class twitter4j.StatusUpdate
 
getPlaceName() - Method in interface twitter4j.Location
 
getPlaceName() - Method in class twitter4j.LocationJSONImpl
getPlaceType() - Method in interface twitter4j.Place
 
getPlaceType() - Method in class twitter4j.PlaceJSONImpl
 
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 interface twitter4j.PagableResponseList
 
getPreviousCursor() - Method in class twitter4j.PagableResponseListImpl
getPrivacyPolicy() - Method in interface twitter4j.api.LegalResources
Returns Twitter's Privacy Policy.
getPrivacyPolicy() - Method in interface twitter4j.api.LegalResourcesAsync
Returns Twitter's Privacy Policy.
getPrivacyPolicy() - Method in class twitter4j.AsyncTwitter
Returns Twitter's Privacy Policy.
getPrivacyPolicy() - Method in class twitter4j.Twitter
Returns Twitter's Privacy Policy.
getProfileBackgroundColor() - Method in interface twitter4j.User
 
getProfileBackgroundColor() - Method in class twitter4j.UserJSONImpl
getProfileBackgroundImageUrl() - Method in interface twitter4j.User
 
getProfileBackgroundImageUrl() - Method in class twitter4j.UserJSONImpl
getProfileImage(String, ProfileImage.ImageSize) - Method in interface twitter4j.api.UserMethods
Access the profile image in various sizes for the user with the indicated screen_name.
getProfileImage(String, ProfileImage.ImageSize) - Method in interface twitter4j.api.UserMethodsAsync
Access the profile image in various sizes for the user with the indicated screen_name.
getProfileImage(String, ProfileImage.ImageSize) - Method in class twitter4j.AsyncTwitter
Access the profile image in various sizes for the user with the indicated screen_name.
getProfileImage(String, ProfileImage.ImageSize) - Method in class twitter4j.Twitter
Access the profile image in various sizes for the user with the indicated screen_name.
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
 
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
Returns the specified 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 interface twitter4j.ResponseList
Returns the current rate limit status if available.
getRateLimitStatus() - Method in class twitter4j.ResponseListImpl
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 exception twitter4j.TwitterException
Returns the current rate limit status if available.
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.
getRawJSON(Object) - Static method in class twitter4j.json.DataObjectFactory
Returns a raw JSON form of the provided object.
Note that raw JSON forms can be retrieved only from the same thread invoked the last method call and will become inaccessible once another method call
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
getRelatedResults(long) - Method in interface twitter4j.api.NewTwitterMethods
If available, returns an array of replies and mentions related to the specified Tweet.
getRelatedResults(long) - Method in interface twitter4j.api.NewTwitterMethodsAsync
If available, returns an array of replies and mentions related to the specified Tweet.
getRelatedResults(long) - Method in class twitter4j.AsyncTwitter
 
getRelatedResults(long) - Method in class twitter4j.Twitter
If available, returns an array of replies and mentions related to the specified Tweet.
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.
getRequestHeaders() - Method in interface twitter4j.conf.Configuration
 
getRequestHeaders() - Method in class twitter4j.conf.ConfigurationBase
 
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.
getResponseHeader(String) - Method in exception twitter4j.TwitterException
 
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
getResultType() - Method in class twitter4j.Query
Returns resultType
getRetryAfter() - Method in exception twitter4j.TwitterException
Returns int value of "Retry-After" response header.
getRetweetCount() - Method in interface twitter4j.Status
Returns the number of times this tweet has been retweeted, or -1 when the tweet was created before this feature was enabled.
getRetweetCount() - Method in class twitter4j.StatusJSONImpl
Returns the number of times this tweet has been retweeted, or -1 when the tweet was created before this feature was enabled.
getRetweetedBy(long) - Method in interface twitter4j.api.StatusMethods
Show user objects of up to 100 members who retweeted the status.
getRetweetedBy(long, Paging) - Method in interface twitter4j.api.StatusMethods
Deprecated.
getRetweetedBy(long) - Method in interface twitter4j.api.StatusMethodsAsync
Show user objects of up to 100 members who retweeted the status.
getRetweetedBy(long, Paging) - Method in interface twitter4j.api.StatusMethodsAsync
Deprecated.
getRetweetedBy(long) - Method in class twitter4j.AsyncTwitter
Show user objects of up to 100 members who retweeted the status.
getRetweetedBy(long, Paging) - Method in class twitter4j.AsyncTwitter
Show user objects of up to 100 members who retweeted the status.
getRetweetedBy(long) - Method in class twitter4j.Twitter
Show user objects of up to 100 members who retweeted the status.
getRetweetedBy(long, Paging) - Method in class twitter4j.Twitter
Show user objects of up to 100 members who retweeted the status.
getRetweetedByIDs(long) - Method in interface twitter4j.api.StatusMethods
Show user ids of up to 100 users who retweeted the status represented by id
This method calls http://api.twitter.com/1/statuses/:id/retweeted_by/ids.format
getRetweetedByIDs(long, Paging) - Method in interface twitter4j.api.StatusMethods
Deprecated.
getRetweetedByIDs(long) - Method in interface twitter4j.api.StatusMethodsAsync
Show user ids of up to 100 users who retweeted the status represented by id
This method calls http://api.twitter.com/1/statuses/:id/retweeted_by/ids.format
getRetweetedByIDs(long, Paging) - Method in interface twitter4j.api.StatusMethodsAsync
getRetweetedByIDs(long) - Method in class twitter4j.AsyncTwitter
Show user ids of up to 100 users who retweeted the status represented by id
This method calls http://api.twitter.com/1/statuses/:id/retweeted_by/ids.format
getRetweetedByIDs(long, Paging) - Method in class twitter4j.AsyncTwitter
Show user ids of up to 100 users who retweeted the status.
getRetweetedByIDs(long) - Method in class twitter4j.Twitter
Show user ids of up to 100 users who retweeted the status represented by id
This method calls http://api.twitter.com/1/statuses/:id/retweeted_by/ids.format
getRetweetedByIDs(long, Paging) - Method in class twitter4j.Twitter
Show user ids of up to 100 users who retweeted the status.
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.
getRetweetedByUser(String, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the specified user.
getRetweetedByUser(int, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the specified user.
getRetweetedByUser(String, Paging) - Method in class twitter4j.AsyncTwitter
getRetweetedByUser(int, Paging) - Method in class twitter4j.AsyncTwitter
getRetweetedByUser(String, Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent retweets posted by the specified user.
getRetweetedByUser(int, Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent retweets posted by the specified 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.
getRetweetedToUser(String, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by users the specified user follows.
getRetweetedToUser(int, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by users the specified user follows.
getRetweetedToUser(String, Paging) - Method in class twitter4j.AsyncTwitter
getRetweetedToUser(int, Paging) - Method in class twitter4j.AsyncTwitter
getRetweetedToUser(String, Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent retweets posted by users the specified user follows.
getRetweetedToUser(int, Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent retweets posted by users the specified user follows.
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
Returns the number of tweets to return per page, up to a max of 100
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.AsyncTwitter
Returns authenticating user's screen name.
This method may internally call verifyCredentials() on the first invocation if
- this instance is authenticated by Basic and email address is supplied instead of screen name, or - this instance is authenticated by OAuth.
Note that this method returns a transiently cached (will be lost upon serialization) screen name while it is possible to change a user's screen name.
getScreenName() - Method in interface twitter4j.Friendship
 
getScreenName() - Method in class twitter4j.FriendshipJSONImpl
 
getScreenName() - Method in class twitter4j.http.AccessToken
 
getScreenName() - Method in class twitter4j.Twitter
Returns authenticating user's screen name.
This method may internally call verifyCredentials() on the first invocation if
- this instance is authenticated by Basic and email address is supplied instead of screen name, or - this instance is authenticated by OAuth.
Note that this method returns a transiently cached (will be lost upon serialization) screen name while it is possible to change a user's screen name.
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
getScreenName() - Method in interface twitter4j.UserMentionEntity
Returns the screen name mentioned in the status.
getScreenName() - Method in class twitter4j.UserMentionEntityJSONImpl
Returns the screen name mentioned in the status.
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.
getSimilarPlaces(GeoLocation, String, String, String) - Method in interface twitter4j.api.GeoMethods
Locates places near the given coordinates which are similar in name.
getSimilarPlaces(GeoLocation, String, String, String) - Method in interface twitter4j.api.GeoMethodsAsync
Locates places near the given coordinates which are similar in name.
getSimilarPlaces(GeoLocation, String, String, String) - Method in class twitter4j.AsyncTwitter
 
getSimilarPlaces(GeoLocation, String, String, String) - Method in class twitter4j.Twitter
Locates places near the given coordinates which are similar in name.
getSince() - Method in class twitter4j.Query
Returns tweets with since the given date.
getSinceId() - Method in class twitter4j.Paging
 
getSinceId() - Method in class twitter4j.Query
returns sinceId
getSinceId() - Method in interface twitter4j.QueryResult
 
getSinceId() - Method in class twitter4j.QueryResultJSONImpl
getSiteStream(boolean, int[]) - Method in class twitter4j.TwitterStream
 
getSiteStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getSiteStreamBaseURL() - Method in class twitter4j.conf.ConfigurationBase
 
getSize() - Method in interface twitter4j.Category
 
getSize() - Method in class twitter4j.CategoryJSONImpl
 
getSleepEndTime() - Method in interface twitter4j.AccountSettings
Returns sleep end time.
getSleepEndTime() - Method in class twitter4j.AccountSettingsJSONImpl
 
getSleepStartTime() - Method in interface twitter4j.AccountSettings
Returns sleep start time.
getSleepStartTime() - Method in class twitter4j.AccountSettingsJSONImpl
 
getSlug() - Method in interface twitter4j.Category
 
getSlug() - Method in class twitter4j.CategoryJSONImpl
 
getSlug() - Method in interface twitter4j.UserList
Returns the slug of the list
getSlug() - Method in class twitter4j.UserListJSONImpl
Returns the slug of the list
getSortedAnnotations() - Method in class twitter4j.Annotations
 
getSource() - Method in interface twitter4j.conf.Configuration
Deprecated.
source parameter is no longer supported.
getSource() - Method in class twitter4j.conf.ConfigurationBase
 
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
getStackLineHash() - Method in class twitter4j.ExceptionDiagnosis
 
getStart() - Method in interface twitter4j.HashtagEntity
Returns the index of the start character of the hashtag.
getStart() - Method in class twitter4j.HashtagEntityJSONImpl
Returns the index of the start character of the hashtag.
getStart() - Method in interface twitter4j.URLEntity
Returns the index of the start character of the URL mentioned in the tweet.
getStart() - Method in class twitter4j.URLEntityJSONImpl
Returns the index of the start character of the URL mentioned in the tweet.
getStart() - Method in interface twitter4j.UserMentionEntity
Returns the index of the start character of the user mention.
getStart() - Method in class twitter4j.UserMentionEntityJSONImpl
Returns the index of the start character of the user mention.
getStatus() - Method in class twitter4j.StatusUpdate
 
getStatus() - Method in interface twitter4j.User
Returns the current status of the user
This can be null if the instance if from Status.getUser().
getStatus() - Method in class twitter4j.UserJSONImpl
Returns the current status of the user
This can be null if the instance if from Status.getUser().
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 interface twitter4j.StatusDeletionNotice
 
getStatusId() - Method in class twitter4j.StatusDeletionNoticeImpl
 
getStatusId() - Method in interface twitter4j.User
Deprecated.
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.TwitterStreamConsumer
 
getStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getStreamBaseURL() - Method in class twitter4j.conf.ConfigurationBase
 
getStreetAddress() - Method in interface twitter4j.Place
 
getStreetAddress() - Method in class twitter4j.PlaceJSONImpl
 
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
getSuggestedUserCategories() - Method in interface twitter4j.api.UserMethods
Access to Twitter's suggested user list.
getSuggestedUserCategories() - Method in interface twitter4j.api.UserMethodsAsync
Access to Twitter's suggested user list.
getSuggestedUserCategories() - Method in class twitter4j.AsyncTwitter
Access to Twitter's suggested user list.
getSuggestedUserCategories() - Method in class twitter4j.Twitter
Access to Twitter's suggested user 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
getTermsOfService() - Method in interface twitter4j.api.LegalResources
Returns Twitter's' Terms of Service.
getTermsOfService() - Method in interface twitter4j.api.LegalResourcesAsync
Returns Twitter's' Terms of Service.
getTermsOfService() - Method in class twitter4j.AsyncTwitter
Returns Twitter's' Terms of Service.
getTermsOfService() - Method in class twitter4j.Twitter
Returns Twitter's' Terms of Service.
getText() - Method in interface twitter4j.DirectMessage
 
getText() - Method in class twitter4j.DirectMessageJSONImpl
getText() - Method in interface twitter4j.HashtagEntity
Returns the text of the hashtag without #.
getText() - Method in class twitter4j.HashtagEntityJSONImpl
Returns the text of the hashtag without #.
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
getTimeZone() - Method in interface twitter4j.User
 
getTimeZone() - Method in class twitter4j.UserJSONImpl
getToken() - Method in class twitter4j.http.OAuthToken
 
getToken() - Method in interface twitter4j.SimilarPlaces
Returns the token needed to be able to create a new place with GeoMethods.createPlace(String, String, String, GeoLocation, String).
getToken() - Method in class twitter4j.SimilarPlacesImpl
Returns the token needed to be able to create a new place with GeoMethods.createPlace(String, String, String, GeoLocation, String).
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
getTrendLocations() - Method in interface twitter4j.AccountSettings
Return the user's trend locations
getTrendLocations() - Method in class twitter4j.AccountSettingsJSONImpl
 
getTrends() - Method in interface twitter4j.api.TrendsMethods
Returns the top ten topics that are currently trending on Twitter.
getTrends() - Method in interface twitter4j.api.TrendsMethodsAsync
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.
getTweetPhotoUploader(String, OAuthAuthorization) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
getTweets() - Method in interface twitter4j.QueryResult
 
getTweets() - Method in class twitter4j.QueryResultJSONImpl
getTweetsFromUser() - Method in interface twitter4j.RelatedResults
Return the 3 or less latest statuses from the user who sent the origin tweet.
getTweetsFromUser() - Method in class twitter4j.RelatedResultsJSONImpl
Return the 3 or less latest statuses from the user who sent the origin tweet.
getTweetsWithConversation() - Method in interface twitter4j.RelatedResults
Returns the 8 or less statuses with conversation
getTweetsWithConversation() - Method in class twitter4j.RelatedResultsJSONImpl
Returns the 8 or less statuses with conversation
getTweetsWithReply() - Method in interface twitter4j.RelatedResults
Returns the 8 or less statuses with reply.
getTweetsWithReply() - Method in class twitter4j.RelatedResultsJSONImpl
Returns the 8 or less statuses with reply.
getTwippleUploader(OAuthAuthorization) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
getTwitgooUploader(OAuthAuthorization) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
getTwitpicUploader(Twitter) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
getTwitpicUploader(BasicAuthorization) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
getTwitpicUploader(String, OAuthAuthorization) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
getType() - Method in class twitter4j.Annotation
 
getUntil() - Method in class twitter4j.Query
Returns until
getUpdates() - Method in interface twitter4j.AccountTotals
Returns the number of total updates.
getUpdates() - Method in class twitter4j.AccountTotalsJSONImpl
 
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 interface twitter4j.Location
 
getURL() - Method in class twitter4j.LocationJSONImpl
getURL() - Method in interface twitter4j.Place
 
getURL() - Method in class twitter4j.PlaceJSONImpl
 
getURL() - Method in interface twitter4j.ProfileImage
 
getURL() - Method in class twitter4j.ProfileImageImpl
 
getUrl() - Method in interface twitter4j.Trend
 
getUrl() - Method in class twitter4j.TrendJSONImpl
getURL() - Method in interface twitter4j.URLEntity
Returns the URL mentioned in the tweet.
getURL() - Method in class twitter4j.URLEntityJSONImpl
Returns the URL mentioned in the tweet.
getURL() - Method in interface twitter4j.User
Returns the url of the user
getURL() - Method in class twitter4j.UserJSONImpl
Returns the url of the user
getURLEntities() - Method in interface twitter4j.Status
Returns an array if URLEntity mentioned in the tweet, or null if no URLs were mentioned.
getURLEntities() - Method in class twitter4j.StatusJSONImpl
Returns an array if URLEntity mentioned in the tweet, or null if no URLs were mentioned.
getURLs() - Method in interface twitter4j.Status
Deprecated.
getURLs() - Method in class twitter4j.StatusJSONImpl
Returns an array of URLs mentioned in the tweet, or null if no URLs were mentioned.
getUser() - Method in interface twitter4j.conf.Configuration
 
getUser() - Method in class twitter4j.conf.ConfigurationBase
 
getUser() - Method in interface twitter4j.http.AuthorizationConfiguration
 
getUser() - Method in interface twitter4j.Status
Return the user associated with the status.
This can be null if the instance if from User.getStatus().
getUser() - Method in class twitter4j.StatusJSONImpl
Return the user associated with the status.
This can be null if the instance if from User.getStatus().
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 interface twitter4j.StatusDeletionNotice
 
getUserId() - Method in class twitter4j.StatusDeletionNoticeImpl
 
getUserListMembers(String, int, long) - Method in interface twitter4j.api.ListMembersMethods
Returns the members of the specified list.
getUserListMembers(String, int, long) - Method in interface twitter4j.api.ListMembersMethodsAsync
Returns the members of the specified list.
getUserListMembers(String, int, long) - Method in class twitter4j.AsyncTwitter
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 interface twitter4j.api.ListMethodsAsync
List the lists the specified user has been added to.
getUserListMemberships(String, long) - Method in class twitter4j.AsyncTwitter
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 interface twitter4j.api.ListMethodsAsync
List the lists of the specified user.
getUserLists(String, long) - Method in class twitter4j.AsyncTwitter
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 interface twitter4j.api.ListMethodsAsync
Show tweet timeline for members of the specified list.
getUserListStatuses(String, int, Paging) - Method in class twitter4j.AsyncTwitter
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 interface twitter4j.api.ListSubscribersMethodsAsync
Returns the subscribers of the specified list.
getUserListSubscribers(String, int, long) - Method in class twitter4j.AsyncTwitter
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 interface twitter4j.api.ListMethodsAsync
List the lists the specified user follows.
getUserListSubscriptions(String, long) - Method in class twitter4j.AsyncTwitter
List the lists the specified user follows.
getUserListSubscriptions(String, long) - Method in class twitter4j.Twitter
List the lists the specified user follows.
getUserMentionEntities() - Method in interface twitter4j.Status
Returns an array of user mentions in the tweet, or null if no users were mentioned.
getUserMentionEntities() - Method in class twitter4j.StatusJSONImpl
Returns an array of user mentions in the tweet, or null if no users were mentioned.
getUserMentions() - Method in interface twitter4j.Status
Deprecated.
getUserMentions() - Method in class twitter4j.StatusJSONImpl
Returns an array of users mentioned in the tweet, or null if no users were mentioned.
getUserStream() - Method in class twitter4j.TwitterStream
User Streams provides real-time updates of all data needed to update a desktop application display.
getUserStream(String[]) - Method in class twitter4j.TwitterStream
User Streams provides real-time updates of all data needed to update a desktop application display.
getUserStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getUserStreamBaseURL() - Method in class twitter4j.conf.ConfigurationBase
 
getUserSuggestions(String) - Method in interface twitter4j.api.UserMethods
Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour.
getUserSuggestions(String) - Method in interface twitter4j.api.UserMethodsAsync
Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour.
getUserSuggestions(String) - Method in class twitter4j.AsyncTwitter
Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour.
getUserSuggestions(String) - Method in class twitter4j.Twitter
Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour.
getUserTimeline(String, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(int, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(int) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String, Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(int, Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(Paging) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(int) - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline() - Method in interface twitter4j.api.TimelineMethodsAsync
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String, Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(int, Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(Paging) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(int) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline() - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String, Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(int, Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(int) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline() - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted from the authenticating user.
getUtcOffset() - Method in interface twitter4j.User
 
getUtcOffset() - Method in class twitter4j.UserJSONImpl
getVersion() - Static method in class twitter4j.media.Version
 
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.TrendsMethods
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends(Date, boolean) - Method in interface twitter4j.api.TrendsMethods
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends() - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends(Date, boolean) - Method in interface twitter4j.api.TrendsMethodsAsync
Returns the top 30 trending topics for each day in a given week.
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.
getWoeid() - Method in interface twitter4j.Location
 
getWoeid() - Method in class twitter4j.LocationJSONImpl
getYFrogUploader(Twitter) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
getYFrogUploader(BasicAuthorization) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
getYFrogUploader(String, OAuthAuthorization) - Static method in class twitter4j.util.ImageUpload
Deprecated.
use twitter4j.media.ImageUploaderFactory#getInstance() instead
gotAccountSettings(AccountSettings) - Method in class twitter4j.TwitterAdapter
 
gotAccountSettings(AccountSettings) - Method in interface twitter4j.TwitterListener
 
gotAccountTotals(AccountTotals) - Method in class twitter4j.TwitterAdapter
 
gotAccountTotals(AccountTotals) - Method in interface twitter4j.TwitterListener
 
gotAllUserLists(ResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotAllUserLists(ResponseList<UserList>) - Method in interface twitter4j.TwitterListener
 
gotAvailableTrends(ResponseList<Location>) - Method in class twitter4j.TwitterAdapter
 
gotAvailableTrends(ResponseList<Location>) - Method in interface twitter4j.TwitterListener
 
gotBlockingUsers(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotBlockingUsers(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotBlockingUsersIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotBlockingUsersIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotCurrentTrends(Trends) - Method in class twitter4j.TwitterAdapter
 
gotCurrentTrends(Trends) - Method in interface twitter4j.TwitterListener
 
gotDailyTrends(List<Trends>) - Method in class twitter4j.TwitterAdapter
 
gotDailyTrends(List<Trends>) - Method in interface twitter4j.TwitterListener
 
gotDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
gotDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
gotDirectMessages(ResponseList<DirectMessage>) - Method in class twitter4j.TwitterAdapter
 
gotDirectMessages(ResponseList<DirectMessage>) - Method in interface twitter4j.TwitterListener
 
gotExistsBlock(boolean) - Method in class twitter4j.TwitterAdapter
 
gotExistsBlock(boolean) - Method in interface twitter4j.TwitterListener
 
gotExistsFriendship(boolean) - Method in class twitter4j.TwitterAdapter
 
gotExistsFriendship(boolean) - Method in interface twitter4j.TwitterListener
 
gotFavorites(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotFavorites(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotFollowersIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotFollowersIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotFollowersStatuses(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotFollowersStatuses(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotFriendsIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotFriendsIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotFriendsStatuses(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotFriendsStatuses(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotFriendsTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotFriendsTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotGeoDetails(Place) - Method in class twitter4j.TwitterAdapter
 
gotGeoDetails(Place) - Method in interface twitter4j.TwitterListener
 
gotHomeTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotHomeTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotIncomingFriendships(IDs) - Method in class twitter4j.TwitterAdapter
 
gotIncomingFriendships(IDs) - Method in interface twitter4j.TwitterListener
 
gotLocationTrends(Trends) - Method in class twitter4j.TwitterAdapter
 
gotLocationTrends(Trends) - Method in interface twitter4j.TwitterListener
 
gotMemberSuggestions(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotMemberSuggestions(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotMentions(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotMentions(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotNearByPlaces(ResponseList<Place>) - Method in class twitter4j.TwitterAdapter
 
gotNearByPlaces(ResponseList<Place>) - Method in interface twitter4j.TwitterListener
 
gotOutgoingFriendships(IDs) - Method in class twitter4j.TwitterAdapter
 
gotOutgoingFriendships(IDs) - Method in interface twitter4j.TwitterListener
 
gotPrivacyPolicy(String) - Method in class twitter4j.TwitterAdapter
 
gotPrivacyPolicy(String) - Method in interface twitter4j.TwitterListener
 
gotProfileImage(ProfileImage) - Method in class twitter4j.TwitterAdapter
 
gotProfileImage(ProfileImage) - Method in interface twitter4j.TwitterListener
 
gotPublicTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotPublicTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRateLimitStatus(RateLimitStatus) - Method in class twitter4j.TwitterAdapter
 
gotRateLimitStatus(RateLimitStatus) - Method in interface twitter4j.TwitterListener
 
gotRelatedResults(RelatedResults) - Method in class twitter4j.TwitterAdapter
 
gotRelatedResults(RelatedResults) - Method in interface twitter4j.TwitterListener
 
gotRetweetedBy(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedBy(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotRetweetedByIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedByIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotRetweetedByMe(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedByMe(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweetedByUser(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedByUser(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweetedToMe(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedToMe(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweetedToUser(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetedToUser(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweets(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweets(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotRetweetsOfMe(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotRetweetsOfMe(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotReverseGeoCode(ResponseList<Place>) - Method in class twitter4j.TwitterAdapter
 
gotReverseGeoCode(ResponseList<Place>) - Method in interface twitter4j.TwitterListener
 
gotSentDirectMessages(ResponseList<DirectMessage>) - Method in class twitter4j.TwitterAdapter
 
gotSentDirectMessages(ResponseList<DirectMessage>) - Method in interface twitter4j.TwitterListener
 
gotShowFriendship(Relationship) - Method in class twitter4j.TwitterAdapter
 
gotShowFriendship(Relationship) - Method in interface twitter4j.TwitterListener
 
gotShowStatus(Status) - Method in class twitter4j.TwitterAdapter
 
gotShowStatus(Status) - Method in interface twitter4j.TwitterListener
 
gotShowUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
gotShowUserList(UserList) - Method in interface twitter4j.TwitterListener
 
gotSimilarPlaces(SimilarPlaces) - Method in class twitter4j.TwitterAdapter
 
gotSimilarPlaces(SimilarPlaces) - Method in interface twitter4j.TwitterListener
 
gotSuggestedUserCategories(ResponseList<Category>) - Method in class twitter4j.TwitterAdapter
 
gotSuggestedUserCategories(ResponseList<Category>) - Method in interface twitter4j.TwitterListener
 
gotTermsOfService(String) - Method in class twitter4j.TwitterAdapter
 
gotTermsOfService(String) - Method in interface twitter4j.TwitterListener
 
gotTrends(Trends) - Method in class twitter4j.TwitterAdapter
 
gotTrends(Trends) - Method in interface twitter4j.TwitterListener
 
gotUserDetail(User) - Method in class twitter4j.TwitterAdapter
 
gotUserDetail(User) - Method in interface twitter4j.TwitterListener
 
gotUserListMembers(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotUserListMembers(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotUserListMemberships(PagableResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotUserListMemberships(PagableResponseList<UserList>) - Method in interface twitter4j.TwitterListener
 
gotUserLists(PagableResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotUserLists(PagableResponseList<UserList>) - Method in interface twitter4j.TwitterListener
 
gotUserListStatuses(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotUserListStatuses(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotUserListSubscribers(PagableResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotUserListSubscribers(PagableResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotUserListSubscriptions(PagableResponseList<UserList>) - Method in class twitter4j.TwitterAdapter
 
gotUserListSubscriptions(PagableResponseList<UserList>) - Method in interface twitter4j.TwitterListener
 
gotUserSuggestions(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
gotUserSuggestions(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
gotUserTimeline(ResponseList<Status>) - Method in class twitter4j.TwitterAdapter
 
gotUserTimeline(ResponseList<Status>) - Method in interface twitter4j.TwitterListener
 
gotWeeklyTrends(List<Trends>) - Method in class twitter4j.TwitterAdapter
 
gotWeeklyTrends(List<Trends>) - Method in interface twitter4j.TwitterListener
 
granularity - Variable in class twitter4j.GeoQuery
 
granularity(String) - Method in class twitter4j.GeoQuery
 

H

handleNextElement() - Method in class twitter4j.AbstractStreamImplementation
 
handler - Variable in class twitter4j.TwitterStream
 
hashCode() - Method in class twitter4j.AccountTotalsJSONImpl
 
hashCode() - Method in class twitter4j.Annotation
 
hashCode() - Method in class twitter4j.Annotations
 
hashCode() - Method in class twitter4j.CategoryJSONImpl
 
hashCode() - Method in class twitter4j.conf.ConfigurationBase
 
hashCode() - Method in class twitter4j.Device
Deprecated.
 
hashCode() - Method in class twitter4j.DirectMessageJSONImpl
 
hashCode() - Method in class twitter4j.ExceptionDiagnosis
 
hashCode() - Method in class twitter4j.FilterQuery
 
hashCode() - Method in class twitter4j.FriendshipJSONImpl
 
hashCode() - Method in class twitter4j.GeoLocation
 
hashCode() - Method in class twitter4j.GeoQuery
 
hashCode() - Method in class twitter4j.HashtagEntityJSONImpl
 
hashCode() - Method in class twitter4j.http.AccessToken
 
hashCode() - Method in class twitter4j.http.BasicAuthorization
 
hashCode() - Method in class twitter4j.http.OAuthAuthorization
 
hashCode() - Method in class twitter4j.http.OAuthToken
 
hashCode() - Method in class twitter4j.IDsJSONImpl
 
hashCode() - Method in class twitter4j.json.JSONObjectType
 
hashCode() - Method in class twitter4j.LocationJSONImpl
 
hashCode() - Method in class twitter4j.media.MediaProvider
 
hashCode() - Method in class twitter4j.Paging
 
hashCode() - Method in class twitter4j.PlaceJSONImpl
 
hashCode() - Method in class twitter4j.ProfileImage.ImageSize
 
hashCode() - Method in class twitter4j.Query
 
hashCode() - Method in class twitter4j.QueryResultJSONImpl
 
hashCode() - Method in class twitter4j.RateLimitStatusJSONImpl
 
hashCode() - Method in class twitter4j.RelatedResultsJSONImpl
 
hashCode() - Method in class twitter4j.RelationshipJSONImpl
 
hashCode() - Method in class twitter4j.SavedSearchJSONImpl
 
hashCode() - Method in class twitter4j.StatusDeletionNoticeImpl
 
hashCode() - Method in class twitter4j.StatusJSONImpl
 
hashCode() - Method in class twitter4j.StatusUpdate
 
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 exception twitter4j.TwitterException
 
hashCode() - Method in class twitter4j.TwitterMethod
 
hashCode() - Method in class twitter4j.TwitterOAuthSupportBase
 
hashCode() - Method in class twitter4j.URLEntityJSONImpl
 
hashCode() - Method in class twitter4j.UserJSONImpl
 
hashCode() - Method in class twitter4j.UserListJSONImpl
 
hashCode() - Method in class twitter4j.UserMentionEntityJSONImpl
 
hashtagEntities - Variable in class twitter4j.StatusJSONImpl
 
HashtagEntity - Interface in twitter4j
A data interface representing one single Hashtag entity.
HashtagEntityJSONImpl - Class in twitter4j
A data class representing one single Hashtag entity.
HashtagEntityJSONImpl(JSONObject) - Constructor for class twitter4j.HashtagEntityJSONImpl
 
hashtags - Variable in class twitter4j.StatusJSONImpl
 
hasNext() - Method in interface twitter4j.CursorSupport
 
hasNext() - Method in interface twitter4j.IDs
 
hasNext() - Method in class twitter4j.IDsJSONImpl
hasNext() - Method in interface twitter4j.PagableResponseList
 
hasNext() - Method in class twitter4j.PagableResponseListImpl
hasPrevious() - Method in interface twitter4j.CursorSupport
 
hasPrevious() - Method in interface twitter4j.IDs
 
hasPrevious() - Method in class twitter4j.IDsJSONImpl
hasPrevious() - Method in interface twitter4j.PagableResponseList
 
hasPrevious() - Method in class twitter4j.PagableResponseListImpl
headers - Variable in class twitter4j.media.AbstractImageUploadImpl
 
HelpMethods - Interface in twitter4j.api
 
HelpMethodsAsync - Interface in twitter4j.api
 
hexString - Variable in class twitter4j.ExceptionDiagnosis
 
HMAC_SHA1 - Static variable in class twitter4j.http.OAuthAuthorization
 
HOME_TIMELINE - Static variable in interface twitter4j.TwitterListener
 
HOME_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
hourlyLimit - Variable in class twitter4j.RateLimitStatusJSONImpl
 
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_DEFAULT_MAX_PER_ROUTE - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_ERROR_INITIAL_WAIT - Static variable in class twitter4j.TwitterStream
 
HTTP_ERROR_WAIT_CAP - Static variable in class twitter4j.TwitterStream
 
HTTP_MAX_TOTAL_CONNECTIONS - 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
 
httpConnectionTimeout - Variable in class twitter4j.conf.ConfigurationBase
 
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
 
httpResponse - Variable in class twitter4j.media.AbstractImageUploadImpl
 
httpResponseReceived(HttpResponseEvent) - Method in class twitter4j.TwitterOAuthSupportBase
 
httpRetryCount - Variable in class twitter4j.conf.ConfigurationBase
 
httpRetryIntervalSeconds - 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.FriendshipJSONImpl
 
id - Variable in class twitter4j.PlaceJSONImpl
 
id - Variable in class twitter4j.SavedSearchJSONImpl
 
id - Variable in class twitter4j.StatusJSONImpl
 
id - Variable in class twitter4j.TweetJSONImpl
 
id - Variable in class twitter4j.TwitterOAuthSupportBaseImpl
 
id - Variable in class twitter4j.UserJSONImpl
 
id - Variable in class twitter4j.UserListJSONImpl
 
id - Variable in class twitter4j.UserMentionEntityJSONImpl
 
IDs - Interface in twitter4j
A data interface representing array of numeric IDs.
ids - Variable in class twitter4j.IDsJSONImpl
 
IDsConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
IDsJSONImpl - Class in twitter4j
A data class representing array of numeric IDs.
IDsJSONImpl(HttpResponse) - Constructor for class twitter4j.IDsJSONImpl
 
IDsJSONImpl(String) - Constructor for class twitter4j.IDsJSONImpl
 
image - Variable in class twitter4j.media.AbstractImageUploadImpl
 
ImageUpload - Interface in twitter4j.media
 
ImageUpload - Class in twitter4j.util
Deprecated.
use twitter4j.media.ImageUploader and twitter4j.media.ImageUploaderFactory#getInstance() instead
ImageUpload() - Constructor for class twitter4j.util.ImageUpload
Deprecated.
 
ImageUpload.ImgLyOAuthUploader - Class in twitter4j.util
Deprecated.
 
ImageUpload.ImgLyOAuthUploader(OAuthAuthorization) - Constructor for class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
ImageUpload.TweetPhotoOAuthUploader - Class in twitter4j.util
Deprecated.
 
ImageUpload.TweetPhotoOAuthUploader(String, OAuthAuthorization) - Constructor for class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
ImageUpload.TwippleUploader - Class in twitter4j.util
Deprecated.
 
ImageUpload.TwippleUploader(OAuthAuthorization) - Constructor for class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
ImageUpload.TwitgooOAuthUploader - Class in twitter4j.util
Deprecated.
 
ImageUpload.TwitgooOAuthUploader(OAuthAuthorization) - Constructor for class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
ImageUpload.TwitpicBasicAuthUploader - Class in twitter4j.util
Deprecated.
 
ImageUpload.TwitpicBasicAuthUploader(BasicAuthorization) - Constructor for class twitter4j.util.ImageUpload.TwitpicBasicAuthUploader
Deprecated.
 
ImageUpload.TwitpicOAuthUploader - Class in twitter4j.util
Deprecated.
 
ImageUpload.TwitpicOAuthUploader(String, OAuthAuthorization) - Constructor for class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
ImageUpload.YFrogBasicAuthUploader - Class in twitter4j.util
Deprecated.
 
ImageUpload.YFrogBasicAuthUploader(BasicAuthorization) - Constructor for class twitter4j.util.ImageUpload.YFrogBasicAuthUploader
Deprecated.
 
ImageUpload.YFrogOAuthUploader - Class in twitter4j.util
Deprecated.
 
ImageUpload.YFrogOAuthUploader(String, OAuthAuthorization) - Constructor for class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
ImageUploaderFactory - Class in twitter4j.media
 
ImageUploaderFactory() - Constructor for class twitter4j.media.ImageUploaderFactory
Creates an ImageUploaderFactory with default configuration
ImageUploaderFactory(Configuration) - Constructor for class twitter4j.media.ImageUploaderFactory
Creates an ImageUploaderFactory with the specified configuration
IMG_LY - Static variable in class twitter4j.media.MediaProvider
 
IMGLY_UPLOAD_URL - Static variable in class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
ImgLyUpload - Class in twitter4j.media
 
ImgLyUpload(Configuration, OAuthAuthorization) - Constructor for class twitter4j.media.ImgLyUpload
 
INCLUDE_ENTITIES - Static variable in class twitter4j.conf.PropertyConfiguration
 
INCLUDE_ENTITIES - Variable in class twitter4j.Twitter
 
INCLUDE_RTS - Static variable in class twitter4j.conf.PropertyConfiguration
 
INCLUDE_RTS - Variable in class twitter4j.Twitter
 
includeEntities - Variable in class twitter4j.FilterQuery
 
includeEntitiesEnabled - Variable in class twitter4j.conf.ConfigurationBase
 
includeRTsEnabled - Variable in class twitter4j.conf.ConfigurationBase
 
INCOMING_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
INCOMING_FRIENDSHIPS - Static variable in class twitter4j.TwitterMethod
 
init(JSONObject) - Method in class twitter4j.CategoryJSONImpl
 
init(JSONObject) - Method in class twitter4j.DirectMessageJSONImpl
 
init(JSONObject) - Method in class twitter4j.HashtagEntityJSONImpl
 
init(String, String) - Method in class twitter4j.http.OAuthAuthorization
 
init(String, String, AccessToken) - Method in class twitter4j.http.OAuthAuthorization
 
init(String) - Method in class twitter4j.IDsJSONImpl
 
init(JSONObject) - Method in class twitter4j.PlaceJSONImpl
 
init(JSONObject) - Method in class twitter4j.RateLimitStatusJSONImpl
 
init(JSONArray, HttpResponse, boolean) - Method in class twitter4j.RelatedResultsJSONImpl
 
init(JSONObject) - Method in class twitter4j.SavedSearchJSONImpl
 
init(JSONObject) - Method in class twitter4j.StatusJSONImpl
 
init(String) - Method in class twitter4j.TrendsJSONImpl
 
init() - Method in class twitter4j.TwitterOAuthSupportBase
 
init(JSONObject) - Method in class twitter4j.URLEntityJSONImpl
 
init(JSONObject) - Method in class twitter4j.UserJSONImpl
 
init(JSONObject) - Method in class twitter4j.UserListJSONImpl
 
init(JSONObject) - Method in class twitter4j.UserMentionEntityJSONImpl
 
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
 
inReplyToStatusId - Variable in class twitter4j.StatusUpdate
 
inReplyToStatusId(long) - Method in class twitter4j.StatusUpdate
 
inReplyToUserId - Variable in class twitter4j.StatusJSONImpl
 
instances - Static variable in class twitter4j.Device
Deprecated.
 
instances - Static variable in class twitter4j.media.MediaProvider
 
instances - Static variable in class twitter4j.ProfileImage.ImageSize
 
instances - Static variable in class twitter4j.TwitterMethod
 
invoke(TwitterListener) - Method in class twitter4j.AsyncTwitter.AsyncTask
 
ip - Variable in class twitter4j.GeoQuery
 
is - Variable in class twitter4j.AbstractStreamImplementation
 
IS_DALVIK - Variable in class twitter4j.conf.ConfigurationBase
 
isAccountRateLimitStatus - Variable in class twitter4j.RateLimitStatusEvent
 
isAccountRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isBasicAuthEnabled() - Method in class twitter4j.TwitterBase
tests if the instance is authenticated by Basic
isCausedByNetworkIssue() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by network issue
isContributorsEnabled() - Method in interface twitter4j.User
Tests if the user is enabling contributors
isContributorsEnabled - Variable in class twitter4j.UserJSONImpl
 
isContributorsEnabled() - Method in class twitter4j.UserJSONImpl
Tests if the user is enabling contributors
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
 
isDisplayCoordinates() - Method in class twitter4j.StatusUpdate
 
isEmpty() - Method in class twitter4j.Annotation
 
isEmpty() - Method in class twitter4j.Annotations
 
isEnabled() - Method in interface twitter4j.http.Authorization
Returns true if authorization credentials are set.
isEnabled() - Method in class twitter4j.http.BasicAuthorization
#{inheritDoc}
isEnabled() - Method in class twitter4j.http.NullAuthorization
 
isEnabled() - Method in class twitter4j.http.OAuthAuthorization
#{inheritDoc}
isExceedingLengthLimit(Annotations) - Static method in class twitter4j.Annotations
 
isExceedingLengthLimit() - Method in class twitter4j.Annotations
 
isExceedingLengthLimitation(String) - Static method in class twitter4j.util.CharacterUtil
Returns true if the length of the string is exceeding length limitation
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
isFollowedBy() - Method in interface twitter4j.Friendship
 
isFollowedBy() - Method in class twitter4j.FriendshipJSONImpl
 
isFollowing() - Method in interface twitter4j.Friendship
 
isFollowing() - Method in class twitter4j.FriendshipJSONImpl
 
isFollowing() - Method in interface twitter4j.UserList
Returns if the authenticated user is following the list
isFollowing() - Method in class twitter4j.UserListJSONImpl
Returns if the authenticated user is following the list
isFollowRequestSent() - Method in interface twitter4j.User
Returns true if the authenticating user has requested to follow this user, otherwise false.
isFollowRequestSent - Variable in class twitter4j.UserJSONImpl
 
isFollowRequestSent() - Method in class twitter4j.UserJSONImpl
Returns true if the authenticating user has requested to follow this user, otherwise false.
isGeoEnabled() - Method in interface twitter4j.AccountSettings
Return true if the user is enabling geo location
isGeoEnabled() - Method in class twitter4j.AccountSettingsJSONImpl
 
isGeoEnabled() - Method in interface twitter4j.User
 
isGeoEnabled - Variable in class twitter4j.UserJSONImpl
 
isGeoEnabled() - Method in class twitter4j.UserJSONImpl
isIncludeEntitiesEnabled() - Method in interface twitter4j.conf.Configuration
 
isIncludeEntitiesEnabled() - Method in class twitter4j.conf.ConfigurationBase
 
isIncludeRTsEnabled() - Method in interface twitter4j.conf.Configuration
 
isIncludeRTsEnabled() - Method in class twitter4j.conf.ConfigurationBase
 
isIPRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isOAuthEnabled() - Method in class twitter4j.TwitterOAuthSupportBase
tests if the instance is authenticated by Basic
isOAuthEnabled() - Method in class twitter4j.TwitterOAuthSupportBaseImpl
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
isProfileUseBackgroundImage() - Method in interface twitter4j.User
 
isProfileUseBackgroundImage() - 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
isRetweetedByMe() - Method in interface twitter4j.Status
Returns true if the authenticating user has retweeted this tweet, or false when the tweet was created before this feature was enabled.
isRetweetedByMe() - Method in class twitter4j.StatusJSONImpl
Returns true if the authenticating user has retweeted this tweet, or false when the tweet was created before this feature was enabled.
isShowAllInlineMedia() - Method in interface twitter4j.User
 
isShowAllInlineMedia() - Method in class twitter4j.UserJSONImpl
isSleepTimeEnabled() - Method in interface twitter4j.AccountSettings
Returns true if the user enabled sleep time.
isSleepTimeEnabled() - Method in class twitter4j.AccountSettingsJSONImpl
 
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().
isTranslator() - Method in interface twitter4j.User
 
isTranslator() - Method in class twitter4j.UserJSONImpl
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
isUserStreamRepliesAllEnabled() - Method in interface twitter4j.conf.Configuration
 
isUserStreamRepliesAllEnabled() - Method in class twitter4j.conf.ConfigurationBase
 
isVerified() - Method in interface twitter4j.User
 
isVerified - Variable in class twitter4j.UserJSONImpl
 
isVerified() - Method in class twitter4j.UserJSONImpl

J

jsonArrayToTrendArray(JSONArray) - Static method in class twitter4j.TrendsJSONImpl
 
JSONObjectType - Class in twitter4j.json
 
JSONObjectType() - Constructor for class twitter4j.json.JSONObjectType
 
JSONObjectType(String) - Constructor for class twitter4j.json.JSONObjectType
 

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
lang - Variable in class twitter4j.UserJSONImpl
 
latitude - Variable in class twitter4j.GeoLocation
 
LegalResources - Interface in twitter4j.api
 
LegalResourcesAsync - Interface in twitter4j.api
 
lengthLimit - Static variable in class twitter4j.Annotations
 
lifeCycleListeners - Variable in class twitter4j.TwitterStream
 
LIMIT - Static variable in class twitter4j.json.JSONObjectType
 
line - Variable in class twitter4j.AbstractStreamImplementation.StreamEvent
 
line - Variable in class twitter4j.StatusStreamImpl
 
lineNumberHash - Variable in class twitter4j.ExceptionDiagnosis
 
links(int) - Method in class twitter4j.TwitterStream
Starts listening on all public statuses containing links.
LIST_MEMBERS - Static variable in interface twitter4j.TwitterListener
 
LIST_MEMBERS - Static variable in class twitter4j.TwitterMethod
 
LIST_SUBSCRIBERS - Static variable in interface twitter4j.TwitterListener
 
LIST_SUBSCRIBERS - Static variable in class twitter4j.TwitterMethod
 
listedCount - Variable in class twitter4j.UserJSONImpl
 
listener - Variable in class twitter4j.AsyncTwitter.AsyncTask
 
listener - Variable in class twitter4j.AsyncTwitter
 
listener - Variable in class twitter4j.AsyncTwitterFactory
 
listener - Variable in class twitter4j.SiteStreamsImpl
 
listener - Variable in class twitter4j.TwitterStreamFactory
 
listeners - Variable in class twitter4j.StatusStreamImpl
 
ListMembersMethods - Interface in twitter4j.api
 
ListMembersMethodsAsync - Interface in twitter4j.api
 
ListMethods - Interface in twitter4j.api
 
ListMethodsAsync - Interface in twitter4j.api
 
ListSubscribersMethods - Interface in twitter4j.api
 
ListSubscribersMethodsAsync - Interface in twitter4j.api
 
loadProperties(Properties, String) - Method in class twitter4j.conf.PropertyConfiguration
 
loadProperties(Properties, InputStream) - Method in class twitter4j.conf.PropertyConfiguration
 
locale - Variable in class twitter4j.Query
 
locale(String) - Method in class twitter4j.Query
Specify the language of the query you are sending (only ja is currently effective).
LocalTrendsMethods - Interface in twitter4j.api
 
LocalTrendsMethodsAsync - Interface in twitter4j.api
 
location - Variable in class twitter4j.GeoQuery
 
Location - Interface in twitter4j
 
location - Variable in class twitter4j.StatusUpdate
 
location(GeoLocation) - Method in class twitter4j.StatusUpdate
 
location - Variable in class twitter4j.TrendsJSONImpl
 
location - Variable in class twitter4j.TweetJSONImpl
 
location - Variable in class twitter4j.UserJSONImpl
 
LOCATION_TRENDS - Static variable in interface twitter4j.TwitterListener
 
LOCATION_TRENDS - Static variable in class twitter4j.TwitterMethod
 
locationConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
LocationJSONImpl - Class in twitter4j
 
LocationJSONImpl(JSONObject) - Constructor for class twitter4j.LocationJSONImpl
 
locations - Variable in class twitter4j.FilterQuery
 
locations(double[][]) - Method in class twitter4j.FilterQuery
Sets locations
logger - Static variable in class twitter4j.AbstractStreamImplementation
 
logger - Static variable in class twitter4j.http.OAuthAuthorization
 
logger - Static variable in class twitter4j.json.JSONObjectType
 
logger - Static variable in class twitter4j.media.AbstractImageUploadImpl
 
logger - Static variable in class twitter4j.StatusJSONImpl
 
logger - Static variable in class twitter4j.TwitterStream
 
longitude - Variable in class twitter4j.GeoLocation
 
lookedUpFriendships(ResponseList<Friendship>) - Method in class twitter4j.TwitterAdapter
 
lookedUpFriendships(ResponseList<Friendship>) - Method in interface twitter4j.TwitterListener
 
lookedupUsers(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
lookedupUsers(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
LOOKUP_FRIENDSHIPS - Static variable in interface twitter4j.TwitterListener
 
LOOKUP_FRIENDSHIPS - Static variable in class twitter4j.TwitterMethod
 
LOOKUP_USERS - Static variable in interface twitter4j.TwitterListener
 
LOOKUP_USERS - Static variable in class twitter4j.TwitterMethod
 
lookupFriendships(String[]) - Method in interface twitter4j.api.FriendshipMethods
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(int[]) - Method in interface twitter4j.api.FriendshipMethods
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(String[]) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(int[]) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(String[]) - Method in class twitter4j.AsyncTwitter
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(int[]) - Method in class twitter4j.AsyncTwitter
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(String[]) - Method in class twitter4j.Twitter
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(int[]) - Method in class twitter4j.Twitter
Returns the relationship of the authenticating user to the specified users.
lookupUsers(String[]) - Method in interface twitter4j.api.UserMethods
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(int[]) - Method in interface twitter4j.api.UserMethods
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(String[]) - Method in interface twitter4j.api.UserMethodsAsync
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(int[]) - Method in interface twitter4j.api.UserMethodsAsync
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(String[]) - Method in class twitter4j.AsyncTwitter
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(int[]) - Method in class twitter4j.AsyncTwitter
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(String[]) - Method in class twitter4j.Twitter
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(int[]) - Method in class twitter4j.Twitter
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.

M

main(String[]) - Static method in class twitter4j.media.Version
prints the version string
main(String[]) - Static method in class twitter4j.Version
prints the version string
maxId - Variable in class twitter4j.Paging
 
maxId(long) - Method in class twitter4j.Paging
 
maxId - Variable in class twitter4j.Query
 
maxId(long) - Method in class twitter4j.Query
If specified, returns tweets with status ids less than the given id.
maxId - Variable in class twitter4j.QueryResultJSONImpl
 
maxResults - Variable in class twitter4j.GeoQuery
 
maxResults(int) - Method in class twitter4j.GeoQuery
 
maxTotalConnections - Variable in class twitter4j.conf.ConfigurationBase
 
MEDIA_PROVIDER - Static variable in class twitter4j.conf.PropertyConfiguration
 
MEDIA_PROVIDER_API_KEY - Static variable in class twitter4j.conf.PropertyConfiguration
 
mediaProvider - Variable in class twitter4j.conf.ConfigurationBase
 
MediaProvider - Class in twitter4j.media
 
MediaProvider() - Constructor for class twitter4j.media.MediaProvider
 
MediaProvider(String) - Constructor for class twitter4j.media.MediaProvider
 
mediaProviderAPIKey - Variable in class twitter4j.conf.ConfigurationBase
 
MEMBER_SUGGESTIONS - Static variable in interface twitter4j.TwitterListener
 
MEMBER_SUGGESTIONS - Static variable in class twitter4j.TwitterMethod
 
memberCount - Variable in class twitter4j.UserListJSONImpl
 
MENTIONS - Static variable in interface twitter4j.TwitterListener
 
MENTIONS - Static variable in class twitter4j.TwitterMethod
 
mergeParameters(HttpParameter[], HttpParameter[]) - Method in class twitter4j.Twitter
 
mergeParameters(HttpParameter[], HttpParameter) - Method in class twitter4j.Twitter
 
message - Variable in class twitter4j.media.AbstractImageUploadImpl
 
method - Variable in class twitter4j.AsyncTwitter.AsyncTask
 
MILES - Static variable in class twitter4j.Query
 
MINI - Static variable in interface twitter4j.ProfileImage
 
MIXED - Static variable in class twitter4j.Query
mixed: Include both popular and real time results in the response.
mode - Variable in class twitter4j.UserListJSONImpl
 

N

name - Variable in class twitter4j.CategoryJSONImpl
 
name - Variable in class twitter4j.Device
Deprecated.
 
name - Variable in class twitter4j.FriendshipJSONImpl
 
name - Variable in class twitter4j.json.JSONObjectType
 
name - Variable in class twitter4j.LocationJSONImpl
 
name - Variable in class twitter4j.media.MediaProvider
 
name - Variable in class twitter4j.PlaceJSONImpl
 
name - Variable in class twitter4j.ProfileImage.ImageSize
 
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 - Variable in class twitter4j.TwitterStream.TwitterStreamConsumer
 
name - Variable in class twitter4j.UserJSONImpl
 
name - Variable in class twitter4j.UserListJSONImpl
 
name - Variable in class twitter4j.UserMentionEntityJSONImpl
 
NEAR_BY_PLACES - Static variable in interface twitter4j.TwitterListener
 
NEAR_BY_PLACES - Static variable in class twitter4j.TwitterMethod
 
NEIGHBORHOOD - Static variable in class twitter4j.GeoQuery
 
nested - Variable in exception twitter4j.TwitterException
 
nestedConf - Variable in class twitter4j.StreamingReadTimeoutConfiguration
 
NewTwitterMethods - Interface in twitter4j.api
 
NewTwitterMethodsAsync - Interface in twitter4j.api
 
next(StreamListener[]) - Method in class twitter4j.AbstractStreamImplementation
 
next(StreamListener[]) - Method in class twitter4j.SiteStreamsImpl
 
next(StatusListener) - Method in interface twitter4j.StatusStream
Reads next status from this stream.
next(StatusListener) - Method in class twitter4j.StatusStreamImpl
Reads next status from this stream.
next(StreamListener[]) - Method in class twitter4j.StatusStreamImpl
 
next(StreamListener[]) - Method in interface twitter4j.StreamImplementation
 
next(UserStreamListener) - Method in interface twitter4j.UserStream
Reads next element from this stream.
next(UserStreamListener) - Method in class twitter4j.UserStreamImpl
Reads next element from this stream.
next(StreamListener[]) - Method in class twitter4j.UserStreamImpl
 
nextCursor - Variable in class twitter4j.IDsJSONImpl
 
nextCursor - Variable in class twitter4j.PagableResponseListImpl
 
NO_WAIT - Static variable in class twitter4j.TwitterStream
 
NONE - Static variable in class twitter4j.Device
Deprecated.
 
NORMAL - Static variable in interface twitter4j.ProfileImage
 
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
 
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
 
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 - Variable in class twitter4j.media.AbstractImageUploadImpl
 
oauth - Variable in class twitter4j.media.ImageUploaderFactory
 
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) - Constructor for class twitter4j.http.OAuthAuthorization
 
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
 
onBlock(JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onBlock(int, User, User) - Method in class twitter4j.SiteStreamsAdapter
 
onBlock(JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onBlock(int, User, User) - Method in interface twitter4j.SiteStreamsListener
 
onBlock(User, User) - Method in class twitter4j.UserStreamAdapter
 
onBlock(JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onBlock(User, User) - Method in interface twitter4j.UserStreamListener
 
onCleanUp() - Method in interface twitter4j.ConnectionLifeCycleListener
called before thread gets cleaned up
onConnect() - Method in interface twitter4j.ConnectionLifeCycleListener
called after connection was established
onDelete(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onDelete(JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onDelete(JSONObject) - Method in class twitter4j.StatusStreamImpl
 
onDeletionNotice(int, StatusDeletionNotice) - Method in class twitter4j.SiteStreamsAdapter
 
onDeletionNotice(int, int, int) - Method in class twitter4j.SiteStreamsAdapter
 
onDeletionNotice(int, StatusDeletionNotice) - Method in interface twitter4j.SiteStreamsListener
 
onDeletionNotice(int, int, int) - Method in interface twitter4j.SiteStreamsListener
 
onDeletionNotice(StatusDeletionNotice) - Method in class twitter4j.StatusAdapter
 
onDeletionNotice(StatusDeletionNotice) - Method in interface twitter4j.StatusListener
Called upon deletionNotice notices.
onDeletionNotice(int, int) - Method in class twitter4j.UserStreamAdapter
 
onDeletionNotice(int, int) - Method in interface twitter4j.UserStreamListener
 
onDirectMessage(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onDirectMessage(int, DirectMessage) - Method in class twitter4j.SiteStreamsAdapter
 
onDirectMessage(JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onDirectMessage(int, DirectMessage) - Method in interface twitter4j.SiteStreamsListener
 
onDirectMessage(DirectMessage) - Method in class twitter4j.UserStreamAdapter
 
onDirectMessage(JSONObject) - Method in class twitter4j.UserStreamImpl
 
onDirectMessage(DirectMessage) - Method in interface twitter4j.UserStreamListener
 
onDisconnect() - Method in interface twitter4j.ConnectionLifeCycleListener
called after connection was disconnected
ONE_DAY_IN_SECONDS - Static variable in class twitter4j.TimeSpanUtil
Deprecated.
 
ONE_DAY_IN_SECONDS - Static variable in class twitter4j.util.TimeSpanUtil
 
ONE_HOUR_IN_SECONDS - Static variable in class twitter4j.TimeSpanUtil
Deprecated.
 
ONE_HOUR_IN_SECONDS - Static variable in class twitter4j.util.TimeSpanUtil
 
onException(Exception) - Method in class twitter4j.AbstractStreamImplementation
 
onException(Exception) - Method in class twitter4j.SiteStreamsAdapter
 
onException(Exception) - Method in class twitter4j.SiteStreamsImpl
 
onException(Exception) - Method in interface twitter4j.SiteStreamsListener
 
onException(Exception) - Method in class twitter4j.StatusAdapter
 
onException(Exception) - Method in class twitter4j.StatusStreamImpl
 
onException(Exception) - Method in interface twitter4j.StreamImplementation
 
onException(Exception) - Method in interface twitter4j.StreamListener
 
onException(TwitterException, TwitterMethod) - Method in class twitter4j.TwitterAdapter
 
onException(TwitterException, TwitterMethod) - Method in interface twitter4j.TwitterListener
 
onException(Exception) - Method in class twitter4j.UserStreamAdapter
 
onException(Exception) - Method in class twitter4j.UserStreamImpl
 
onFavorite(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onFavorite(int, User, User, Status) - Method in class twitter4j.SiteStreamsAdapter
 
onFavorite(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onFavorite(int, User, User, Status) - Method in interface twitter4j.SiteStreamsListener
 
onFavorite(User, User, Status) - Method in class twitter4j.UserStreamAdapter
 
onFavorite(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onFavorite(User, User, Status) - Method in interface twitter4j.UserStreamListener
 
onFollow(JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onFollow(int, User, User) - Method in class twitter4j.SiteStreamsAdapter
 
onFollow(JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onFollow(int, User, User) - Method in interface twitter4j.SiteStreamsListener
 
onFollow(User, User) - Method in class twitter4j.UserStreamAdapter
 
onFollow(JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onFollow(User, User) - Method in interface twitter4j.UserStreamListener
 
onFriendList(int, int[]) - Method in class twitter4j.SiteStreamsAdapter
 
onFriendList(int, int[]) - Method in interface twitter4j.SiteStreamsListener
 
onFriendList(int[]) - Method in class twitter4j.UserStreamAdapter
 
onFriendList(int[]) - Method in interface twitter4j.UserStreamListener
 
onFriends(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onFriends(JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onFriends(JSONObject) - Method in class twitter4j.UserStreamImpl
 
onLimit(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onLimit(JSONObject) - Method in class twitter4j.StatusStreamImpl
 
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.
onRetweet(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onRetweet(User, User, Status) - Method in class twitter4j.UserStreamAdapter
 
onRetweet(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onRetweet(User, User, Status) - Method in interface twitter4j.UserStreamListener
 
onScrubGeo(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onScrubGeo(int, long) - Method in class twitter4j.StatusAdapter
 
onScrubGeo(int, long) - Method in interface twitter4j.StatusListener
Called upon location deletion messages.
onScrubGeo(JSONObject) - Method in class twitter4j.StatusStreamImpl
 
onScrubGeo(JSONObject) - Method in class twitter4j.UserStreamImpl
 
onSender(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onSender(JSONObject) - Method in class twitter4j.UserStreamImpl
 
onStatus(JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onStatus(int, Status) - Method in class twitter4j.SiteStreamsAdapter
 
onStatus(JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onStatus(int, Status) - Method in interface twitter4j.SiteStreamsListener
 
onStatus(Status) - Method in class twitter4j.StatusAdapter
 
onStatus(Status) - Method in interface twitter4j.StatusListener
 
onStatus(JSONObject) - Method in class twitter4j.StatusStreamImpl
 
onTrackLimitationNotice(int) - Method in class twitter4j.StatusAdapter
 
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.
onUnblock(JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onUnblock(int, User, User) - Method in class twitter4j.SiteStreamsAdapter
 
onUnblock(JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onUnblock(int, User, User) - Method in interface twitter4j.SiteStreamsListener
 
onUnblock(User, User) - Method in class twitter4j.UserStreamAdapter
 
onUnblock(JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onUnblock(User, User) - Method in interface twitter4j.UserStreamListener
 
onUnfavorite(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onUnfavorite(int, User, User, Status) - Method in class twitter4j.SiteStreamsAdapter
 
onUnfavorite(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onUnfavorite(int, User, User, Status) - Method in interface twitter4j.SiteStreamsListener
 
onUnfavorite(User, User, Status) - Method in class twitter4j.UserStreamAdapter
 
onUnfavorite(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onUnfavorite(User, User, Status) - Method in interface twitter4j.UserStreamListener
 
onUserListCreated(JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onUserListCreated(JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onUserListCreated(JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onUserListCreation(int, User, UserList) - Method in class twitter4j.SiteStreamsAdapter
 
onUserListCreation(int, User, UserList) - Method in interface twitter4j.SiteStreamsListener
 
onUserListCreation(User, UserList) - Method in class twitter4j.UserStreamAdapter
 
onUserListCreation(User, UserList) - Method in interface twitter4j.UserStreamListener
 
onUserListDeletion(int, User, UserList) - Method in class twitter4j.SiteStreamsAdapter
 
onUserListDeletion(int, User, UserList) - Method in interface twitter4j.SiteStreamsListener
 
onUserListDeletion(User, UserList) - Method in class twitter4j.UserStreamAdapter
 
onUserListDeletion(User, UserList) - Method in interface twitter4j.UserStreamListener
 
onUserListDestroyed(JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onUserListDestroyed(JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onUserListDestroyed(JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onUserListSubscribed(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onUserListSubscribed(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onUserListSubscribed(JSONObject, JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onUserListSubscription(int, User, User, UserList) - Method in class twitter4j.SiteStreamsAdapter
 
onUserListSubscription(int, User, User, UserList) - Method in interface twitter4j.SiteStreamsListener
 
onUserListSubscription(User, User, UserList) - Method in class twitter4j.UserStreamAdapter
 
onUserListSubscription(User, User, UserList) - Method in interface twitter4j.UserStreamListener
 
onUserListUpdate(int, User, UserList) - Method in class twitter4j.SiteStreamsAdapter
 
onUserListUpdate(int, User, UserList) - Method in interface twitter4j.SiteStreamsListener
 
onUserListUpdate(User, UserList) - Method in class twitter4j.UserStreamAdapter
 
onUserListUpdate(User, UserList) - Method in interface twitter4j.UserStreamListener
 
onUserListUpdated(JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onUserListUpdated(JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onUserListUpdated(JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
onUserProfileUpdate(int, User) - Method in class twitter4j.SiteStreamsAdapter
 
onUserProfileUpdate(int, User) - Method in interface twitter4j.SiteStreamsListener
 
onUserProfileUpdate(User) - Method in class twitter4j.UserStreamAdapter
 
onUserProfileUpdate(User) - Method in interface twitter4j.UserStreamListener
 
onUserUpdate(JSONObject, JSONObject) - Method in class twitter4j.AbstractStreamImplementation
 
onUserUpdate(JSONObject, JSONObject) - Method in class twitter4j.SiteStreamsImpl
 
onUserUpdate(JSONObject, JSONObject) - Method in class twitter4j.UserStreamImpl
 
OUTGOING_FRIENDSHIPS - Static variable in interface twitter4j.TwitterListener
 
OUTGOING_FRIENDSHIPS - Static variable in class twitter4j.TwitterMethod
 

P

PagableResponseList<T extends TwitterResponse> - Interface in twitter4j
ResponseList with cursor support.
PagableResponseListImpl<T> - Class in twitter4j
 
PagableResponseListImpl(int, JSONObject, HttpResponse) - Constructor for class twitter4j.PagableResponseListImpl
 
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
 
parseLine(String) - Method in class twitter4j.AbstractStreamImplementation
 
parseLine(String) - Method in class twitter4j.SiteStreamsImpl
 
parseLine(String) - Method in class twitter4j.StatusStreamImpl
 
parseLine(String) - Method in class twitter4j.UserStreamImpl
 
parseTrendsDate(String) - Static method in class twitter4j.TrendsJSONImpl
 
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
 
Place - Interface in twitter4j
 
place - Variable in class twitter4j.StatusJSONImpl
 
placeCode - Variable in class twitter4j.LocationJSONImpl
 
placeConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
placeId - Variable in class twitter4j.StatusUpdate
 
placeId(String) - Method in class twitter4j.StatusUpdate
 
PlaceJSONImpl - Class in twitter4j
 
PlaceJSONImpl(HttpResponse) - Constructor for class twitter4j.PlaceJSONImpl
 
PlaceJSONImpl(JSONObject, HttpResponse) - Constructor for class twitter4j.PlaceJSONImpl
 
PlaceJSONImpl(JSONObject) - Constructor for class twitter4j.PlaceJSONImpl
 
placeName - Variable in class twitter4j.LocationJSONImpl
 
placeType - Variable in class twitter4j.PlaceJSONImpl
 
PLIXI - Static variable in class twitter4j.media.MediaProvider
 
PlixiUpload - Class in twitter4j.media
 
PlixiUpload(Configuration, String, OAuthAuthorization) - Constructor for class twitter4j.media.PlixiUpload
 
POPULAR - Static variable in class twitter4j.Query
 
position - Variable in class twitter4j.SavedSearchJSONImpl
 
postParameter - Variable in class twitter4j.media.AbstractImageUploadImpl
 
postUpload() - Method in class twitter4j.media.AbstractImageUploadImpl
 
postUpload() - Method in class twitter4j.media.ImgLyUpload
 
postUpload() - Method in class twitter4j.media.PlixiUpload
 
postUpload() - Method in class twitter4j.media.TwippleUpload
 
postUpload() - Method in class twitter4j.media.TwitgooUpload
 
postUpload() - Method in class twitter4j.media.TwitpicUpload
 
postUpload() - Method in class twitter4j.media.YFrogUpload
 
preUpload() - Method in class twitter4j.media.AbstractImageUploadImpl
 
preUpload() - Method in class twitter4j.media.ImgLyUpload
 
preUpload() - Method in class twitter4j.media.PlixiUpload
 
preUpload() - Method in class twitter4j.media.TwippleUpload
 
preUpload() - Method in class twitter4j.media.TwitgooUpload
 
preUpload() - Method in class twitter4j.media.TwitpicUpload
 
preUpload() - Method in class twitter4j.media.YFrogUpload
 
previousCursor - Variable in class twitter4j.IDsJSONImpl
 
previousCursor - Variable in class twitter4j.PagableResponseListImpl
 
PRIVACY_POLICY - Static variable in interface twitter4j.TwitterListener
 
PRIVACY_POLICY - Static variable in class twitter4j.TwitterMethod
 
PROFILE_IMAGE - Static variable in interface twitter4j.TwitterListener
 
PROFILE_IMAGE - Static variable in class twitter4j.TwitterMethod
 
profileBackgroundColor - Variable in class twitter4j.UserJSONImpl
 
profileBackgroundImageUrl - Variable in class twitter4j.UserJSONImpl
 
profileBackgroundTiled - Variable in class twitter4j.UserJSONImpl
 
ProfileImage - Interface in twitter4j
 
ProfileImage.ImageSize - Class in twitter4j
 
ProfileImage.ImageSize() - Constructor for class twitter4j.ProfileImage.ImageSize
 
ProfileImage.ImageSize(String) - Constructor for class twitter4j.ProfileImage.ImageSize
 
ProfileImageImpl - Class in twitter4j
 
ProfileImageImpl(HttpResponse) - Constructor for class twitter4j.ProfileImageImpl
 
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
 
profileUseBackgroundImage - Variable in class twitter4j.UserJSONImpl
 
PropertyConfiguration - Class in twitter4j.conf
 
PropertyConfiguration(InputStream) - Constructor for class twitter4j.conf.PropertyConfiguration
 
PropertyConfiguration(Properties) - Constructor for class twitter4j.conf.PropertyConfiguration
 
PropertyConfiguration(Properties, String) - Constructor for class twitter4j.conf.PropertyConfiguration
 
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
 
PUBLIC_TIMELINE - Static variable in interface twitter4j.TwitterListener
 
PUBLIC_TIMELINE - Static variable in class twitter4j.TwitterMethod
 

Q

Query - Class in twitter4j
A data class represents search query.
An instance of this class is NOT thread safe.
Instances can be shared across threads, but should not be mutated while a search is ongoing.
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 interface twitter4j.TwitterListener
 
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.ResponseListImpl
 
rateLimitStatus - Variable in exception twitter4j.TwitterException
 
rateLimitStatus - Variable in class twitter4j.TwitterResponseImpl
 
rateLimitStatusConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
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
 
RateLimitStatusJSONImpl(HttpResponse) - Constructor for class twitter4j.RateLimitStatusJSONImpl
 
RateLimitStatusJSONImpl(JSONObject) - Constructor for class twitter4j.RateLimitStatusJSONImpl
 
RateLimitStatusListener - Interface in twitter4j
 
rateLimitStatusListener - Variable in class twitter4j.TwitterOAuthSupportBase
 
rawJsonMap - Static variable in class twitter4j.json.DataObjectFactory
 
readObject(ObjectInputStream) - Method in class twitter4j.TwitterOAuthSupportBase
 
readResolve() - Method in class twitter4j.Device
Deprecated.
 
readResolve() - Method in class twitter4j.http.NullAuthorization
 
readResolve() - Method in class twitter4j.media.MediaProvider
 
readResolve() - Method in class twitter4j.ProfileImage.ImageSize
 
readResolve() - Method in class twitter4j.TwitterMethod
 
realm - Variable in class twitter4j.http.OAuthAuthorization
 
RECENT - Static variable in class twitter4j.Query
 
recipient - Variable in class twitter4j.DirectMessageJSONImpl
 
recipientId - Variable in class twitter4j.DirectMessageJSONImpl
 
recipientScreenName - Variable in class twitter4j.DirectMessageJSONImpl
 
refreshUrl - Variable in class twitter4j.QueryResultJSONImpl
 
registerJSONObject(T, Object) - Static method in class twitter4j.json.DataObjectFactory
associate a raw JSON form to the current thread
Currently this method is called indirectly by twitter4j.internal.util.DataObjectFactoryUtil, and should be called directly once *JSONImpl classes are migrated to twitter4j.json.* package.
RELATED_RESULT - Static variable in interface twitter4j.TwitterListener
 
RELATED_RESULTS - Static variable in class twitter4j.TwitterMethod
 
RelatedResults - Interface in twitter4j
 
relatedResultsConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
RelatedResultsJSONImpl - Class in twitter4j
A data class representing related_results API response
RelatedResultsJSONImpl(HttpResponse) - Constructor for class twitter4j.RelatedResultsJSONImpl
 
RelatedResultsJSONImpl(JSONArray) - Constructor for class twitter4j.RelatedResultsJSONImpl
 
Relationship - Interface in twitter4j
A data interface that has detailed information about a relationship between two users
relationshipConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
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
 
RelationshipJSONImpl(HttpResponse, JSONObject) - Constructor for class twitter4j.RelationshipJSONImpl
 
remainingHits - Variable in class twitter4j.RateLimitStatusJSONImpl
 
REPORT_SPAM - Static variable in interface twitter4j.TwitterListener
 
REPORT_SPAM - Static variable in class twitter4j.TwitterMethod
 
reportedSpam(User) - Method in class twitter4j.TwitterAdapter
 
reportedSpam(User) - Method in interface twitter4j.TwitterListener
 
reportSpam(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.
requestHeaders - Variable in class twitter4j.conf.ConfigurationBase
 
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
 
resourceNotFound() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by non-existing resource
response - Variable in class twitter4j.AbstractStreamImplementation
 
responseHeaderFields - Variable in exception twitter4j.TwitterException
 
ResponseList<T> - Interface in twitter4j
List of TwitterResponse.
ResponseListImpl<T> - Class in twitter4j
 
ResponseListImpl(int, HttpResponse) - Constructor for class twitter4j.ResponseListImpl
 
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
 
resultType - Variable in class twitter4j.Query
 
resultType(String) - Method in class twitter4j.Query
If specified, returns tweets included popular or real time or both in the responce
retryAfter - Variable in exception twitter4j.TwitterException
 
RETWEET - Static variable in class twitter4j.json.JSONObjectType
 
retweet() - Method in class twitter4j.TwitterStream
Starts listening on all retweets.
RETWEET_STATUS - Static variable in interface twitter4j.TwitterListener
 
RETWEET_STATUS - Static variable in class twitter4j.TwitterMethod
 
retweetCount - Variable in class twitter4j.StatusJSONImpl
 
RETWEETED_BY - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_BY - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_BY_IDS - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_BY_IDS - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_BY_ME - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_BY_ME - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_BY_USER - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_BY_USER - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_TO_ME - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_TO_ME - Static variable in class twitter4j.TwitterMethod
 
RETWEETED_TO_USER - Static variable in interface twitter4j.TwitterListener
 
RETWEETED_TO_USER - Static variable in class twitter4j.TwitterMethod
 
retweetedStatus - Variable in class twitter4j.StatusJSONImpl
 
retweetedStatus(Status) - Method in class twitter4j.TwitterAdapter
 
retweetedStatus(Status) - Method in interface twitter4j.TwitterListener
 
RETWEETS - Static variable in interface twitter4j.TwitterListener
 
RETWEETS - Static variable in class twitter4j.TwitterMethod
 
RETWEETS_OF_ME - Static variable in interface twitter4j.TwitterListener
 
RETWEETS_OF_ME - Static variable in class twitter4j.TwitterMethod
 
retweetStatus(long) - Method in interface twitter4j.api.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.
REVERSE_GEO_CODE - Static variable in interface twitter4j.TwitterListener
 
REVERSE_GEO_CODE - Static variable in class twitter4j.TwitterMethod
 
reverseGeoCode(GeoQuery) - Method in interface twitter4j.api.GeoMethods
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
reverseGeoCode(GeoQuery) - Method in interface twitter4j.api.GeoMethodsAsync
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
reverseGeoCode(GeoQuery) - Method in class twitter4j.AsyncTwitter
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
reverseGeoCode(GeoQuery) - Method in class twitter4j.Twitter
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
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.TwitterStream.TwitterStreamConsumer
 

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
savedSearchConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
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.FriendshipJSONImpl
 
screenName - Variable in class twitter4j.http.AccessToken
 
screenName - Variable in class twitter4j.TwitterOAuthSupportBaseImpl
 
screenName - Variable in class twitter4j.UserJSONImpl
 
screenName - Variable in class twitter4j.UserMentionEntityJSONImpl
 
SCRUB_GEO - Static variable in class twitter4j.json.JSONObjectType
 
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 interface twitter4j.TwitterListener
 
SEARCH - Static variable in class twitter4j.TwitterMethod
 
SEARCH_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
SEARCH_PLACES - Static variable in interface twitter4j.TwitterListener
 
SEARCH_PLACES - Static variable in class twitter4j.TwitterMethod
 
SEARCH_USERS - Static variable in interface twitter4j.TwitterListener
 
SEARCH_USERS - Static variable in class twitter4j.TwitterMethod
 
searchBaseURL - Variable in class twitter4j.conf.ConfigurationBase
 
searched(QueryResult) - Method in class twitter4j.TwitterAdapter
 
searched(QueryResult) - Method in interface twitter4j.TwitterListener
 
searchedPlaces(ResponseList<Place>) - Method in class twitter4j.TwitterAdapter
 
searchedPlaces(ResponseList<Place>) - Method in interface twitter4j.TwitterListener
 
searchedUser(ResponseList<User>) - Method in class twitter4j.TwitterAdapter
 
searchedUser(ResponseList<User>) - Method in interface twitter4j.TwitterListener
 
SearchMethods - Interface in twitter4j.api
 
SearchMethodsAsync - Interface in twitter4j.api
 
searchPlaces(GeoQuery) - Method in interface twitter4j.api.GeoMethods
Search for places that can be attached to a statuses/update.
searchPlaces(GeoQuery) - Method in interface twitter4j.api.GeoMethodsAsync
Search for places that can be attached to a statuses/update.
searchPlaces(GeoQuery) - Method in class twitter4j.AsyncTwitter
Search for places that can be attached to a statuses/update.
searchPlaces(GeoQuery) - Method in class twitter4j.Twitter
Search for places that can be attached to a statuses/update.
searchUsers(String, int) - Method in interface twitter4j.api.UserMethods
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.
Usage note: It is only possible to retrieve the first 1000 matches from this API.
searchUsers(String, int) - Method in interface twitter4j.api.UserMethodsAsync
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.
Usage note: It is only possible to retrieve the first 1000 matches from this API.
searchUsers(String, int) - Method in class twitter4j.AsyncTwitter
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.
Usage note: It is only possible to retrieve the first 1000 matches from this API.
searchUsers(String, int) - Method in class twitter4j.Twitter
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.
Usage note: It is only possible to retrieve the first 1000 matches from this API.
secondsUntilReset - Variable in class twitter4j.RateLimitStatusJSONImpl
 
secretKeySpec - Variable in class twitter4j.http.OAuthToken
 
SEND_DIRECT_MESSAGE - Static variable in interface twitter4j.TwitterListener
 
SEND_DIRECT_MESSAGE - Static variable in class twitter4j.TwitterMethod
 
sendDirectMessage(String, String) - Method in interface twitter4j.api.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(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
 
SENDER - Static variable in class twitter4j.json.JSONObjectType
 
senderId - Variable in class twitter4j.DirectMessageJSONImpl
 
senderScreenName - Variable in class twitter4j.DirectMessageJSONImpl
 
SENT_DIRECT_MESSAGES - Static variable in interface twitter4j.TwitterListener
 
SENT_DIRECT_MESSAGES - Static variable in class twitter4j.TwitterMethod
 
sentDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
sentDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
serialVersionUID - Static variable in class twitter4j.AccountSettingsJSONImpl
 
serialVersionUID - Static variable in class twitter4j.AccountTotalsJSONImpl
 
serialVersionUID - Static variable in class twitter4j.Annotation
 
serialVersionUID - Static variable in class twitter4j.Annotations
 
serialVersionUID - Static variable in class twitter4j.AsyncTwitter
 
serialVersionUID - Static variable in class twitter4j.AsyncTwitterFactory
 
serialVersionUID - Static variable in class twitter4j.CategoryJSONImpl
 
serialVersionUID - Static variable in class twitter4j.conf.ConfigurationBase
 
serialVersionUID - Static variable in class twitter4j.conf.PropertyConfiguration
 
serialVersionUID - Static variable in class twitter4j.Device
Deprecated.
 
serialVersionUID - Static variable in class twitter4j.DirectMessageJSONImpl
 
serialVersionUID - Static variable in class twitter4j.ExceptionDiagnosis
 
serialVersionUID - Static variable in class twitter4j.FriendshipJSONImpl
 
serialVersionUID - Static variable in class twitter4j.GeoLocation
 
serialVersionUID - Static variable in class twitter4j.GeoQuery
 
serialVersionUID - Static variable in class twitter4j.HashtagEntityJSONImpl
 
serialVersionUID - Static variable in class twitter4j.http.AccessToken
 
serialVersionUID - Static variable in class twitter4j.http.BasicAuthorization
 
serialVersionUID - Static variable in class twitter4j.http.NullAuthorization
 
serialVersionUID - Static variable in class twitter4j.http.OAuthAuthorization
 
serialVersionUID - Static variable in class twitter4j.http.RequestToken
 
serialVersionUID - Static variable in class twitter4j.IDsJSONImpl
 
serialVersionUID - Static variable in class twitter4j.json.JSONObjectType
 
serialVersionUID - Static variable in class twitter4j.LocationJSONImpl
 
serialVersionUID - Static variable in class twitter4j.media.MediaProvider
 
serialVersionUID - Static variable in class twitter4j.PagableResponseListImpl
 
serialVersionUID - Static variable in class twitter4j.Paging
 
serialVersionUID - Static variable in class twitter4j.PlaceJSONImpl
 
serialVersionUID - Static variable in class twitter4j.ProfileImage.ImageSize
 
serialVersionUID - Static variable in class twitter4j.ProfileImageImpl
 
serialVersionUID - Static variable in class twitter4j.Query
 
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.RelatedResultsJSONImpl
 
serialVersionUID - Static variable in class twitter4j.RelationshipJSONImpl
 
serialVersionUID - Static variable in class twitter4j.ResponseListImpl
 
serialVersionUID - Static variable in class twitter4j.SavedSearchJSONImpl
 
serialVersionUID - Static variable in class twitter4j.SimilarPlacesImpl
 
serialVersionUID - Static variable in class twitter4j.StatusDeletionNoticeImpl
 
serialVersionUID - Static variable in class twitter4j.StatusJSONImpl
 
serialVersionUID - Static variable in class twitter4j.StatusUpdate
 
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.TwitterOAuthSupportBaseImpl
 
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.URLEntityJSONImpl
 
serialVersionUID - Static variable in class twitter4j.UserJSONImpl
 
serialVersionUID - Static variable in class twitter4j.UserListJSONImpl
 
serialVersionUID - Static variable in class twitter4j.UserMentionEntityJSONImpl
 
setAccuracy(String) - Method in class twitter4j.GeoQuery
Sets a hint on the "region" in which to search.
setAnnotations(List<Annotation>) - Method in class twitter4j.Annotations
Sets the List of Annotation instances Ensures the class's property is not null
setAnnotations(Annotations) - Method in class twitter4j.StatusUpdate
 
setAsyncNumThreads(int) - Method in class twitter4j.conf.ConfigurationBase
 
setAsyncNumThreads(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setAttributes(Map<String, String>) - Method in class twitter4j.Annotation
Sets the attributes Ensures the class's property is not null
setClientURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setClientURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setClientVersion(String) - Method in class twitter4j.conf.ConfigurationBase
 
setClientVersion(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
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
 
setDebugEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setDispatcherImpl(String) - Method in class twitter4j.conf.ConfigurationBase
 
setDispatcherImpl(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setDisplayCoordinates(boolean) - Method in class twitter4j.StatusUpdate
 
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
setGranularity(String) - Method in class twitter4j.GeoQuery
Sets the minimal granularity of data to return.
setHttpConnectionTimeout(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpConnectionTimeout(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpDefaultMaxPerRoute(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpDefaultMaxPerRoute(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpMaxTotalConnections(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpMaxTotalConnections(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyHost(String) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpProxyHost(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyPassword(String) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpProxyPassword(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyPort(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpProxyPort(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyUser(String) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpProxyUser(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpRetryCount(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpRetryCount(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpRetryIntervalSeconds(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpRetryIntervalSeconds(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpStreamingReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBase
 
setHttpStreamingReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setIncludeEntities(boolean) - Method in class twitter4j.FilterQuery
Set whether to include extracted entities in the stream.
setIncludeEntitiesEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setIncludeEntitiesEnbled(boolean) - Method in class twitter4j.conf.ConfigurationBase
 
setIncludeRTsEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setIncludeRTsEnbled(boolean) - Method in class twitter4j.conf.ConfigurationBase
 
setInReplyToStatusId(long) - Method in class twitter4j.StatusUpdate
 
setLang(String) - Method in class twitter4j.Query
restricts tweets to the given language, given by an ISO 639-1 code
setLocale(String) - Method in class twitter4j.Query
Specify the language of the query you are sending (only ja is currently effective).
setLocation(GeoLocation) - Method in class twitter4j.StatusUpdate
 
setMaxId(long) - Method in class twitter4j.Paging
 
setMaxId(long) - Method in class twitter4j.Query
If specified, returns tweets with status ids less than the given id.
setMaxResults(int) - Method in class twitter4j.GeoQuery
Sets a hint as to the number of results to return.
setMediaProvider(String) - Method in class twitter4j.conf.ConfigurationBase
 
setMediaProvider(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setMediaProviderAPIKey(String) - Method in class twitter4j.conf.ConfigurationBase
 
setMediaProviderAPIKey(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setNested() - Method in exception twitter4j.TwitterException
 
setOAuthAccessToken(AccessToken) - Method in class twitter4j.AsyncTwitter
Sets the access token
setOAuthAccessToken(String, String) - Method in class twitter4j.AsyncTwitter
setOAuthAccessToken(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthAccessToken(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
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.TwitterOAuthSupportBase
 
setOAuthAccessToken(String, String) - Method in class twitter4j.TwitterOAuthSupportBase
setOAuthAccessToken(AccessToken) - Method in class twitter4j.TwitterOAuthSupportBaseImpl
Sets the access token
setOAuthAccessToken(String, String) - Method in class twitter4j.TwitterOAuthSupportBaseImpl
setOAuthAccessTokenSecret(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthAccessTokenSecret(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAccessTokenURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthAccessTokenURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAuthenticationURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthAuthenticationURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAuthorizationURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthAuthorizationURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthConsumer(String, String) - Method in class twitter4j.AsyncTwitter
sets the OAuth consumer key and consumer secret
setOAuthConsumer(String, String) - Method in class twitter4j.TwitterOAuthSupportBase
sets the OAuth consumer key and consumer secret
setOAuthConsumer(String, String) - Method in class twitter4j.TwitterOAuthSupportBaseImpl
sets the OAuth consumer key and consumer secret
setOAuthConsumerKey(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthConsumerKey(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthConsumerSecret(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthConsumerSecret(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthRealm(String) - Method in class twitter4j.http.OAuthAuthorization
Sets the OAuth realm
setOAuthRequestTokenURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setOAuthRequestTokenURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
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
 
setPassword(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setPlaceId(String) - Method in class twitter4j.StatusUpdate
 
setQuery(String) - Method in class twitter4j.Query
Sets the query string
setRateLimitStatusListener(RateLimitStatusListener) - Method in class twitter4j.TwitterOAuthSupportBase
Registers a RateLimitStatusListener for account associated rate limits
setRestBaseURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setRestBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setResultType(String) - Method in class twitter4j.Query
Default value is Query.MIXED if parameter not specified
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
 
setSearchBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setSecretKeySpec(SecretKeySpec) - Method in class twitter4j.http.OAuthToken
 
setSince(String) - Method in class twitter4j.Query
If specified, returns tweets with since the given date.
setSinceId(long) - Method in class twitter4j.Paging
 
setSinceId(long) - Method in class twitter4j.Query
returns tweets with status ids greater than the given id.
setSiteStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setSiteStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setSource(String) - Method in class twitter4j.conf.ConfigurationBase
 
setSource(String) - Method in class twitter4j.conf.ConfigurationBuilder
Deprecated.
source parameter is no longer supported.
setStatus(String) - Method in class twitter4j.TwitterStream.TwitterStreamConsumer
 
setStatusListener(StatusListener) - Method in class twitter4j.TwitterStream
setStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setType(String) - Method in class twitter4j.Annotation
Sets the type Ensures the class's property is not null
setUntil(String) - Method in class twitter4j.Query
If specified, returns tweets with generated before the given date.
setUser(String) - Method in class twitter4j.conf.ConfigurationBase
 
setUser(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUserAgent(String) - Method in class twitter4j.conf.ConfigurationBase
 
setUserAgent(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUserStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBase
 
setUserStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUserStreamListener(UserStreamListener) - Method in class twitter4j.TwitterStream
setUserStreamRepliesAllEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBase
 
setUserStreamRepliesAllEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUseSSL(boolean) - Method in class twitter4j.conf.ConfigurationBase
 
setUseSSL(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
SHOW_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
SHOW_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
SHOW_STATUS - Static variable in interface twitter4j.TwitterListener
 
SHOW_STATUS - Static variable in class twitter4j.TwitterMethod
 
SHOW_USER - Static variable in interface twitter4j.TwitterListener
 
SHOW_USER - Static variable in class twitter4j.TwitterMethod
 
SHOW_USER_LIST - Static variable in interface twitter4j.TwitterListener
 
SHOW_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
showAllInlineMedia - Variable in class twitter4j.UserJSONImpl
 
showFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethods
Returns detailed information about the relationship between two users.
showFriendship(int, int) - Method in interface twitter4j.api.FriendshipMethods
Returns detailed information about the relationship between two users.
showFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns detailed information about the relationship between two users.
showFriendship(int, int) - Method in interface twitter4j.api.FriendshipMethodsAsync
Returns detailed information about the relationship between two users.
showFriendship(String, String) - Method in class twitter4j.AsyncTwitter
Returns detailed information about the relationship between two users.
showFriendship(int, int) - Method in class twitter4j.AsyncTwitter
Returns detailed information about the relationship between two users.
showFriendship(String, String) - Method in class twitter4j.Twitter
Returns detailed information about the relationship between two users.
showFriendship(int, int) - Method in class twitter4j.Twitter
Returns detailed information about the relationship between two users.
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 below.
showStatus(long) - Method in interface twitter4j.api.StatusMethodsAsync
Returns a single status, specified by the id parameter below.
showStatus(long) - Method in class twitter4j.AsyncTwitter
Returns a single status, specified by the id parameter below.
showStatus(long) - Method in class twitter4j.Twitter
Returns a single status, specified by the id parameter below.
showUser(String) - Method in interface twitter4j.api.UserMethods
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(int) - Method in interface twitter4j.api.UserMethods
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(String) - Method in interface twitter4j.api.UserMethodsAsync
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(int) - Method in interface twitter4j.api.UserMethodsAsync
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(String) - Method in class twitter4j.AsyncTwitter
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(int) - Method in class twitter4j.AsyncTwitter
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(String) - Method in class twitter4j.Twitter
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(int) - Method in class twitter4j.Twitter
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUserList(String, int) - Method in interface twitter4j.api.ListMethods
Show the specified list.
showUserList(String, int) - Method in interface twitter4j.api.ListMethodsAsync
Show the specified list.
showUserList(String, int) - Method in class twitter4j.AsyncTwitter
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 dispatcher thread.
shutdown() - Method in class twitter4j.TwitterOAuthSupportBase
Free resources associated with this instance, should be called on all instances constructed.
shutdown - Variable in class twitter4j.TwitterStream
 
shutdown() - Method in class twitter4j.TwitterStream
Shuts down internal dispatcher thread used by site stream.
SIMILAR_PLACES - Static variable in interface twitter4j.TwitterListener
 
SIMILAR_PLACES - Static variable in class twitter4j.TwitterMethod
 
SimilarPlaces - Interface in twitter4j
 
SimilarPlacesImpl - Class in twitter4j
 
SimilarPlacesImpl(ResponseList<Place>, HttpResponse, String) - Constructor for class twitter4j.SimilarPlacesImpl
 
since - Variable in class twitter4j.Query
 
since(String) - Method in class twitter4j.Query
If specified, returns tweets with since the given date.
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
 
site(boolean, int[]) - Method in class twitter4j.TwitterStream
Site Streams, a new feature on the Streaming API, is now available for beta testing.
SITE_STREAM_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
siteStreamBaseURL - Variable in class twitter4j.conf.ConfigurationBase
 
SiteStreamsAdapter - Class in twitter4j
 
SiteStreamsAdapter() - Constructor for class twitter4j.SiteStreamsAdapter
 
SiteStreamsImpl - Class in twitter4j
 
SiteStreamsImpl(Dispatcher, InputStream) - Constructor for class twitter4j.SiteStreamsImpl
 
SiteStreamsImpl(Dispatcher, HttpResponse) - Constructor for class twitter4j.SiteStreamsImpl
 
SiteStreamsListener - Interface in twitter4j
 
size() - Method in class twitter4j.Annotation
 
size() - Method in class twitter4j.Annotations
 
size - Variable in class twitter4j.CategoryJSONImpl
 
SLEEP_END_TIME - Variable in class twitter4j.AccountSettingsJSONImpl
 
SLEEP_START_TIME - Variable in class twitter4j.AccountSettingsJSONImpl
 
SLEEP_TIME_ENABLED - Variable in class twitter4j.AccountSettingsJSONImpl
 
slug - Variable in class twitter4j.CategoryJSONImpl
 
slug - Variable in class twitter4j.UserListJSONImpl
 
SMCP - Static variable in class twitter4j.Paging
 
SMS - Static variable in class twitter4j.Device
Deprecated.
 
sortedNames() - Method in class twitter4j.Annotation
 
source - Variable in class twitter4j.conf.ConfigurationBase
 
SOURCE - Static variable in class twitter4j.conf.PropertyConfiguration
 
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.
stackLineHash - Variable in class twitter4j.ExceptionDiagnosis
 
start - Variable in class twitter4j.HashtagEntityJSONImpl
 
start - Variable in class twitter4j.URLEntityJSONImpl
 
start - Variable in class twitter4j.UserMentionEntityJSONImpl
 
startHandler(TwitterStream.TwitterStreamConsumer) - Method in class twitter4j.TwitterStream
 
STATUS - Static variable in class twitter4j.json.JSONObjectType
 
Status - Interface in twitter4j
A data interface representing one single status of a user.
status - Variable in class twitter4j.StatusUpdate
 
status - Variable in class twitter4j.UserJSONImpl
 
StatusAdapter - Class in twitter4j
 
StatusAdapter() - Constructor for class twitter4j.StatusAdapter
 
statusCode - Variable in exception twitter4j.TwitterException
 
statusConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
StatusDeletionNotice - Interface in twitter4j
A data class representing Status deletionNotice
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately.
statusDeletionNoticeConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
StatusDeletionNoticeImpl - Class in twitter4j
StatusDeletionNotice implementation.
StatusDeletionNoticeImpl(JSONObject) - Constructor for class twitter4j.StatusDeletionNoticeImpl
 
statusesCount - Variable in class twitter4j.UserJSONImpl
 
statusId - Variable in class twitter4j.StatusDeletionNoticeImpl
 
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
 
StatusMethods - Interface in twitter4j.api
 
StatusMethodsAsync - Interface in twitter4j.api
 
StatusStream - Interface in twitter4j
 
StatusStreamImpl - Class in twitter4j
StatusStream implementation.
StatusStreamImpl(Dispatcher, InputStream) - Constructor for class twitter4j.StatusStreamImpl
 
StatusStreamImpl(Dispatcher, HttpResponse) - Constructor for class twitter4j.StatusStreamImpl
 
StatusUpdate - Class in twitter4j
 
StatusUpdate(String) - Constructor for class twitter4j.StatusUpdate
 
stream(String, int, boolean) - Method in class twitter4j.TwitterStream
Deprecated. 
stream - Variable in class twitter4j.TwitterStream.TwitterStreamConsumer
 
STREAM_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
STREAM_USER_REPLIES_ALL - Static variable in class twitter4j.conf.PropertyConfiguration
 
streamAlive - Variable in class twitter4j.AbstractStreamImplementation
 
streamBaseURL - Variable in class twitter4j.conf.ConfigurationBase
 
StreamImplementation - Interface in twitter4j
 
StreamingReadTimeoutConfiguration - Class in twitter4j
 
StreamingReadTimeoutConfiguration(Configuration) - Constructor for class twitter4j.StreamingReadTimeoutConfiguration
 
StreamListener - Interface in twitter4j
 
streamListeners - Variable in class twitter4j.TwitterStream
 
streetAddress - Variable in class twitter4j.PlaceJSONImpl
 
SUBSCRIBE_LIST - Static variable in interface twitter4j.TwitterListener
 
SUBSCRIBE_LIST - Static variable in class twitter4j.TwitterMethod
 
subscribedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
subscribedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
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 interface twitter4j.api.ListSubscribersMethodsAsync
Make the authenticated user follow the specified list.
subscribeUserList(String, int) - Method in class twitter4j.AsyncTwitter
Make the authenticated user follow the specified list.
subscribeUserList(String, int) - Method in class twitter4j.Twitter
Make the authenticated user follow the specified list.
SUGGESTED_USER_CATEGORIES - Static variable in interface twitter4j.TwitterListener
 
SUGGESTED_USER_CATEGORIES - Static variable in class twitter4j.TwitterMethod
 

T

targetUserId - Variable in class twitter4j.RelationshipJSONImpl
 
targetUserScreenName - Variable in class twitter4j.RelationshipJSONImpl
 
TCP_ERROR_INITIAL_WAIT - Static variable in class twitter4j.TwitterStream
 
TCP_ERROR_WAIT_CAP - Static variable in class twitter4j.TwitterStream
 
TERMS_OF_SERVICE - Static variable in interface twitter4j.TwitterListener
 
TERMS_OF_SERVICE - Static variable in class twitter4j.TwitterMethod
 
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 interface twitter4j.TwitterListener
 
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.HashtagEntityJSONImpl
 
text - Variable in class twitter4j.StatusJSONImpl
 
text - Variable in class twitter4j.TweetJSONImpl
 
th - Variable in class twitter4j.ExceptionDiagnosis
 
TimelineMethods - Interface in twitter4j.api
 
TimelineMethodsAsync - Interface in twitter4j.api
 
TimeSpanUtil - Class in twitter4j
Deprecated.
use twitter4j.util.TimeSpanUtil instead.
TimeSpanUtil() - Constructor for class twitter4j.TimeSpanUtil
Deprecated.
 
TimeSpanUtil - Class in twitter4j.util
 
TimeSpanUtil() - Constructor for class twitter4j.util.TimeSpanUtil
 
timeZone - Variable in class twitter4j.UserJSONImpl
 
TITLE - Static variable in class twitter4j.media.Version
 
TITLE - Static variable in class twitter4j.Version
 
toCommaSeparatedString(String[]) - Static method in class twitter4j.Twitter
 
toCommaSeparatedString(int[]) - Static method in class twitter4j.Twitter
 
toDateStr(Date) - Method in class twitter4j.Twitter
 
toHexString(int) - Method in class twitter4j.ExceptionDiagnosis
 
token - Variable in class twitter4j.http.OAuthToken
 
token - Variable in class twitter4j.SimilarPlacesImpl
 
tokenSecret - Variable in class twitter4j.http.OAuthToken
 
toLocationsString(double[][]) - Method in class twitter4j.FilterQuery
 
toParamList(HttpParameter[]) - Static method in class twitter4j.http.OAuthAuthorization
 
toString() - Method in class twitter4j.AccountTotalsJSONImpl
 
toString() - Method in class twitter4j.Annotation
 
toString() - Method in class twitter4j.Annotations
 
toString() - Method in class twitter4j.CategoryJSONImpl
 
toString() - Method in class twitter4j.conf.ConfigurationBase
 
toString() - Method in class twitter4j.Device
Deprecated.
 
toString() - Method in class twitter4j.DirectMessageJSONImpl
 
toString() - Method in class twitter4j.ExceptionDiagnosis
 
toString() - Method in class twitter4j.FilterQuery
 
toString() - Method in class twitter4j.FriendshipJSONImpl
 
toString() - Method in class twitter4j.GeoLocation
 
toString() - Method in class twitter4j.GeoQuery
 
toString() - Method in class twitter4j.HashtagEntityJSONImpl
 
toString() - Method in class twitter4j.http.AccessToken
 
toString() - Method in class twitter4j.http.BasicAuthorization
 
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.IDsJSONImpl
 
toString() - Method in class twitter4j.json.JSONObjectType
 
toString() - Method in class twitter4j.LocationJSONImpl
 
toString() - Method in class twitter4j.media.MediaProvider
 
toString() - Method in class twitter4j.Paging
 
toString() - Method in class twitter4j.PlaceJSONImpl
 
toString() - Method in class twitter4j.ProfileImage.ImageSize
 
toString() - Method in class twitter4j.Query
 
toString() - Method in class twitter4j.QueryResultJSONImpl
 
toString() - Method in class twitter4j.RateLimitStatusJSONImpl
 
toString() - Method in class twitter4j.RelatedResultsJSONImpl
 
toString() - Method in class twitter4j.RelationshipJSONImpl
 
toString() - Method in class twitter4j.SavedSearchJSONImpl
 
toString() - Method in class twitter4j.StatusDeletionNoticeImpl
 
toString() - Method in class twitter4j.StatusJSONImpl
 
toString() - Method in class twitter4j.StatusUpdate
 
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 exception twitter4j.TwitterException
 
toString() - Method in class twitter4j.TwitterMethod
 
toString() - Method in class twitter4j.URLEntityJSONImpl
 
toString() - Method in class twitter4j.UserJSONImpl
 
toString() - Method in class twitter4j.UserListJSONImpl
 
toString() - Method in class twitter4j.UserMentionEntityJSONImpl
 
toTimeSpanString(Date) - Static method in class twitter4j.TimeSpanUtil
Deprecated.
toTimeSpanString(long) - Static method in class twitter4j.TimeSpanUtil
Deprecated.
toTimeSpanString(int) - Static method in class twitter4j.TimeSpanUtil
Deprecated.
toTimeSpanString(Date) - Static method in class twitter4j.util.TimeSpanUtil
 
toTimeSpanString(long) - Static method in class twitter4j.util.TimeSpanUtil
 
toTimeSpanString(int) - Static method in class twitter4j.util.TimeSpanUtil
 
toUser - Variable in class twitter4j.TweetJSONImpl
 
toUserId - Variable in class twitter4j.TweetJSONImpl
 
track - Variable in class twitter4j.FilterQuery
 
track(String[]) - Method in class twitter4j.FilterQuery
Sets track
translator - Variable in class twitter4j.UserJSONImpl
 
Trend - Interface in twitter4j
A data interface representing Trend.
TREND_LOCATION - Variable in class twitter4j.AccountSettingsJSONImpl
 
trendAt - Variable in class twitter4j.TrendsJSONImpl
 
trendConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
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 interface twitter4j.TwitterListener
 
TRENDS - Static variable in class twitter4j.TwitterMethod
 
trendsConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
TrendsJSONImpl - Class in twitter4j
A data class representing Trends.
TrendsJSONImpl(HttpResponse) - Constructor for class twitter4j.TrendsJSONImpl
 
TrendsJSONImpl(String) - Constructor for class twitter4j.TrendsJSONImpl
 
TrendsJSONImpl(Date, Location, Date, Trend[]) - Constructor for class twitter4j.TrendsJSONImpl
 
TrendsMethods - Interface in twitter4j.api
 
TrendsMethodsAsync - Interface in twitter4j.api
 
Tweet - Interface in twitter4j
A data class representing a Tweet in the search response
tweetConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
TweetJSONImpl - Class in twitter4j
A data class representing a Tweet in the search response
TweetJSONImpl(JSONObject) - Constructor for class twitter4j.TweetJSONImpl
 
TWEETPHOTO_UPLOAD_URL - Static variable in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
tweetPhotoAPIKey - Variable in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
tweets - Variable in class twitter4j.QueryResultJSONImpl
 
TWEETS_FROM_USER - Static variable in class twitter4j.RelatedResultsJSONImpl
 
TWEETS_WITH_CONVERSATION - Static variable in class twitter4j.RelatedResultsJSONImpl
 
TWEETS_WITH_REPLY - Static variable in class twitter4j.RelatedResultsJSONImpl
 
tweetsMap - Variable in class twitter4j.RelatedResultsJSONImpl
 
TWIPPLE - Static variable in class twitter4j.media.MediaProvider
 
TWIPPLE_UPLOAD_URL - Static variable in class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
TwippleUpload - Class in twitter4j.media
 
TwippleUpload(Configuration, OAuthAuthorization) - Constructor for class twitter4j.media.TwippleUpload
 
TWITGOO - Static variable in class twitter4j.media.MediaProvider
 
TWITGOO_UPLOAD_URL - Static variable in class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
TwitgooUpload - Class in twitter4j.media
 
TwitgooUpload(Configuration, OAuthAuthorization) - Constructor for class twitter4j.media.TwitgooUpload
 
TWITPIC - Static variable in class twitter4j.media.MediaProvider
 
TWITPIC_UPLOAD_URL - Static variable in class twitter4j.util.ImageUpload.TwitpicBasicAuthUploader
Deprecated.
 
TWITPIC_UPLOAD_URL - Static variable in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
twitpicAPIKey - Variable in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
TwitpicUpload - Class in twitter4j.media
 
TwitpicUpload(Configuration, String, OAuthAuthorization) - Constructor for class twitter4j.media.TwitpicUpload
 
twitter - Variable in class twitter4j.AsyncTwitter
 
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.
Currently this class is not carefully designed to be extended.
Twitter(Configuration) - Constructor for class twitter4j.Twitter
 
Twitter() - Constructor for class twitter4j.Twitter
Deprecated.
Twitter(String, String) - Constructor for class twitter4j.Twitter
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.http - package twitter4j.http
 
twitter4j.json - package twitter4j.json
 
twitter4j.media - package twitter4j.media
 
twitter4j.util - package twitter4j.util
 
TWITTER_VERIFY_CREDENTIALS - Static variable in class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
TWITTER_VERIFY_CREDENTIALS - Static variable in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
TWITTER_VERIFY_CREDENTIALS - Static variable in class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
TWITTER_VERIFY_CREDENTIALS - Static variable in class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
TWITTER_VERIFY_CREDENTIALS - Static variable in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
TWITTER_VERIFY_CREDENTIALS - Static variable in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
TWITTER_VERIFY_CREDENTIALS_JSON - Static variable in class twitter4j.media.AbstractImageUploadImpl
 
TWITTER_VERIFY_CREDENTIALS_XML - Static variable in class twitter4j.media.AbstractImageUploadImpl
 
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, HttpResponse) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, int, Map<String, List<String>>, int, RateLimitStatus, RateLimitStatus) - 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
Creates a TwitterFactory with the given configuration.
TwitterFactory(String) - Constructor for class twitter4j.TwitterFactory
Creates a TwitterFactory with a specified config tree
TwitterListener - Interface in twitter4j
A listner for receiving asynchronous responses from Twitter Async APIs.
TwitterMethod - Class in twitter4j
 
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
 
TwitterOAuthSupportBaseImpl - Class in twitter4j
 
TwitterOAuthSupportBaseImpl(Configuration) - Constructor for class twitter4j.TwitterOAuthSupportBaseImpl
 
TwitterOAuthSupportBaseImpl() - Constructor for class twitter4j.TwitterOAuthSupportBaseImpl
 
TwitterOAuthSupportBaseImpl(String, String) - Constructor for class twitter4j.TwitterOAuthSupportBaseImpl
 
TwitterOAuthSupportBaseImpl(Configuration, String, String) - Constructor for class twitter4j.TwitterOAuthSupportBaseImpl
 
TwitterOAuthSupportBaseImpl(Configuration, Authorization) - Constructor for class twitter4j.TwitterOAuthSupportBaseImpl
 
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 - Class in twitter4j
A java representation of the Streaming API: Methods
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.
TwitterStream(String, String) - Constructor for class twitter4j.TwitterStream
Deprecated.
TwitterStream(String, String, StreamListener) - Constructor for class twitter4j.TwitterStream
Deprecated.
TwitterStream(Configuration, Authorization, StreamListener) - Constructor for class twitter4j.TwitterStream
 
TwitterStream.TwitterStreamConsumer - Class in twitter4j
 
TwitterStream.TwitterStreamConsumer() - Constructor for class twitter4j.TwitterStream.TwitterStreamConsumer
 
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
Creates a TwitterStreamFactory with the root configuration.
TwitterStreamFactory(Configuration) - Constructor for class twitter4j.TwitterStreamFactory
Creates a TwitterStreamFactory with the given configuration.
TwitterStreamFactory(StatusListener) - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(UserStreamListener) - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(String) - Constructor for class twitter4j.TwitterStreamFactory
Creates a TwitterStreamFactory with a specified config tree.
TwitterStreamFactory(String, StatusListener) - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(String, UserStreamListener) - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(Configuration, StatusListener) - Constructor for class twitter4j.TwitterStreamFactory
TwitterStreamFactory(Configuration, UserStreamListener) - Constructor for class twitter4j.TwitterStreamFactory
type - Variable in class twitter4j.Annotation
 
type(String) - Method in class twitter4j.Annotation
Sets the type Ensures the class's property is not null

U

UNBLOCK - Static variable in class twitter4j.json.JSONObjectType
 
UNFAVORITE - Static variable in class twitter4j.json.JSONObjectType
 
UNSUBSCRIBE_LIST - Static variable in interface twitter4j.TwitterListener
 
UNSUBSCRIBE_LIST - Static variable in class twitter4j.TwitterMethod
 
unsubscribedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
unsubscribedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
unsubscribeUserList(String, int) - Method in interface twitter4j.api.ListSubscribersMethods
Unsubscribes the authenticated user form the specified list.
unsubscribeUserList(String, int) - Method in interface twitter4j.api.ListSubscribersMethodsAsync
Unsubscribes the authenticated user form the specified list.
unsubscribeUserList(String, int) - Method in class twitter4j.AsyncTwitter
Unsubscribes the authenticated user form the specified list.
unsubscribeUserList(String, int) - Method in class twitter4j.Twitter
Unsubscribes the authenticated user form the specified list.
until - Variable in class twitter4j.Query
 
until(String) - Method in class twitter4j.Query
If specified, returns tweets with generated before the given date.
UPDATE_DELIVERY_DEVICE - Static variable in interface twitter4j.TwitterListener
 
UPDATE_DELIVERY_DEVICE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_FRIENDSHIP - Static variable in interface twitter4j.TwitterListener
 
UPDATE_FRIENDSHIP - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE - Static variable in interface twitter4j.TwitterListener
 
UPDATE_PROFILE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE_BACKGROUND_IMAGE - Static variable in interface twitter4j.TwitterListener
 
UPDATE_PROFILE_BACKGROUND_IMAGE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE_COLORS - Static variable in interface twitter4j.TwitterListener
 
UPDATE_PROFILE_COLORS - Static variable in class twitter4j.TwitterMethod
 
UPDATE_PROFILE_IMAGE - Static variable in interface twitter4j.TwitterListener
 
UPDATE_PROFILE_IMAGE - Static variable in class twitter4j.TwitterMethod
 
UPDATE_STATUS - Static variable in interface twitter4j.TwitterListener
 
UPDATE_STATUS - Static variable in class twitter4j.TwitterMethod
 
UPDATE_USER_LIST - Static variable in interface twitter4j.TwitterListener
 
UPDATE_USER_LIST - Static variable in class twitter4j.TwitterMethod
 
updatedDeliveryDevice(User) - Method in class twitter4j.TwitterAdapter
 
updatedDeliveryDevice(User) - Method in interface twitter4j.TwitterListener
 
updateDeliveryDevice(Device) - Method in interface twitter4j.api.AccountMethods
Deprecated.
This endpoint is deprecated and should no longer be used.
updateDeliveryDevice(Device) - Method in interface twitter4j.api.AccountMethodsAsync
Deprecated.
This endpoint is deprecated and should no longer be used.
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.
updatedFriendship(Relationship) - Method in class twitter4j.TwitterAdapter
 
updatedFriendship(Relationship) - Method in interface twitter4j.TwitterListener
 
updatedProfile(User) - Method in class twitter4j.TwitterAdapter
 
updatedProfile(User) - Method in interface twitter4j.TwitterListener
 
updatedProfileBackgroundImage(User) - Method in class twitter4j.TwitterAdapter
 
updatedProfileBackgroundImage(User) - Method in interface twitter4j.TwitterListener
 
updatedProfileColors(User) - Method in class twitter4j.TwitterAdapter
 
updatedProfileColors(User) - Method in interface twitter4j.TwitterListener
 
updatedProfileImage(User) - Method in class twitter4j.TwitterAdapter
 
updatedProfileImage(User) - Method in interface twitter4j.TwitterListener
 
updatedStatus(Status) - Method in class twitter4j.TwitterAdapter
 
updatedStatus(Status) - Method in interface twitter4j.TwitterListener
 
updatedUserList(UserList) - Method in class twitter4j.TwitterAdapter
 
updatedUserList(UserList) - Method in interface twitter4j.TwitterListener
 
updateFriendship(String, boolean, boolean) - Method in interface twitter4j.api.FriendshipMethods
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(int, boolean, boolean) - Method in interface twitter4j.api.FriendshipMethods
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(String, boolean, boolean) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(int, boolean, boolean) - Method in interface twitter4j.api.FriendshipMethodsAsync
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(String, boolean, boolean) - Method in class twitter4j.AsyncTwitter
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(int, boolean, boolean) - Method in class twitter4j.AsyncTwitter
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(String, boolean, boolean) - Method in class twitter4j.Twitter
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(int, boolean, boolean) - Method in class twitter4j.Twitter
Allows you to enable or disable retweets and device notifications from the specified user.
updateProfile(String, String, String, String, String) - Method in interface twitter4j.api.AccountMethods
updateProfile(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
updateProfile(String, String, String, String) - Method in interface twitter4j.api.AccountMethodsAsync
Sets values that users are able to set under the "Account" tab of their settings page.
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) - 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.
updateProfile(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.
updates - Variable in class twitter4j.AccountTotalsJSONImpl
 
updateStatus(String) - Method in interface twitter4j.api.StatusMethods
Updates the authenticating user's status.
updateStatus(String, GeoLocation) - Method in interface twitter4j.api.StatusMethods
updateStatus(String, long) - Method in interface twitter4j.api.StatusMethods
updateStatus(String, long, GeoLocation) - Method in interface twitter4j.api.StatusMethods
updateStatus(StatusUpdate) - Method in interface twitter4j.api.StatusMethods
Updates the authenticating user's status.
updateStatus(String) - Method in interface twitter4j.api.StatusMethodsAsync
Updates the authenticating user's status.
updateStatus(String, GeoLocation) - Method in interface twitter4j.api.StatusMethodsAsync
updateStatus(String, long) - Method in interface twitter4j.api.StatusMethodsAsync
updateStatus(String, long, GeoLocation) - Method in interface twitter4j.api.StatusMethodsAsync
updateStatus(StatusUpdate) - Method in interface twitter4j.api.StatusMethodsAsync
Updates the authenticating user's status.
updateStatus(String) - Method in class twitter4j.AsyncTwitter
Updates the authenticating user's status.
updateStatus(String, GeoLocation) - Method in class twitter4j.AsyncTwitter
Updates the authenticating user's status.
updateStatus(String, long) - Method in class twitter4j.AsyncTwitter
Updates the authenticating user's status.
updateStatus(String, long, GeoLocation) - Method in class twitter4j.AsyncTwitter
Updates the authenticating user's status.
updateStatus(StatusUpdate) - Method in class twitter4j.AsyncTwitter
Updates the authenticating user's status.
updateStatus(String) - Method in class twitter4j.Twitter
Updates the authenticating user's status.
updateStatus(String, GeoLocation) - Method in class twitter4j.Twitter
Updates the authenticating user's status.
updateStatus(String, long) - Method in class twitter4j.Twitter
Updates the authenticating user's status.
updateStatus(String, long, GeoLocation) - Method in class twitter4j.Twitter
Updates the authenticating user's status.
updateStatus(StatusUpdate) - Method in class twitter4j.Twitter
Updates the authenticating 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 interface twitter4j.api.ListMethodsAsync
Updates the specified list.
updateUserList(int, String, boolean, String) - Method in class twitter4j.AsyncTwitter
Updates the specified list.
updateUserList(int, String, boolean, String) - Method in class twitter4j.Twitter
Updates the specified list.
upload(String, InputStream) - Method in class twitter4j.media.AbstractImageUploadImpl
 
upload(String, InputStream, String) - Method in class twitter4j.media.AbstractImageUploadImpl
 
upload(File, String) - Method in class twitter4j.media.AbstractImageUploadImpl
 
upload(File) - Method in class twitter4j.media.AbstractImageUploadImpl
 
upload() - Method in class twitter4j.media.AbstractImageUploadImpl
 
upload(File, String) - Method in interface twitter4j.media.ImageUpload
 
upload(File) - Method in interface twitter4j.media.ImageUpload
 
upload(String, InputStream) - Method in interface twitter4j.media.ImageUpload
 
upload(String, InputStream, String) - Method in interface twitter4j.media.ImageUpload
 
upload(File) - Method in class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
upload(File, String) - Method in class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
upload(String, InputStream) - Method in class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
upload(String, InputStream, String) - Method in class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
upload(HttpParameter[]) - Method in class twitter4j.util.ImageUpload.ImgLyOAuthUploader
Deprecated.
 
upload(File) - Method in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
upload(File, String) - Method in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
upload(String, InputStream) - Method in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
upload(String, InputStream, String) - Method in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
upload(HttpParameter[]) - Method in class twitter4j.util.ImageUpload.TweetPhotoOAuthUploader
Deprecated.
 
upload(File) - Method in class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
upload(File, String) - Method in class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
upload(String, InputStream) - Method in class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
upload(String, InputStream, String) - Method in class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
upload(HttpParameter[]) - Method in class twitter4j.util.ImageUpload.TwippleUploader
Deprecated.
 
upload(File) - Method in class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
upload(File, String) - Method in class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
upload(String, InputStream) - Method in class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
upload(String, InputStream, String) - Method in class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
upload(HttpParameter[]) - Method in class twitter4j.util.ImageUpload.TwitgooOAuthUploader
Deprecated.
 
upload(File) - Method in class twitter4j.util.ImageUpload.TwitpicBasicAuthUploader
Deprecated.
 
upload(File, String) - Method in class twitter4j.util.ImageUpload.TwitpicBasicAuthUploader
Deprecated.
 
upload(String, InputStream) - Method in class twitter4j.util.ImageUpload.TwitpicBasicAuthUploader
Deprecated.
 
upload(String, InputStream, String) - Method in class twitter4j.util.ImageUpload.TwitpicBasicAuthUploader
Deprecated.
 
upload(HttpParameter[]) - Method in class twitter4j.util.ImageUpload.TwitpicBasicAuthUploader
Deprecated.
 
upload(File) - Method in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
upload(File, String) - Method in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
upload(String, InputStream) - Method in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
upload(String, InputStream, String) - Method in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
upload(HttpParameter[]) - Method in class twitter4j.util.ImageUpload.TwitpicOAuthUploader
Deprecated.
 
upload(File) - Method in class twitter4j.util.ImageUpload
Deprecated.
 
upload(File, String) - Method in class twitter4j.util.ImageUpload
Deprecated.
 
upload(String, InputStream) - Method in class twitter4j.util.ImageUpload
Deprecated.
 
upload(String, InputStream, String) - Method in class twitter4j.util.ImageUpload
Deprecated.
 
upload(File) - Method in class twitter4j.util.ImageUpload.YFrogBasicAuthUploader
Deprecated.
 
upload(File, String) - Method in class twitter4j.util.ImageUpload.YFrogBasicAuthUploader
Deprecated.
 
upload(String, InputStream) - Method in class twitter4j.util.ImageUpload.YFrogBasicAuthUploader
Deprecated.
 
upload(String, InputStream, String) - Method in class twitter4j.util.ImageUpload.YFrogBasicAuthUploader
Deprecated.
 
upload(HttpParameter[]) - Method in class twitter4j.util.ImageUpload.YFrogBasicAuthUploader
Deprecated.
 
upload(File) - Method in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
upload(File, String) - Method in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
upload(String, InputStream) - Method in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
upload(String, InputStream, String) - Method in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
upload(HttpParameter[]) - Method in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
uploadUrl - Variable in class twitter4j.media.AbstractImageUploadImpl
 
uri - Variable in class twitter4j.UserListJSONImpl
 
url - Variable in class twitter4j.LocationJSONImpl
 
url - Variable in class twitter4j.PlaceJSONImpl
 
url - Variable in class twitter4j.ProfileImageImpl
 
url - Variable in class twitter4j.TrendJSONImpl
 
url - Variable in class twitter4j.URLEntityJSONImpl
 
url - Variable in class twitter4j.UserJSONImpl
 
urlEntities - Variable in class twitter4j.StatusJSONImpl
 
URLEntity - Interface in twitter4j
A data interface representing one single URL entity.
URLEntityJSONImpl - Class in twitter4j
A data class representing one single URL entity.
URLEntityJSONImpl(JSONObject) - Constructor for class twitter4j.URLEntityJSONImpl
 
urls - Variable in class twitter4j.StatusJSONImpl
 
user - Variable in class twitter4j.conf.ConfigurationBase
 
USER - Static variable in class twitter4j.conf.PropertyConfiguration
 
user - Variable in class twitter4j.StatusJSONImpl
 
user() - Method in class twitter4j.TwitterStream
User Streams provides real-time updates of all data needed to update a desktop application display.
user(String[]) - Method in class twitter4j.TwitterStream
User Streams provides real-time updates of all data needed to update a desktop application display.
User - Interface in twitter4j
A data interface representing Basic user information element
user - Variable in class twitter4j.UserListJSONImpl
 
user - Variable in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
USER_LIST_CREATED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LIST_DESTROYED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LIST_MEMBERSHIPS - Static variable in interface twitter4j.TwitterListener
 
USER_LIST_MEMBERSHIPS - Static variable in class twitter4j.TwitterMethod
 
USER_LIST_STATUSES - Static variable in interface twitter4j.TwitterListener
 
USER_LIST_STATUSES - Static variable in class twitter4j.TwitterMethod
 
USER_LIST_SUBSCRIBED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LIST_SUBSCRIPTIONS - Static variable in interface twitter4j.TwitterListener
 
USER_LIST_SUBSCRIPTIONS - Static variable in class twitter4j.TwitterMethod
 
USER_LIST_UPDATED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LISTS - Static variable in interface twitter4j.TwitterListener
 
USER_LISTS - Static variable in class twitter4j.TwitterMethod
 
USER_STREAM_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
USER_SUGGESTIONS - Static variable in interface twitter4j.TwitterListener
 
USER_SUGGESTIONS - Static variable in class twitter4j.TwitterMethod
 
USER_TIMELINE - Static variable in interface twitter4j.TwitterListener
 
USER_TIMELINE - Static variable in class twitter4j.TwitterMethod
 
USER_UPDATE - Static variable in class twitter4j.json.JSONObjectType
 
userAgent - Variable in class twitter4j.conf.ConfigurationBase
 
userConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
userId - Variable in class twitter4j.http.AccessToken
 
userId - Variable in class twitter4j.http.BasicAuthorization
 
userId - Variable in class twitter4j.StatusDeletionNoticeImpl
 
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
userListConstructor - Static variable in class twitter4j.json.DataObjectFactory
 
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
 
userMentionEntities - Variable in class twitter4j.StatusJSONImpl
 
UserMentionEntity - Interface in twitter4j
A data interface representing one single user mention entity.
UserMentionEntityJSONImpl - Class in twitter4j
A data interface representing one single user mention entity.
UserMentionEntityJSONImpl(JSONObject) - Constructor for class twitter4j.UserMentionEntityJSONImpl
 
userMentions - Variable in class twitter4j.StatusJSONImpl
 
UserMethods - Interface in twitter4j.api
 
UserMethodsAsync - Interface in twitter4j.api
 
UserStream - Interface in twitter4j
 
UserStreamAdapter - Class in twitter4j
 
UserStreamAdapter() - Constructor for class twitter4j.UserStreamAdapter
 
userStreamBaseURL - Variable in class twitter4j.conf.ConfigurationBase
 
UserStreamImpl - Class in twitter4j
 
UserStreamImpl(Dispatcher, InputStream) - Constructor for class twitter4j.UserStreamImpl
 
UserStreamImpl(Dispatcher, HttpResponse) - Constructor for class twitter4j.UserStreamImpl
 
UserStreamListener - Interface in twitter4j
 
userStreamRepliesAllEnabled - Variable in class twitter4j.conf.ConfigurationBase
 
useSSL - Variable in class twitter4j.conf.ConfigurationBase
 
utcOffset - Variable in class twitter4j.UserJSONImpl
 

V

verifiedCredentials(User) - Method in class twitter4j.TwitterAdapter
 
verifiedCredentials(User) - Method in interface twitter4j.TwitterListener
 
VERIFY_CREDENTIALS - Static variable in interface twitter4j.TwitterListener
 
VERIFY_CREDENTIALS - Static variable in class twitter4j.TwitterMethod
 
verifyCredentials() - Method in interface twitter4j.api.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 interface twitter4j.api.AccountMethodsAsync
Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not.
verifyCredentials() - Method in class twitter4j.AsyncTwitter
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.media
 
Version() - Constructor for class twitter4j.media.Version
 
VERSION - Static variable in class twitter4j.media.Version
 
Version - Class in twitter4j
 
Version() - Constructor for class twitter4j.Version
 
VERSION - Static variable in class twitter4j.Version
 

W

warning - Variable in class twitter4j.QueryResultJSONImpl
 
wasRetweetedByMe - Variable in class twitter4j.StatusJSONImpl
 
WEEKLY_TRENDS - Static variable in interface twitter4j.TwitterListener
 
WEEKLY_TRENDS - Static variable in class twitter4j.TwitterMethod
 
woeid - Variable in class twitter4j.LocationJSONImpl
 
writeObject(ObjectOutputStream) - Method in class twitter4j.TwitterOAuthSupportBase
 

Y

YFROG - Static variable in class twitter4j.media.MediaProvider
 
YFROG_UPLOAD_URL - Static variable in class twitter4j.util.ImageUpload.YFrogBasicAuthUploader
Deprecated.
 
YFROG_UPLOAD_URL - Static variable in class twitter4j.util.ImageUpload.YFrogOAuthUploader
Deprecated.
 
YFrogUpload - Class in twitter4j.media
 
YFrogUpload(Configuration, OAuthAuthorization) - Constructor for class twitter4j.media.YFrogUpload
 
A B C D E F G H I J K L M N O P Q R S T U V W Y