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

A

accept(T) - Method in interface twitter4j.util.function.Consumer
 
AccessToken - Class in twitter4j.auth
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(String, String) - Constructor for class twitter4j.auth.AccessToken
 
AccessToken(String, String, long) - Constructor for class twitter4j.auth.AccessToken
 
AccountSettings - Interface in twitter4j
 
AccountTotals - Interface in twitter4j
 
accumulate(String, Object) - Method in class twitter4j.JSONObject
Appends value to the array already mapped to name.
accuracy(String) - Method in class twitter4j.GeoQuery
 
addDefaultRequestHeader(String, String) - Method in interface twitter4j.HttpClient
 
addDefaultRequestHeader(String, String) - Method in class twitter4j.HttpClientBase
 
addRateLimitStatusListener(RateLimitStatusListener) - Method in interface twitter4j.TwitterBase
Registers a RateLimitStatusListener for account associated rate limits
align(OEmbedRequest.Align) - Method in class twitter4j.OEmbedRequest
 
APIStatistics - Class in twitter4j.management
Container for all InvocationStatisticsCalculators in a given API (like Twitter)
APIStatistics(int) - Constructor for class twitter4j.management.APIStatistics
 
APIStatisticsMBean - Interface in twitter4j.management
Simple MBean interface for APIStatistics.
APIStatisticsOpenMBean - Class in twitter4j.management
Dynamic version of APIStatisticsMBean that wraps an APIStatisticsOpenMBean.
APIStatisticsOpenMBean(APIStatistics) - Constructor for class twitter4j.management.APIStatisticsOpenMBean
 
append(String, Object) - Method in class twitter4j.JSONObject
Appends values to the array mapped to name.
array() - Method in class twitter4j.JSONStringer
Begins encoding a new array.
asJSONArray() - Method in class twitter4j.HttpResponse
Returns the response body as twitter4j.JSONArray.
Disconnects the internal HttpURLConnection silently.
asJSONObject() - Method in class twitter4j.HttpResponse
Returns the response body as twitter4j.JSONObject.
Disconnects the internal HttpURLConnection silently.
asReader() - Method in class twitter4j.HttpResponse
 
asStream() - Method in class twitter4j.HttpResponse
Returns the response stream.
This method cannot be called after calling asString() or asDcoument()
It is suggested to call disconnect() after consuming the stream.
asString() - Method in class twitter4j.HttpResponse
Returns the response body as string.
Disconnects the internal HttpURLConnection silently.
attachmentUrl(String) - Method in class twitter4j.StatusUpdate
 
Authorization - Interface in twitter4j.auth
An interface represents credentials.
AuthorizationConfiguration - Interface in twitter4j.auth
A static factory class for Authorization.
AuthorizationFactory - Class in twitter4j.auth
A static factory class for Authorization.
AuthorizationFactory() - Constructor for class twitter4j.auth.AuthorizationFactory
 
autoPopulateReplyMetadata(boolean) - Method in class twitter4j.StatusUpdate
 

B

back() - Method in class twitter4j.JSONTokener
Unreads the most recent character of input.
BAD_GATEWAY - Static variable in interface twitter4j.HttpResponseCode
 
BAD_REQUEST - Static variable in interface twitter4j.HttpResponseCode
 
BASE64Encoder - Class in twitter4j
A utility class encodes byte array into String using Base64 encoding scheme.
BasicAuthorization - Class in twitter4j.auth
An authentication implementation implements Basic authentication
BasicAuthorization(String, String) - Constructor for class twitter4j.auth.BasicAuthorization
 
build() - Method in class twitter4j.conf.ConfigurationBuilder
 

C

canSourceDm() - Method in interface twitter4j.Relationship
Checks if source user can send dm to target user
Category - Interface in twitter4j
 
CharacterUtil - Class in twitter4j.util
 
compareTo(HttpParameter) - Method in class twitter4j.HttpParameter
 
Configuration - Interface in twitter4j.conf
 
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
 
Consumer<T> - Interface in twitter4j.util.function
Functional interface for handling TwitterExceptions
containsFile(HttpParameter[]) - Static method in class twitter4j.HttpParameter
 
containsJson(HttpParameter[]) - Static method in class twitter4j.HttpParameter
 
count(int) - Method in class twitter4j.Paging
 
count(int) - Method in class twitter4j.Query
sets the number of tweets to return per page, up to a max of 100
count(String) - Static method in class twitter4j.util.CharacterUtil
Counts the length of the tweet
createAccountTotals(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs an AccountTotals object from rawJSON string.
createAccountTotals(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs an AccountTotals object from rawJSON string.
createBlock(long) - Method in interface twitter4j.api.UsersResources
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(String) - Method in interface twitter4j.api.UsersResources
Blocks the user specified in the ID parameter as the authenticating user.
createCategory(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a Category object from rawJSON string.
createCategory(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a Category object from rawJSON string.
createDirectMessage(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a DirectMessage object from rawJSON string.
createFavorite(long) - Method in interface twitter4j.api.FavoritesResources
Favorites the status specified in the ID parameter as the authenticating user.
createFriendship(long) - Method in interface twitter4j.api.FriendsFollowersResources
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.FriendsFollowersResources
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(long, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
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.FriendsFollowersResources
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createIDs(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a IDs object from rawJSON string.
createIDs(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a IDs object from rawJSON string.
createLocation(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a Location object from rawJSON string.
createLocation(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a Location object from rawJSON string.
createMute(long) - Method in interface twitter4j.api.UsersResources
Mutes the user specified in the ID parameter as the authenticating user.
createMute(String) - Method in interface twitter4j.api.UsersResources
Mutes the user specified in the screen name parameter as the authenticating user.
createObject(String) - Static method in class twitter4j.json.DataObjectFactory
createObject(String) - Static method in class twitter4j.TwitterObjectFactory
Construct an object from rawJSON string.
createOEmbed(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs an OEmbed object from rawJSON string.
createOEmbed(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs an OEmbed object from rawJSON string.
createPlace(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a Place object from rawJSON string.
createPlace(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a Place object from rawJSON string.
createRateLimitStatus(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a RateLimitStatus object from rawJSON string.
createRateLimitStatus(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a RateLimitStatus object from rawJSON string.
createRelationship(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a Relationship object from rawJSON string.
createRelationship(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a Relationship object from rawJSON string.
createSavedSearch(String) - Method in interface twitter4j.api.SavedSearchesResources
Creates a saved search for the authenticated user.
createSavedSearch(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a SavedSearch object from rawJSON string.
createSavedSearch(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a SavedSearch object from rawJSON string.
createStatus(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a Status object from rawJSON string.
createStatus(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a Status object from rawJSON string.
createTrend(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a Trend object from rawJSON string.
createTrend(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a Trend object from rawJSON string.
createTrends(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a Trends object from rawJSON string.
createTrends(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a Trends object from rawJSON string.
createUser(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a User object from rawJSON string.
createUser(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a User object from rawJSON string.
createUserList(String, boolean, String) - Method in interface twitter4j.api.ListsResources
Creates a new list for the authenticated user.
createUserList(String) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
Constructs a UserList object from rawJSON string.
createUserList(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a UserList object from rawJSON string.
createUserListMember(long, long) - Method in interface twitter4j.api.ListsResources
Adds a member to a list.
createUserListMember(long, String, long) - Method in interface twitter4j.api.ListsResources
Adds a member to a list.
createUserListMember(String, String, long) - Method in interface twitter4j.api.ListsResources
Adds a member to a list.
createUserListMembers(long, long...) - Method in interface twitter4j.api.ListsResources
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListMembers(long, String, long...) - Method in interface twitter4j.api.ListsResources
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListMembers(String, String, long...) - Method in interface twitter4j.api.ListsResources
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListMembers(long, String...) - Method in interface twitter4j.api.ListsResources
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListMembers(long, String, String...) - Method in interface twitter4j.api.ListsResources
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListMembers(String, String, String...) - Method in interface twitter4j.api.ListsResources
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
createUserListSubscription(long) - Method in interface twitter4j.api.ListsResources
Make the authenticated user follow the specified list.
createUserListSubscription(long, String) - Method in interface twitter4j.api.ListsResources
Make the authenticated user follow the specified list.
createUserListSubscription(String, String) - Method in interface twitter4j.api.ListsResources
Make the authenticated user follow the specified list.
CROP - Static variable in interface twitter4j.MediaEntity.Size
 
CursorSupport - Interface in twitter4j
 

D

DataObjectFactory - Class in twitter4j.json
Deprecated.
debug(String) - Method in class twitter4j.Logger
 
debug(String, String) - Method in class twitter4j.Logger
 
decode(String) - Static method in class twitter4j.HttpParameter
 
decodeParameters(String) - Static method in class twitter4j.HttpParameter
Parses a query string without the leading "?"
dehexchar(char) - Static method in class twitter4j.JSONTokener
Returns the integer [0..15] value for the given hex character, or -1 for non-hex input.
delete(String, HttpParameter[], Authorization, HttpResponseListener) - Method in interface twitter4j.HttpClient
 
delete(String) - Method in interface twitter4j.HttpClient
 
delete(String, HttpParameter[], Authorization, HttpResponseListener) - Method in class twitter4j.HttpClientBase
 
delete(String) - Method in class twitter4j.HttpClientBase
 
destroyBlock(long) - Method in interface twitter4j.api.UsersResources
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(String) - Method in interface twitter4j.api.UsersResources
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyDirectMessage(long) - Method in interface twitter4j.api.DirectMessagesResources
Deletes the direct message specified in the required ID parameter.
destroyFavorite(long) - Method in interface twitter4j.api.FavoritesResources
Un-favorites the status specified in the ID parameter as the authenticating user.
destroyFriendship(long) - Method in interface twitter4j.api.FriendsFollowersResources
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.FriendsFollowersResources
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyMute(long) - Method in interface twitter4j.api.UsersResources
Un-mutes the user specified in the ID parameter as the authenticating user.
destroyMute(String) - Method in interface twitter4j.api.UsersResources
Un-mutes the user specified in the screen name parameter as the authenticating user.
destroySavedSearch(long) - Method in interface twitter4j.api.SavedSearchesResources
Destroys a saved search for the authenticated user.
destroyStatus(long) - Method in interface twitter4j.api.TweetsResources
Destroys the status specified by the required ID parameter.
Usage note: The authenticating user must be the author of the specified status.
destroyUserList(long) - Method in interface twitter4j.api.ListsResources
Deletes the specified list.
destroyUserList(long, String) - Method in interface twitter4j.api.ListsResources
Deletes the specified list.
destroyUserList(String, String) - Method in interface twitter4j.api.ListsResources
Deletes the specified list.
destroyUserListMember(long, long) - Method in interface twitter4j.api.ListsResources
Removes the specified member from the list.
destroyUserListMember(long, String) - Method in interface twitter4j.api.ListsResources
Removes the specified members from the list.
destroyUserListMember(long, String, long) - Method in interface twitter4j.api.ListsResources
Removes the specified member from the list.
destroyUserListMember(String, String, long) - Method in interface twitter4j.api.ListsResources
Removes the specified member from the list.
destroyUserListMembers(long, String[]) - Method in interface twitter4j.api.ListsResources
Removes the specified members from the list.
destroyUserListMembers(long, long[]) - Method in interface twitter4j.api.ListsResources
Removes the specified members from the list.
destroyUserListMembers(String, String, String[]) - Method in interface twitter4j.api.ListsResources
Removes the specified members from the list.
destroyUserListSubscription(long) - Method in interface twitter4j.api.ListsResources
Unsubscribes the authenticated user form the specified list.
destroyUserListSubscription(long, String) - Method in interface twitter4j.api.ListsResources
Unsubscribes the authenticated user form the specified list.
destroyUserListSubscription(String, String) - Method in interface twitter4j.api.ListsResources
Unsubscribes the authenticated user form the specified list.
determine(JSONObject) - Static method in class twitter4j.JSONObjectType
Determine the respective object type for a given JSONObject.
DirectMessage - Interface in twitter4j
A data interface representing sent/received direct message.
DirectMessageList - Interface in twitter4j
List of DirectMessage like string cursor version of PagableResponseList
directMessages() - Method in interface twitter4j.Twitter
 
DirectMessagesResources - Interface in twitter4j.api
 
disconnect() - Method in class twitter4j.HttpResponse
 
disconnect() - Method in class twitter4j.HttpResponseImpl
 
Dispatcher - Interface in twitter4j
 
displayCoordinates(boolean) - Method in class twitter4j.StatusUpdate
 
dispose() - Method in interface twitter4j.conf.ConfigurationFactory
clean up resources acquired by this factory.

E

encode(byte[]) - Static method in class twitter4j.BASE64Encoder
 
encode(String) - Static method in class twitter4j.HttpParameter
 
encodeParameters(List<HttpParameter>) - Static method in class twitter4j.auth.OAuthAuthorization
 
encodeParameters(List<HttpParameter>, String, boolean) - Static method in class twitter4j.auth.OAuthAuthorization
 
encodeParameters(HttpParameter[]) - Static method in class twitter4j.HttpParameter
 
endArray() - Method in class twitter4j.JSONStringer
Ends encoding the current array.
endObject() - Method in class twitter4j.JSONStringer
Ends encoding the current object.
ENHANCE_YOUR_CLAIM - Static variable in interface twitter4j.HttpResponseCode
 
EntitySupport - Interface in twitter4j
 
equals(Object) - Method in class twitter4j.auth.AccessToken
 
equals(Object) - Method in class twitter4j.auth.BasicAuthorization
 
equals(Object) - Method in class twitter4j.auth.NullAuthorization
 
equals(Object) - Method in class twitter4j.auth.OAuth2Authorization
 
equals(Object) - Method in class twitter4j.auth.OAuth2Token
 
equals(Object) - Method in class twitter4j.auth.OAuthAuthorization
 
equals(Object) - Method in class twitter4j.GeoLocation
 
equals(Object) - Method in class twitter4j.GeoQuery
 
equals(Object) - Method in class twitter4j.HttpParameter
 
equals(Object) - Method in class twitter4j.HttpRequest
 
equals(Object) - Method in class twitter4j.HttpResponseEvent
 
equals(Object) - Method in class twitter4j.JSONArray
 
equals(Object) - Method in class twitter4j.MediaEntityJSONImpl
 
equals(Object) - Method in class twitter4j.OEmbedJSONImpl
 
equals(Object) - Method in class twitter4j.OEmbedRequest
 
equals(Object) - Method in class twitter4j.Paging
 
equals(Object) - Method in class twitter4j.Query
 
equals(Object) - Method in class twitter4j.StatusUpdate
 
equals(Object) - Method in exception twitter4j.TwitterException
 
equals(Object) - Method in class twitter4j.UploadedMedia
 
error(String) - Method in class twitter4j.Logger
 
error(String, Throwable) - Method in class twitter4j.Logger
 
exceededRateLimitation() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by rate limitation exceed

F

favorites() - Method in interface twitter4j.Twitter
 
FavoritesResources - Interface in twitter4j.api
 
FIT - Static variable in interface twitter4j.MediaEntity.Size
 
FORBIDDEN - Static variable in interface twitter4j.HttpResponseCode
 
FOUND - Static variable in interface twitter4j.HttpResponseCode
 
friendsFollowers() - Method in interface twitter4j.Twitter
 
FriendsFollowersResources - Interface in twitter4j.api
 
Friendship - Interface in twitter4j
 

G

GATEWAY_TIMEOUT - Static variable in interface twitter4j.HttpResponseCode
 
generateOAuthSignatureHttpParams(String, String) - Method in class twitter4j.auth.OAuthAuthorization
 
geoCode(GeoLocation, double, Query.Unit) - 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
geoCode(GeoLocation, double, String) - Method in class twitter4j.Query
GeoLocation - Class in twitter4j
A data class representing geo location.
GeoLocation(double, double) - Constructor for class twitter4j.GeoLocation
Creates a GeoLocation instance
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
GeoQuery(String, String, GeoLocation) - Constructor for class twitter4j.GeoQuery
Creates a GeoQuery with the specified query, ip and location
get(String, HttpParameter[], Authorization, HttpResponseListener) - Method in interface twitter4j.HttpClient
 
get(String) - Method in interface twitter4j.HttpClient
 
get(String, HttpParameter[], Authorization, HttpResponseListener) - Method in class twitter4j.HttpClientBase
 
get(String) - Method in class twitter4j.HttpClientBase
 
get(int) - Method in class twitter4j.JSONArray
Returns the value at index.
get(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name, or throws if no such mapping exists.
get400x400ProfileImageURL() - Method in interface twitter4j.User
 
get400x400ProfileImageURLHttps() - Method in interface twitter4j.User
 
getAccessLevel() - Method in exception twitter4j.TwitterException
 
getAccessLevel() - Method in interface twitter4j.TwitterResponse
 
getAccessToken() - Method in class twitter4j.auth.OAuth2Token
 
getAccountSettings() - Method in interface twitter4j.api.UsersResources
Returns the current trend, geo, language, timezone and sleep time information for the authenticating user.
getAccuracy() - Method in class twitter4j.GeoQuery
 
getAllowDmsFrom() - Method in interface twitter4j.AccountSettings
Returns if the user can accept DMs from anyone
getAPIConfiguration() - Method in interface twitter4j.api.HelpResources
Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
It is recommended applications request this endpoint when they are loaded, but no more than once a day.
getAsOf() - Method in interface twitter4j.Trends
 
getAsyncNumThreads() - Method in interface twitter4j.conf.Configuration
 
getAttachmentUrl() - Method in class twitter4j.StatusUpdate
 
getAttribute(String) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getAttributes(String[]) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getAuthenticationURL() - Method in class twitter4j.auth.RequestToken
 
getAuthorization() - Method in class twitter4j.HttpRequest
 
getAuthorization() - Method in interface 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.auth.Authorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.BasicAuthorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.NullAuthorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.OAuth2Authorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.OAuthAuthorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.XAuthAuthorization
 
getAuthorizationURL() - Method in class twitter4j.auth.RequestToken
 
getAuthorName() - Method in interface twitter4j.OEmbed
The name of the author/owner of the resource.
getAuthorName() - Method in class twitter4j.OEmbedJSONImpl
 
getAuthorURL() - Method in interface twitter4j.OEmbed
A URL for the author/owner of the resource.
getAuthorURL() - Method in class twitter4j.OEmbedJSONImpl
 
getAvailableTrends() - Method in interface twitter4j.api.TrendsResources
Returns the locations that Twitter has trending topic information for.
getAverageTime() - Method in class twitter4j.management.APIStatistics
 
getAverageTime() - Method in interface twitter4j.management.InvocationStatistics
 
getAverageTime() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getBiggerProfileImageURL() - Method in interface twitter4j.User
 
getBiggerProfileImageURLHttps() - Method in interface twitter4j.User
 
getBitrate() - Method in interface twitter4j.MediaEntity.Variant
 
getBlocksIDs() - Method in interface twitter4j.api.UsersResources
Returns an array of numeric user ids the authenticating user is blocking.
getBlocksIDs(long) - Method in interface twitter4j.api.UsersResources
Returns an array of numeric user ids the authenticating user is blocking.
getBlocksList() - Method in interface twitter4j.api.UsersResources
Returns a list of user objects that the authenticating user is blocking.
getBlocksList(long) - Method in interface twitter4j.api.UsersResources
Returns a list of user objects that the authenticating user is blocking.
getBoolean(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
getBoolean(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean, or throws otherwise.
getBoundingBoxCoordinates() - Method in interface twitter4j.Place
 
getBoundingBoxType() - Method in interface twitter4j.Place
 
getCacheAge() - Method in interface twitter4j.OEmbed
The suggested cache lifetime for this resource, in seconds.
getCacheAge() - Method in class twitter4j.OEmbedJSONImpl
 
getCallCount() - Method in class twitter4j.management.APIStatistics
 
getCallCount() - Method in interface twitter4j.management.InvocationStatistics
 
getCallCount() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getCharactersReservedPerMedia() - Method in interface twitter4j.TwitterAPIConfiguration
 
getClosestTrends(GeoLocation) - Method in interface twitter4j.api.TrendsResources
Returns the locations that Twitter has trending topic information for, closest to a specified location.
The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in.
A WOEID is a Yahoo! Where On Earth ID.
getCode() - Method in interface twitter4j.api.HelpResources.Language
 
getCode() - Method in class twitter4j.LanguageJSONImpl
 
getCompletedIn() - Method in interface twitter4j.QueryResult
 
getConfiguration() - Method in interface twitter4j.TwitterBase
Returns the configuration associated with this instance
getConsumerKey() - Method in class twitter4j.XAuthAuthorization
 
getConsumerSecret() - Method in class twitter4j.XAuthAuthorization
 
getContainedWithIn() - Method in interface twitter4j.Place
 
getContentType() - Method in class twitter4j.HttpParameter
 
getContentType() - Method in interface twitter4j.MediaEntity.Variant
 
getContributees(long) - Method in interface twitter4j.api.UsersResources
Returns an array of users that the specified user can contribute to.
getContributees(String) - Method in interface twitter4j.api.UsersResources
Returns an array of users that the specified user can contribute to.
getContributingTo() - Method in interface twitter4j.conf.Configuration
 
getContributors(long) - Method in interface twitter4j.api.UsersResources
Returns an array of users who can contribute to the specified account.
getContributors(String) - Method in interface twitter4j.api.UsersResources
Returns an array of users who can contribute to the specified account.
getContributors() - Method in interface twitter4j.Status
Returns an array of contributors, or null if no contributor is associated with this status.
getCount() - Method in class twitter4j.Paging
 
getCount() - Method in class twitter4j.Query
Returns the number of tweets to return per page, up to a max of 100
getCount() - Method in interface twitter4j.QueryResult
 
getCountry() - Method in interface twitter4j.Place
 
getCountryCode() - Method in interface twitter4j.Location
 
getCountryCode() - Method in interface twitter4j.Place
 
getCountryName() - Method in interface twitter4j.Location
 
getCreatedAt() - Method in interface twitter4j.DirectMessage
 
getCreatedAt() - Method in interface twitter4j.SavedSearch
 
getCreatedAt() - Method in interface twitter4j.Status
Return the created_at
getCreatedAt() - Method in interface twitter4j.User
 
getCreatedAt() - Method in interface twitter4j.UserList
 
getCurrentUserRetweetId() - Method in interface twitter4j.Status
Returns the authenticating user's retweet's id of this tweet, or -1L when the tweet was created before this feature was enabled.
getDescription() - Method in interface twitter4j.User
Returns the description of the user
getDescription() - Method in interface twitter4j.UserList
Returns the description of the list
getDescriptionURLEntities() - Method in interface twitter4j.User
Returns URL entities for user description.
getDirectMessages() - Method in interface twitter4j.api.DirectMessagesResources
getDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessagesResources
getDirectMessages(int) - Method in interface twitter4j.api.DirectMessagesResources
Returns all Direct Message events (both sent and received) within the last 30 days.
getDirectMessages(int, String) - Method in interface twitter4j.api.DirectMessagesResources
Returns all Direct Message events (both sent and received) within the last 30 days.
getDispatcherImpl() - Method in interface twitter4j.conf.Configuration
 
getDisplayTextRangeEnd() - Method in interface twitter4j.Status
 
getDisplayTextRangeStart() - Method in interface twitter4j.Status
 
getDisplayURL() - Method in class twitter4j.MediaEntityJSONImpl
 
getDisplayURL() - Method in interface twitter4j.URLEntity
Returns the display URL if mentioned URL is shorten.
getDMImageAsStream(String) - Method in interface twitter4j.api.DirectMessagesResources
Returns a stream of the image included in direct messages.
getDmTextCharacterLimit() - Method in interface twitter4j.TwitterAPIConfiguration
 
getDouble(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
getDouble(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double, or throws otherwise.
getEmail() - Method in interface twitter4j.User
Returns the email of the user, if the app is whitelisted by Twitter
getEnd() - Method in interface twitter4j.HashtagEntity
Returns the index of the end character of the hashtag.
getEnd() - Method in class twitter4j.MediaEntityJSONImpl
 
getEnd() - Method in interface twitter4j.SymbolEntity
Returns the index of the end character of the symbol.
getEnd() - Method in interface twitter4j.TweetEntity
Returns the index of the end character of the entity in the tweet.
getEnd() - Method in interface twitter4j.URLEntity
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.
getErrorCode() - Method in exception twitter4j.TwitterException
 
getErrorCount() - Method in class twitter4j.management.APIStatistics
 
getErrorCount() - Method in interface twitter4j.management.InvocationStatistics
 
getErrorCount() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getErrorMessage() - Method in exception twitter4j.TwitterException
Returns error message from the API if available.
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 class twitter4j.MediaEntityJSONImpl
 
getExpandedURL() - Method in interface twitter4j.URLEntity
Returns the expanded URL if mentioned URL is shorten.
getExtAltText() - Method in interface twitter4j.MediaEntity
 
getExtAltText() - Method in class twitter4j.MediaEntityJSONImpl
 
getFavoriteCount() - Method in interface twitter4j.Status
Indicates approximately how many times this Tweet has been "favorited" by Twitter users.
getFavorites() - Method in interface twitter4j.AccountTotals
Returns the number of total favorites.
getFavorites() - Method in interface twitter4j.api.FavoritesResources
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(long) - Method in interface twitter4j.api.FavoritesResources
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.FavoritesResources
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(Paging) - Method in interface twitter4j.api.FavoritesResources
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(long, Paging) - Method in interface twitter4j.api.FavoritesResources
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(String, Paging) - Method in interface twitter4j.api.FavoritesResources
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
 
getFile() - Method in class twitter4j.HttpParameter
 
getFileBody() - Method in class twitter4j.HttpParameter
 
getFollowers() - Method in interface twitter4j.AccountTotals
Returns the number of total followers.
getFollowersCount() - Method in interface twitter4j.User
Returns the number of followers
getFollowersIDs(long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersList(long, long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFollowersList(String, long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFollowersList(long, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFollowersList(String, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFollowersList(long, long, int, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFollowersList(String, long, int, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFriends() - Method in interface twitter4j.AccountTotals
Returns the number of total friends.
getFriendsCount() - Method in interface twitter4j.User
Returns the number of users the user follows (AKA "followings")
getFriendsIDs(long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(long, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is following.
getFriendsList(long, long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFriendsList(long, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFriendsList(String, long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFriendsList(String, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFriendsList(long, long, int, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFriendsList(String, long, int, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
getFullName() - Method in interface twitter4j.Place
 
getFullName() - Method in interface twitter4j.UserList
Returns the full name of the list
getGeocode() - Method in class twitter4j.Query
Returns the specified geocode
getGeoDetails(String) - Method in interface twitter4j.api.PlacesGeoResources
Find out more details of a place that was returned from the PlacesGeoResources.reverseGeoCode(twitter4j.GeoQuery) method.
getGeoLocation() - Method in interface twitter4j.Status
Returns The location that this tweet refers to if available.
getGeometryCoordinates() - Method in interface twitter4j.Place
 
getGeometryType() - Method in interface twitter4j.Place
 
getGranularity() - Method in class twitter4j.GeoQuery
 
getHashtagEntities() - Method in interface twitter4j.EntitySupport
Returns an array if hashtag mentioned in the tweet.
getHeight() - Method in interface twitter4j.MediaEntity.Size
 
getHomeTimeline() - Method in interface twitter4j.api.TimelinesResources
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.TimelinesResources
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getHtml() - Method in interface twitter4j.OEmbed
The HTML required to display the resource.
getHtml() - Method in class twitter4j.OEmbedJSONImpl
 
getHttpClientConfiguration() - Method in interface twitter4j.conf.Configuration
 
getHttpConnectionTimeout() - Method in interface twitter4j.HttpClientConfiguration
 
getHttpProxyHost() - Method in interface twitter4j.HttpClientConfiguration
 
getHttpProxyPassword() - Method in interface twitter4j.HttpClientConfiguration
 
getHttpProxyPort() - Method in interface twitter4j.HttpClientConfiguration
 
getHttpProxyUser() - Method in interface twitter4j.HttpClientConfiguration
 
getHttpReadTimeout() - Method in interface twitter4j.HttpClientConfiguration
 
getHttpRetryCount() - Method in interface twitter4j.HttpClientConfiguration
 
getHttpRetryIntervalSeconds() - Method in interface twitter4j.HttpClientConfiguration
 
getHttpStreamingReadTimeout() - Method in interface twitter4j.conf.Configuration
 
getId() - Method in interface twitter4j.DirectMessage
 
getId() - Method in interface twitter4j.Friendship
 
getId() - Method in interface twitter4j.MediaEntity
Returns the id of the media.
getId() - Method in class twitter4j.MediaEntityJSONImpl
 
getId() - Method in interface twitter4j.Place
 
getId() - Method in interface twitter4j.SavedSearch
 
getId() - Method in interface twitter4j.Status
Returns the id of the status
getId() - Method in interface twitter4j.TwitterBase
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 interface twitter4j.UserList
Returns the id of the list
getId() - Method in interface twitter4j.UserMentionEntity
Returns the user id mentioned in the status.
getIDs() - Method in interface twitter4j.IDs
 
getImageHeight() - Method in class twitter4j.UploadedMedia
 
getImageType() - Method in class twitter4j.UploadedMedia
 
getImageWidth() - Method in class twitter4j.UploadedMedia
 
getIncomingFriendships(long) - Method in interface twitter4j.api.FriendsFollowersResources
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
getInReplyToStatusId() - Method in interface twitter4j.Status
Returns the in_reply_tostatus_id
getInReplyToStatusId() - Method in class twitter4j.StatusUpdate
 
getInReplyToUserId() - Method in interface twitter4j.Status
Returns the in_reply_user_id
getInstance(Configuration) - Static method in class twitter4j.auth.AuthorizationFactory
 
getInstance() - Static method in class twitter4j.auth.NullAuthorization
 
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() - Static method in class twitter4j.HttpClientFactory
 
getInstance(HttpClientConfiguration) - Static method in class twitter4j.HttpClientFactory
 
getInstance() - Static method in class twitter4j.TwitterAPIMonitor
 
getInstance() - Method in class twitter4j.TwitterFactory
Returns a instance associated with the configuration bound to this factory.
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 OAuthSupport.setOAuthAccessToken(twitter4j.auth.AccessToken), this factory method potentially returns a cached instance.
getInstance(Authorization) - Method in class twitter4j.TwitterFactory
 
getInt(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
getInt(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int, or throws otherwise.
getInvocationStatistics() - Method in class twitter4j.management.APIStatistics
 
getInvocationStatistics() - Method in interface twitter4j.management.APIStatisticsMBean
 
getIp() - Method in class twitter4j.GeoQuery
 
getJSONArray(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a JSONArray.
getJSONArray(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a JSONArray, or throws otherwise.
getJsonObject() - Method in class twitter4j.HttpParameter
 
getJSONObject(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a JSONObject.
getJSONObject(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a JSONObject, or throws otherwise.
getLang() - Method in class twitter4j.Query
Returns the lang
getLang() - Method in interface twitter4j.Status
Returns the lang of the status text if available.
getLang() - Method in interface twitter4j.User
Returns the preferred language of the user
getLanguage() - Method in interface twitter4j.AccountSettings
Returns the language used to render Twitter's UII for this user.
getLanguages() - Method in interface twitter4j.api.HelpResources
Returns the list of languages supported by Twitter along with their ISO 639-1 code.
getLatitude() - Method in class twitter4j.GeoLocation
returns the latitude of the geo location
getLimit() - Method in interface twitter4j.RateLimitStatus
Returns the current limit in effect
This value is identical to the "X-Rate-Limit-Limit" response header.
getListedCount() - Method in interface twitter4j.User
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 interface twitter4j.User
Returns the location of the user
getLogger(Class<?>) - Static method in class twitter4j.Logger
Returns a Logger instance associated with the specified class.
getLogger(Class<?>) - Method in class twitter4j.LoggerFactory
Returns a logger associated with the specified class.
getLoggerFactory() - Method in interface twitter4j.conf.Configuration
 
getLong(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
getLong(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long, or throws otherwise.
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
 
getMaxMediaPerUpload() - Method in interface twitter4j.TwitterAPIConfiguration
 
getMaxResults() - Method in class twitter4j.GeoQuery
 
getMBeanInfo() - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getMediaEntities() - Method in interface twitter4j.EntitySupport
Returns an array of MediaEntities if medias are available in the tweet.
getMediaId() - Method in class twitter4j.UploadedMedia
 
getMediaProvider() - Method in interface twitter4j.conf.Configuration
 
getMediaProviderAPIKey() - Method in interface twitter4j.conf.Configuration
 
getMediaProviderParameters() - Method in interface twitter4j.conf.Configuration
 
getMediaURL() - Method in interface twitter4j.MediaEntity
Returns the media URL.
getMediaURL() - Method in class twitter4j.MediaEntityJSONImpl
 
getMediaURLHttps() - Method in interface twitter4j.MediaEntity
Returns the media secure URL.
getMediaURLHttps() - Method in class twitter4j.MediaEntityJSONImpl
 
getMemberCount() - Method in interface twitter4j.UserList
Returns the member count of the list
getMemberSuggestions(String) - Method in interface twitter4j.api.SuggestedUsersResources
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.
getMentionsTimeline() - Method in interface twitter4j.api.TimelinesResources
Returns the 20 most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
The timeline returned is the equivalent of the one seen when you view your mentions on twitter.com.
This method can only return up to 800 tweets.
See Working with Timelines for instructions on traversing timelines.
getMentionsTimeline(Paging) - Method in interface twitter4j.api.TimelinesResources
Returns the 20 most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
The timeline returned is the equivalent of the one seen when you view your mentions on twitter.com.
This method can only return up to 800 tweets.
See Working with Timelines for instructions on traversing timelines.
getMessage() - Method in exception twitter4j.TwitterException
 
getMethod() - Method in class twitter4j.HttpRequest
 
getMethodLevelSummariesAsString() - Method in class twitter4j.management.APIStatistics
 
getMethodLevelSummariesAsString() - Method in interface twitter4j.management.APIStatisticsMBean
 
getMethodLevelSummary(String) - Method in class twitter4j.management.APIStatistics
 
getMethodLevelSummary(String) - Method in interface twitter4j.management.APIStatisticsMBean
 
getMiniProfileImageURL() - Method in interface twitter4j.User
 
getMiniProfileImageURLHttps() - Method in interface twitter4j.User
 
getMutesIDs(long) - Method in interface twitter4j.api.UsersResources
Returns an array of numeric user ids the authenticating user is muting.
getMutesList(long) - Method in interface twitter4j.api.UsersResources
Returns a list of user objects that the authenticating user is muting.
getName() - Method in interface twitter4j.api.HelpResources.Language
 
getName() - Method in interface twitter4j.Category
 
getName() - Method in interface twitter4j.Friendship
 
getName() - Method in class twitter4j.HttpParameter
 
getName() - Method in class twitter4j.LanguageJSONImpl
 
getName() - Method in interface twitter4j.Location
 
getName() - Method in class twitter4j.management.APIStatistics
APIStatisticsMBean implementation
getName() - Method in interface twitter4j.management.InvocationStatistics
 
getName() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getName() - Method in interface twitter4j.Place
 
getName() - Method in interface twitter4j.SavedSearch
 
getName() - Method in interface twitter4j.TimeZone
 
getName() - Method in class twitter4j.TimeZoneJSONImpl
 
getName() - Method in interface twitter4j.Trend
 
getName() - Method in interface twitter4j.User
Returns the name of the user
getName() - Method in interface twitter4j.UserList
Returns the name of the list
getName() - Method in interface twitter4j.UserMentionEntity
Returns the name mentioned in the status.
getNextCursor() - Method in interface twitter4j.CursorSupport
 
getNextCursor() - Method in interface twitter4j.DirectMessageList
 
getNextCursor() - Method in interface twitter4j.IDs
 
getNextCursor() - Method in interface twitter4j.PagableResponseList
 
getNonUsernamePaths() - Method in interface twitter4j.TwitterAPIConfiguration
 
getNoRetweetsFriendships() - Method in interface twitter4j.api.FriendsFollowersResources
Returns a collection of user IDs that the currently authenticated user does not want to receive retweets from.
getOAuth2AccessToken() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuth2AccessToken() - Method in interface twitter4j.conf.Configuration
 
getOAuth2InvalidateTokenURL() - Method in interface twitter4j.conf.Configuration
 
getOAuth2Scope() - Method in interface twitter4j.conf.Configuration
 
getOAuth2Token() - Method in class twitter4j.auth.OAuth2Authorization
 
getOAuth2Token() - Method in interface twitter4j.auth.OAuth2Support
Obtains an OAuth 2 Bearer token.
getOAuth2TokenType() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuth2TokenType() - Method in interface twitter4j.conf.Configuration
 
getOAuth2TokenURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthAccessToken() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuthAccessToken() - Method in class twitter4j.auth.OAuthAuthorization
 
getOAuthAccessToken(String) - Method in class twitter4j.auth.OAuthAuthorization
 
getOAuthAccessToken(RequestToken) - Method in class twitter4j.auth.OAuthAuthorization
 
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.auth.OAuthAuthorization
 
getOAuthAccessToken(String, String) - Method in class twitter4j.auth.OAuthAuthorization
 
getOAuthAccessToken() - Method in interface twitter4j.auth.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.auth.OAuthSupport
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in interface twitter4j.auth.OAuthSupport
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in interface twitter4j.auth.OAuthSupport
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(String, String) - Method in interface twitter4j.auth.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 interface twitter4j.conf.Configuration
 
getOAuthAccessTokenSecret() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuthAccessTokenSecret() - Method in interface twitter4j.conf.Configuration
 
getOAuthAccessTokenURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthAuthenticationURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthAuthorizationURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthConsumerKey() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuthConsumerKey() - Method in interface twitter4j.conf.Configuration
 
getOAuthConsumerSecret() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuthConsumerSecret() - Method in interface twitter4j.conf.Configuration
 
getOAuthRequestToken() - Method in class twitter4j.auth.OAuthAuthorization
 
getOAuthRequestToken(String) - Method in class twitter4j.auth.OAuthAuthorization
 
getOAuthRequestToken(String, String) - Method in class twitter4j.auth.OAuthAuthorization
 
getOAuthRequestToken(String, String, String) - Method in class twitter4j.auth.OAuthAuthorization
 
getOAuthRequestToken() - Method in interface twitter4j.auth.OAuthSupport
Retrieves a request token
getOAuthRequestToken(String) - Method in interface twitter4j.auth.OAuthSupport
Retrieves a request token
getOAuthRequestToken(String, String) - Method in interface twitter4j.auth.OAuthSupport
Retrieves a request token
getOAuthRequestToken(String, String, String) - Method in interface twitter4j.auth.OAuthSupport
Retrieves a request token
getOAuthRequestTokenURL() - Method in interface twitter4j.conf.Configuration
 
getOEmbed(OEmbedRequest) - Method in interface twitter4j.api.TweetsResources
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
getOriginalProfileImageURL() - Method in interface twitter4j.User
 
getOriginalProfileImageURLHttps() - Method in interface twitter4j.User
 
getOutgoingFriendships(long) - Method in interface twitter4j.api.FriendsFollowersResources
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
 
getParameterArray(String, String) - Static method in class twitter4j.HttpParameter
 
getParameterArray(String, int) - Static method in class twitter4j.HttpParameter
 
getParameterArray(String, String, String, String) - Static method in class twitter4j.HttpParameter
 
getParameterArray(String, int, String, int) - Static method in class twitter4j.HttpParameter
 
getParameters() - Method in class twitter4j.HttpRequest
 
getPassword() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getPassword() - Method in class twitter4j.auth.BasicAuthorization
 
getPassword() - Method in interface twitter4j.conf.Configuration
 
getPassword() - Method in class twitter4j.XAuthAuthorization
 
getPhotoSizeLimit() - Method in interface twitter4j.TwitterAPIConfiguration
 
getPhotoSizes() - Method in interface twitter4j.TwitterAPIConfiguration
 
getPlace() - Method in interface twitter4j.Status
Returns the place attached to this status
getPlaceCode() - Method in interface twitter4j.Location
 
getPlaceId() - Method in class twitter4j.StatusUpdate
 
getPlaceIds() - Method in interface twitter4j.Scopes
Returns the place_ids that identify the scope of the status.
getPlaceIds() - Method in class twitter4j.ScopesImpl
 
getPlaceName() - Method in interface twitter4j.Location
 
getPlaceTrends(int) - Method in interface twitter4j.api.TrendsResources
Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.
The response is an array of "trend" objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on Twitter Search, and the Twitter Search URL.
This information is cached for 5 minutes.
getPlaceType() - Method in interface twitter4j.Place
 
getPosition() - Method in interface twitter4j.SavedSearch
 
getPreviousCursor() - Method in interface twitter4j.CursorSupport
 
getPreviousCursor() - Method in interface twitter4j.IDs
 
getPreviousCursor() - Method in interface twitter4j.PagableResponseList
 
getPrivacyPolicy() - Method in interface twitter4j.api.HelpResources
Returns Twitter's Privacy Policy.
getProcessingCheckAfterSecs() - Method in class twitter4j.UploadedMedia
 
getProcessingState() - Method in class twitter4j.UploadedMedia
 
getProfileBackgroundColor() - Method in interface twitter4j.User
 
getProfileBackgroundImageURL() - Method in interface twitter4j.User
 
getProfileBackgroundImageUrlHttps() - Method in interface twitter4j.User
 
getProfileBanner1500x500URL() - Method in interface twitter4j.User
 
getProfileBanner300x100URL() - Method in interface twitter4j.User
 
getProfileBanner600x200URL() - Method in interface twitter4j.User
 
getProfileBannerIPadRetinaURL() - Method in interface twitter4j.User
 
getProfileBannerIPadURL() - Method in interface twitter4j.User
 
getProfileBannerMobileRetinaURL() - Method in interface twitter4j.User
 
getProfileBannerMobileURL() - Method in interface twitter4j.User
 
getProfileBannerRetinaURL() - Method in interface twitter4j.User
 
getProfileBannerURL() - Method in interface twitter4j.User
 
getProfileImageURL() - Method in interface twitter4j.User
Returns the profile image url of the user
getProfileImageURLHttps() - Method in interface twitter4j.User
 
getProfileLinkColor() - Method in interface twitter4j.User
 
getProfileSidebarBorderColor() - Method in interface twitter4j.User
 
getProfileSidebarFillColor() - Method in interface twitter4j.User
 
getProfileTextColor() - Method in interface twitter4j.User
 
getProgressPercent() - Method in class twitter4j.UploadedMedia
 
getQuery() - Method in class twitter4j.GeoQuery
Gets the query to filter Place results from geo/search
getQuery() - Method in class twitter4j.Query
Returns the specified query
getQuery() - Method in interface twitter4j.QueryResult
 
getQuery() - Method in interface twitter4j.SavedSearch
 
getQuery() - Method in interface twitter4j.Trend
 
getQuotedStatus() - Method in interface twitter4j.Status
Returns the Tweet object of the original Tweet that was quoted.
getQuotedStatusId() - Method in interface twitter4j.Status
Returns the Tweet ID of the quoted Tweet
getQuotedStatusPermalink() - Method in interface twitter4j.Status
Returns the URLEntity object that represents the permalink of the quoted Tweet.
getRateLimitStatus() - Method in interface twitter4j.api.HelpResources
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.
getRateLimitStatus(String...) - Method in interface twitter4j.api.HelpResources
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.
getRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
getRateLimitStatus() - Method in interface twitter4j.ResponseList
 
getRateLimitStatus() - Method in exception twitter4j.TwitterException
 
getRateLimitStatus() - Method in interface twitter4j.TwitterResponse
Returns the current rate limit status if available.
getRawJSON(Object) - Static method in class twitter4j.json.DataObjectFactory
Deprecated.
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
getRawJSON(Object) - Static method in class twitter4j.TwitterObjectFactory
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
Deprecated.
getRecipientId() - Method in interface twitter4j.DirectMessage
 
getRecipientScreenName() - Method in interface twitter4j.DirectMessage
Deprecated.
getRefreshURL() - Method in interface twitter4j.QueryResult
 
getRemaining() - Method in interface twitter4j.RateLimitStatus
Returns the remaining number of API requests available.
This value is identical to the "X-Rate-Limit-Remaining" response header.
getRequest() - Method in class twitter4j.HttpResponseEvent
returns the request associated with the event
getRequestHeaders() - Method in interface twitter4j.HttpClient
 
getRequestHeaders() - Method in class twitter4j.HttpClientBase
 
getRequestHeaders() - Method in class twitter4j.HttpRequest
 
getResetTimeInSeconds() - Method in interface twitter4j.RateLimitStatus
Returns the seconds the current rate limiting period ends.
This should be a same as getResetTime().getTime()/1000.
getResize() - Method in interface twitter4j.MediaEntity.Size
 
getResponse() - Method in class twitter4j.HttpResponseEvent
returns the response associated with the event
getResponseHeader(String) - Method in class twitter4j.HttpResponse
 
getResponseHeader(String) - Method in class twitter4j.HttpResponseImpl
 
getResponseHeader(String) - Method in exception twitter4j.TwitterException
 
getResponseHeaderFields() - Method in class twitter4j.HttpResponse
 
getResponseHeaderFields() - Method in class twitter4j.HttpResponseImpl
 
getRestBaseURL() - Method in interface twitter4j.conf.Configuration
 
getResultType() - Method in class twitter4j.Query
Returns resultType
getRetryAfter() - Method in exception twitter4j.TwitterException
Returns int value of "Retry-After" response header (Search API) or seconds_until_reset (REST API).
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.
getRetweetedStatus() - Method in interface twitter4j.Status
 
getRetweeterIds(long, long) - Method in interface twitter4j.api.TweetsResources
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
getRetweeterIds(long, int, long) - Method in interface twitter4j.api.TweetsResources
Returns a collection of up to count user IDs belonging to users who have retweeted the tweet specified by the id parameter.
getRetweets(long) - Method in interface twitter4j.api.TweetsResources
Returns up to 100 of the first retweets of a given tweet.
getRetweetsOfMe() - Method in interface twitter4j.api.TimelinesResources
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetsOfMe(Paging) - Method in interface twitter4j.api.TimelinesResources
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getSavedSearches() - Method in interface twitter4j.api.SavedSearchesResources
Returns the authenticated user's saved search queries.
getScopes() - Method in interface twitter4j.Status
Returns the targeting scopes applied to a status.
getScreenName() - Method in interface twitter4j.AccountSettings
Returns the user's screen name
getScreenName() - Method in class twitter4j.auth.AccessToken
 
getScreenName() - Method in interface twitter4j.Friendship
 
getScreenName() - Method in interface twitter4j.TwitterBase
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 interface twitter4j.UserMentionEntity
Returns the screen name mentioned in the status.
getSecondsUntilReset() - Method in interface twitter4j.RateLimitStatus
Returns the amount of seconds until the current rate limiting period ends.
This is a value provided/calculated only by Twitter4J for handiness and not a part of the twitter API spec.
getSender() - Method in interface twitter4j.DirectMessage
Deprecated.
getSenderId() - Method in interface twitter4j.DirectMessage
 
getSenderScreenName() - Method in interface twitter4j.DirectMessage
Deprecated.
getSentDirectMessages() - Method in interface twitter4j.api.DirectMessagesResources
getSentDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessagesResources
getShortURLLength() - Method in interface twitter4j.TwitterAPIConfiguration
 
getShortURLLengthHttps() - Method in interface twitter4j.TwitterAPIConfiguration
 
getSimilarPlaces(GeoLocation, String, String, String) - Method in interface twitter4j.api.PlacesGeoResources
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
 
getSingleton() - Static method in class twitter4j.TwitterFactory
Returns default singleton Twitter instance.
getSiteStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getSize() - Method in interface twitter4j.Category
 
getSize() - Method in class twitter4j.UploadedMedia
 
getSizes() - Method in interface twitter4j.MediaEntity
Returns size variations of the media.
getSizes() - Method in class twitter4j.MediaEntityJSONImpl
 
getSleepEndTime() - Method in interface twitter4j.AccountSettings
Returns sleep end time.
getSleepStartTime() - Method in interface twitter4j.AccountSettings
Returns sleep start time.
getSlug() - Method in interface twitter4j.Category
 
getSlug() - Method in interface twitter4j.UserList
Returns the slug of the list
getSource() - Method in interface twitter4j.Status
Returns the source
getSourceUserId() - Method in interface twitter4j.Relationship
Returns the source user id
getSourceUserScreenName() - Method in interface twitter4j.Relationship
Returns the source user screen name
getStart() - Method in interface twitter4j.HashtagEntity
Returns the index of the start character of the hashtag.
getStart() - Method in class twitter4j.MediaEntityJSONImpl
 
getStart() - Method in interface twitter4j.SymbolEntity
Returns the index of the start character of the symbol.
getStart() - Method in interface twitter4j.TweetEntity
Returns the index of the start character of the entity in the tweet.
getStart() - Method in interface twitter4j.URLEntity
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.
getStatistics() - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getStatistics() - Method in class twitter4j.TwitterAPIMonitor
 
getStatus() - Method in interface twitter4j.api.HelpResources.Language
 
getStatus() - Method in class twitter4j.LanguageJSONImpl
 
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().
getStatusCode() - Method in class twitter4j.HttpResponse
 
getStatusCode() - Method in exception twitter4j.TwitterException
 
getStatusesCount() - Method in interface twitter4j.User
 
getStatusId() - Method in interface twitter4j.StatusDeletionNotice
 
getStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getStreamThreadName() - Method in interface twitter4j.conf.Configuration
 
getStreetAddress() - Method in interface twitter4j.Place
 
getString(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists, coercing it if necessary.
getString(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary, or throws if no such mapping exists.
getSubscriberCount() - Method in interface twitter4j.UserList
Returns the subscriber count of the list
getSuggestedUserCategories() - Method in interface twitter4j.api.SuggestedUsersResources
Access to Twitter's suggested user list.
getSymbolEntities() - Method in interface twitter4j.EntitySupport
Returns an array of SymbolEntities if medias are available in the tweet.
getTargetUserId() - Method in interface twitter4j.Relationship
Returns the target user id
getTargetUserScreenName() - Method in interface twitter4j.Relationship
Returns the target user screen name
getTermsOfService() - Method in interface twitter4j.api.HelpResources
Returns Twitter's' Terms of Service.
getText() - Method in interface twitter4j.DirectMessage
 
getText() - Method in interface twitter4j.HashtagEntity
Returns the text of the hashtag without #.
getText() - Method in class twitter4j.MediaEntityJSONImpl
 
getText() - Method in interface twitter4j.Status
Returns the text of the status
getText() - Method in interface twitter4j.TweetEntity
Returns the text of the entity
getText() - Method in interface twitter4j.URLEntity
Returns the URL mentioned in the tweet.
This method implementation is to meet TweetEntity interface and the behavior is equivalent to URLEntity.getURL()
getText() - Method in interface twitter4j.UserMentionEntity
Returns the screen name mentioned in the status.
getTimeZone() - Method in interface twitter4j.AccountSettings
Returns the timezone configured for this user.
getTimeZone() - Method in interface twitter4j.User
 
getTokenType() - Method in class twitter4j.auth.OAuth2Token
 
getTotalTime() - Method in class twitter4j.management.APIStatistics
 
getTotalTime() - Method in interface twitter4j.management.InvocationStatistics
 
getTotalTime() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getTrendAt() - Method in interface twitter4j.Trends
 
getTrendLocations() - Method in interface twitter4j.AccountSettings
Return the user's trend locations
getTrends() - Method in interface twitter4j.Trends
 
getTweets() - Method in interface twitter4j.QueryResult
 
getTweetVolume() - Method in interface twitter4j.Trend
The tweet volume for the last 24 hours if available, -1 otherwise.
getTwitterException() - Method in class twitter4j.HttpResponseEvent
returns the TwitterException associated with the event
getType() - Method in interface twitter4j.MediaEntity
Returns the media type ("photo", "video", "animated_gif").
getType() - Method in class twitter4j.MediaEntityJSONImpl
 
getUntil() - Method in class twitter4j.Query
Returns until
getUpdates() - Method in interface twitter4j.AccountTotals
Returns the number of total updates.
getUploadBaseURL() - Method in interface twitter4j.conf.Configuration
 
getURI() - Method in interface twitter4j.UserList
Returns the uri of the list
getURL() - Method in class twitter4j.HttpRequest
 
getURL() - Method in interface twitter4j.Location
 
getUrl() - Method in interface twitter4j.MediaEntity.Variant
 
getURL() - Method in class twitter4j.MediaEntityJSONImpl
 
getURL() - Method in interface twitter4j.OEmbed
The url of the resource provider.
The source URL of the image.
getURL() - Method in class twitter4j.OEmbedJSONImpl
 
getURL() - Method in interface twitter4j.Place
 
getURL() - Method in interface twitter4j.Trend
 
getURL() - Method in interface twitter4j.URLEntity
Returns the URL mentioned in the tweet.
getURL() - Method in interface twitter4j.User
Returns the url of the user
getURLEntities() - Method in interface twitter4j.EntitySupport
Returns an array if URLEntity mentioned in the tweet.
getURLEntity() - Method in interface twitter4j.User
Returns URL entity for user's URL.
getUser() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getUser() - Method in interface twitter4j.conf.Configuration
 
getUser() - Method in interface twitter4j.Status
Return the user associated with the status.
This can be null if the instance is from User.getStatus().
getUser() - Method in interface twitter4j.UserList
Returns the user of the list
getUserId() - Method in class twitter4j.auth.AccessToken
 
getUserId() - Method in class twitter4j.auth.BasicAuthorization
 
getUserId() - Method in interface twitter4j.StatusDeletionNotice
 
getUserId() - Method in class twitter4j.XAuthAuthorization
 
getUserListMembers(long, long) - Method in interface twitter4j.api.ListsResources
Returns the members of the specified list.
getUserListMembers(long, int, long) - Method in interface twitter4j.api.ListsResources
Returns the members of the specified list.
getUserListMembers(long, int, long, boolean) - Method in interface twitter4j.api.ListsResources
Returns the members of the specified list.
getUserListMembers(long, String, long) - Method in interface twitter4j.api.ListsResources
Returns the members of the specified list.
getUserListMembers(long, String, int, long) - Method in interface twitter4j.api.ListsResources
Returns the members of the specified list.
getUserListMembers(long, String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
Returns the members of the specified list.
getUserListMembers(String, String, long) - Method in interface twitter4j.api.ListsResources
Returns the members of the specified list.
getUserListMembers(String, String, int, long) - Method in interface twitter4j.api.ListsResources
Returns the members of the specified list.
getUserListMembers(String, String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
Returns the members of the specified list.
getUserListMemberships(long) - Method in interface twitter4j.api.ListsResources
List the lists the authenticating user has been added to.
getUserListMemberships(int, long) - Method in interface twitter4j.api.ListsResources
List the lists the authenticating user has been added to.
getUserListMemberships(long, long) - Method in interface twitter4j.api.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(long, int, long) - Method in interface twitter4j.api.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(String, long) - Method in interface twitter4j.api.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(String, int, long) - Method in interface twitter4j.api.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(String, long, boolean) - Method in interface twitter4j.api.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(long, long, boolean) - Method in interface twitter4j.api.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(long, int, long, boolean) - Method in interface twitter4j.api.ListsResources
List the lists the specified user has been added to.
getUserLists(String) - Method in interface twitter4j.api.ListsResources
List the lists of the specified user.
getUserLists(String, boolean) - Method in interface twitter4j.api.ListsResources
List the lists of the specified user.
getUserLists(long) - Method in interface twitter4j.api.ListsResources
List the lists of the specified user.
getUserLists(long, boolean) - Method in interface twitter4j.api.ListsResources
List the lists of the specified user.
getUserListsOwnerships(String, long) - Method in interface twitter4j.api.ListsResources
Returns the lists owned by the specified Twitter user.
getUserListsOwnerships(String, int, long) - Method in interface twitter4j.api.ListsResources
Returns the lists owned by the specified Twitter user.
getUserListsOwnerships(long, long) - Method in interface twitter4j.api.ListsResources
Returns the lists owned by the specified Twitter user.
getUserListsOwnerships(long, int, long) - Method in interface twitter4j.api.ListsResources
Returns the lists owned by the specified Twitter user.
getUserListStatuses(long, Paging) - Method in interface twitter4j.api.ListsResources
Show tweet timeline for members of the specified list.
getUserListStatuses(long, String, Paging) - Method in interface twitter4j.api.ListsResources
Show tweet timeline for members of the specified list.
getUserListStatuses(String, String, Paging) - Method in interface twitter4j.api.ListsResources
Show tweet timeline for members of the specified list.
getUserListSubscribers(long, long) - Method in interface twitter4j.api.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, int, long) - Method in interface twitter4j.api.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, int, long, boolean) - Method in interface twitter4j.api.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, String, long) - Method in interface twitter4j.api.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, String, int, long) - Method in interface twitter4j.api.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(String, String, long) - Method in interface twitter4j.api.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(String, String, int, long) - Method in interface twitter4j.api.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(String, String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
Returns the subscribers of the specified list.
getUserListSubscriptions(String, long) - Method in interface twitter4j.api.ListsResources
List the lists the specified user follows.
getUserListSubscriptions(String, int, long) - Method in interface twitter4j.api.ListsResources
List the lists the specified user follows.
getUserListSubscriptions(long, long) - Method in interface twitter4j.api.ListsResources
List the lists the specified user follows.
getUserListSubscriptions(long, int, long) - Method in interface twitter4j.api.ListsResources
List the lists the specified user follows.
getUserMentionEntities() - Method in interface twitter4j.EntitySupport
Returns an array of user mentions in the tweet.
getUserStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getUserSuggestions(String) - Method in interface twitter4j.api.SuggestedUsersResources
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.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long, Paging) - Method in interface twitter4j.api.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String) - Method in interface twitter4j.api.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long) - Method in interface twitter4j.api.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline() - Method in interface twitter4j.api.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(Paging) - Method in interface twitter4j.api.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUtcOffset() - Method in interface twitter4j.User
 
getValue() - Method in class twitter4j.HttpParameter
 
getVersion() - Method in interface twitter4j.OEmbed
The oEmbed version number.
getVersion() - Method in class twitter4j.OEmbedJSONImpl
 
getVersion() - Static method in class twitter4j.Version
 
getVideoAspectRatioHeight() - Method in interface twitter4j.MediaEntity
 
getVideoAspectRatioHeight() - Method in class twitter4j.MediaEntityJSONImpl
 
getVideoAspectRatioWidth() - Method in interface twitter4j.MediaEntity
 
getVideoAspectRatioWidth() - Method in class twitter4j.MediaEntityJSONImpl
 
getVideoDurationMillis() - Method in interface twitter4j.MediaEntity
 
getVideoDurationMillis() - Method in class twitter4j.MediaEntityJSONImpl
 
getVideoVariants() - Method in interface twitter4j.MediaEntity
 
getVideoVariants() - Method in class twitter4j.MediaEntityJSONImpl
 
getWidth() - Method in interface twitter4j.MediaEntity.Size
 
getWidth() - Method in interface twitter4j.OEmbed
The width in pixels of the image specified in the url parameter.
getWidth() - Method in class twitter4j.OEmbedJSONImpl
 
getWithheldInCountries() - Method in interface twitter4j.Status
Returns the list of country codes where the tweet is withheld
getWithheldInCountries() - Method in interface twitter4j.User
Returns the list of country codes where the user is withheld
getWoeid() - Method in interface twitter4j.Location
 
granularity(String) - Method in class twitter4j.GeoQuery
 

H

has(String) - Method in class twitter4j.JSONObject
Returns true if this object has a mapping for name.
hasFileBody() - Method in class twitter4j.HttpParameter
 
hashCode() - Method in class twitter4j.auth.AccessToken
 
hashCode() - Method in class twitter4j.auth.BasicAuthorization
 
hashCode() - Method in class twitter4j.auth.OAuth2Authorization
 
hashCode() - Method in class twitter4j.auth.OAuth2Token
 
hashCode() - Method in class twitter4j.auth.OAuthAuthorization
 
hashCode() - Method in class twitter4j.GeoLocation
 
hashCode() - Method in class twitter4j.GeoQuery
 
hashCode() - Method in class twitter4j.HttpParameter
 
hashCode() - Method in class twitter4j.HttpRequest
 
hashCode() - Method in class twitter4j.HttpResponseEvent
 
hashCode() - Method in class twitter4j.JSONArray
 
hashCode() - Method in class twitter4j.MediaEntityJSONImpl
 
hashCode() - Method in class twitter4j.OEmbedJSONImpl
 
hashCode() - Method in class twitter4j.OEmbedRequest
 
hashCode() - Method in class twitter4j.Paging
 
hashCode() - Method in class twitter4j.Query
 
hashCode() - Method in class twitter4j.StatusUpdate
 
hashCode() - Method in exception twitter4j.TwitterException
 
hashCode() - Method in class twitter4j.UploadedMedia
 
HashtagEntity - Interface in twitter4j
A data interface representing one single Hashtag entity.
hasNext() - Method in interface twitter4j.CursorSupport
 
hasNext() - Method in interface twitter4j.IDs
 
hasNext() - Method in interface twitter4j.PagableResponseList
 
hasNext() - Method in interface twitter4j.QueryResult
test if there is next page
hasPrevious() - Method in interface twitter4j.CursorSupport
 
hasPrevious() - Method in interface twitter4j.IDs
 
hasPrevious() - Method in interface twitter4j.PagableResponseList
 
head(String) - Method in interface twitter4j.HttpClient
 
head(String) - Method in class twitter4j.HttpClientBase
 
help() - Method in interface twitter4j.Twitter
 
HelpResources - Interface in twitter4j.api
 
HelpResources.Language - Interface in twitter4j.api
 
HideMedia(boolean) - Method in class twitter4j.OEmbedRequest
 
HideThread(boolean) - Method in class twitter4j.OEmbedRequest
 
hideTweet(boolean) - Method in class twitter4j.OEmbedRequest
 
HttpClient - Interface in twitter4j
A utility class to handle HTTP request/response.
HttpClientBase - Class in twitter4j
 
HttpClientBase(HttpClientConfiguration) - Constructor for class twitter4j.HttpClientBase
 
HttpClientConfiguration - Interface in twitter4j
 
HttpClientFactory - Class in twitter4j
 
HttpClientFactory() - Constructor for class twitter4j.HttpClientFactory
 
HttpParameter - Class in twitter4j
A data class representing HTTP Post parameter
HttpParameter(String, String) - Constructor for class twitter4j.HttpParameter
 
HttpParameter(JSONObject) - Constructor for class twitter4j.HttpParameter
 
HttpParameter(String, File) - Constructor for class twitter4j.HttpParameter
 
HttpParameter(String, String, InputStream) - Constructor for class twitter4j.HttpParameter
 
HttpParameter(String, int) - Constructor for class twitter4j.HttpParameter
 
HttpParameter(String, long) - Constructor for class twitter4j.HttpParameter
 
HttpParameter(String, double) - Constructor for class twitter4j.HttpParameter
 
HttpParameter(String, boolean) - Constructor for class twitter4j.HttpParameter
 
HttpRequest - Class in twitter4j
HTTP Request parameter object
HttpRequest(RequestMethod, String, HttpParameter[], Authorization, Map<String, String>) - Constructor for class twitter4j.HttpRequest
 
HttpResponse - Class in twitter4j
A data class representing HTTP Response
HttpResponse(HttpClientConfiguration) - Constructor for class twitter4j.HttpResponse
 
HttpResponseCode - Interface in twitter4j
 
HttpResponseEvent - Class in twitter4j
 
HttpResponseImpl - Class in twitter4j
 
HttpResponseListener - Interface in twitter4j
 
httpResponseReceived(HttpResponseEvent) - Method in interface twitter4j.HttpResponseListener
 

I

IDs - Interface in twitter4j
A data interface representing array of numeric IDs.
info(String) - Method in class twitter4j.Logger
 
info(String, String) - Method in class twitter4j.Logger
 
inReplyToStatusId(long) - Method in class twitter4j.StatusUpdate
 
INTERNAL_SERVER_ERROR - Static variable in interface twitter4j.HttpResponseCode
 
invalidateOAuth2Token() - Method in class twitter4j.auth.OAuth2Authorization
 
invalidateOAuth2Token() - Method in interface twitter4j.auth.OAuth2Support
Revokes an issued OAuth 2 Bearer Token.
InvocationStatistics - Interface in twitter4j.management
 
InvocationStatisticsCalculator - Class in twitter4j.management
Object that collects/aggregates statistics for the invocation of a given method.
InvocationStatisticsCalculator(String, int) - Constructor for class twitter4j.management.InvocationStatisticsCalculator
 
invoke(String, Object[], String[]) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
invokeLater(Runnable) - Method in interface twitter4j.Dispatcher
 
isAccountRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isAlwaysUseHttps() - Method in interface twitter4j.AccountSettings
Returns true if the wants to always access twitter using HTTPS.
isApplicationOnlyAuthEnabled() - Method in interface twitter4j.conf.Configuration
 
isAuthenticated() - Method in class twitter4j.HttpResponseEvent
 
isAutoPopulateReplyMetadata() - Method in class twitter4j.StatusUpdate
 
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
isDaemonEnabled() - Method in interface twitter4j.conf.Configuration
 
isDebugEnabled() - Method in interface twitter4j.conf.Configuration
 
isDebugEnabled() - Method in class twitter4j.Logger
tests if debug level logging is enabled
isDefaultProfile() - Method in interface twitter4j.User
Tests if the user has not altered the theme or background
isDefaultProfileImage() - Method in interface twitter4j.User
Tests if the user has not uploaded their own avatar
isDiscoverableByEmail() - Method in interface twitter4j.AccountSettings
Returns true if the user is discoverable by email.
isDisplayCoordinates() - Method in class twitter4j.StatusUpdate
 
isEnabled() - Method in interface twitter4j.auth.Authorization
Returns true if authorization credentials are set.
isEnabled() - Method in class twitter4j.auth.BasicAuthorization
#{inheritDoc}
isEnabled() - Method in class twitter4j.auth.NullAuthorization
 
isEnabled() - Method in class twitter4j.auth.OAuth2Authorization
 
isEnabled() - Method in class twitter4j.auth.OAuthAuthorization
Returns true if authorization credentials are set.
isEnabled() - Method in class twitter4j.XAuthAuthorization
 
isErrorEnabled() - Method in class twitter4j.Logger
tests if error level logging is enabled
isErrorMessageAvailable() - Method in exception twitter4j.TwitterException
Tests if error message from the API is available
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
isFile() - Method in class twitter4j.HttpParameter
 
isFollowedBy() - Method in interface twitter4j.Friendship
 
isFollowing() - Method in interface twitter4j.Friendship
 
isFollowing() - Method in interface twitter4j.UserList
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.
isGeoEnabled() - Method in interface twitter4j.AccountSettings
Return true if the user is enabling geo location
isGeoEnabled() - Method in interface twitter4j.User
 
isGZIPEnabled() - Method in interface twitter4j.HttpClientConfiguration
 
isHttpProxySocks() - Method in interface twitter4j.HttpClientConfiguration
 
isIncludeEmailEnabled() - Method in interface twitter4j.conf.Configuration
 
isIncludeEntitiesEnabled() - Method in interface twitter4j.conf.Configuration
 
isIncludeExtAltTextEnabled() - Method in interface twitter4j.conf.Configuration
 
isIncludeMyRetweetEnabled() - Method in interface twitter4j.conf.Configuration
 
isInfoEnabled() - Method in class twitter4j.Logger
tests if info level logging is enabled
isIPRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isJson() - Method in class twitter4j.HttpParameter
 
isJSONStoreEnabled() - Method in interface twitter4j.conf.Configuration
 
isMBeanEnabled() - Method in interface twitter4j.conf.Configuration
 
isNull(int) - Method in class twitter4j.JSONArray
Returns true if this array has no value at index, or if its value is the null reference or JSONObject.NULL.
isNull(String) - Method in class twitter4j.JSONObject
Returns true if this object has no mapping for name or if it has a mapping whose value is JSONObject.NULL.
isPossiblySensitive() - Method in interface twitter4j.Status
Returns true if the status contains a link that is identified as sensitive.
isPossiblySensitive() - Method in class twitter4j.StatusUpdate
 
isPrettyDebugEnabled() - Method in interface twitter4j.HttpClientConfiguration
 
isProfileBackgroundTiled() - Method in interface twitter4j.User
 
isProfileUseBackgroundImage() - Method in interface twitter4j.User
 
isProtected() - Method in interface twitter4j.User
Test if the user status is protected
isPublic() - Method in interface twitter4j.UserList
tests if the list is public
isRetweet() - Method in interface twitter4j.Status
 
isRetweeted() - Method in interface twitter4j.Status
Test if the status is retweeted
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.
isShowAllInlineMedia() - Method in interface twitter4j.User
 
isSleepTimeEnabled() - Method in interface twitter4j.AccountSettings
Returns true if the user enabled sleep time.
isSourceBlockingTarget() - Method in interface twitter4j.Relationship
Returns if the source user is blocking the target user
isSourceFollowedByTarget() - Method in interface twitter4j.Relationship
Checks if source user is being followed by target user
isSourceFollowingTarget() - Method in interface twitter4j.Relationship
Checks if source user is following target user
isSourceMutingTarget() - Method in interface twitter4j.Relationship
Returns id the source user is muting the target user
isSourceNotificationsEnabled() - Method in interface twitter4j.Relationship
Checks if the source user has enabled notifications for updates of the target user
isSourceWantRetweets() - Method in interface twitter4j.Relationship
Checks if the retweets from the target user enabled
isStallWarningsEnabled() - Method in interface twitter4j.conf.Configuration
 
isTargetFollowedBySource() - Method in interface twitter4j.Relationship
Checks if target user is being followed by source user.
This method is equivalent to isSourceFollowingTarget().
isTargetFollowingSource() - Method in interface twitter4j.Relationship
Checks if target user is following source user.
This method is equivalent to isSourceFollowedByTarget().
isTranslator() - Method in interface twitter4j.User
 
isTrimUserEnabled() - Method in interface twitter4j.conf.Configuration
 
isTruncated() - Method in interface twitter4j.Status
Test if the status is truncated
isTweetModeExtended() - Method in interface twitter4j.conf.Configuration
 
isUserStreamRepliesAllEnabled() - Method in interface twitter4j.conf.Configuration
 
isUserStreamWithFollowingsEnabled() - Method in interface twitter4j.conf.Configuration
 
isVerified() - Method in interface twitter4j.User
 
isWarnEnabled() - Method in class twitter4j.Logger
tests if warn level logging is enabled

J

join(String) - Method in class twitter4j.JSONArray
Returns a new string by alternating this array's values with separator.
JSONArray - Class in twitter4j
A dense indexed sequence of values.
JSONArray() - Constructor for class twitter4j.JSONArray
Creates a JSONArray with no values.
JSONArray(Collection) - Constructor for class twitter4j.JSONArray
Creates a new JSONArray by copying all values from the given collection.
JSONArray(JSONTokener) - Constructor for class twitter4j.JSONArray
Creates a new JSONArray with values from the next array in the tokener.
JSONArray(String) - Constructor for class twitter4j.JSONArray
Creates a new JSONArray with values from the JSON string.
JSONArray(Object) - Constructor for class twitter4j.JSONArray
Creates a new JSONArray with values from the given primitive array.
JSONException - Exception in twitter4j
Thrown to indicate a problem with the JSON API.
JSONException(String) - Constructor for exception twitter4j.JSONException
 
JSONException(Throwable) - Constructor for exception twitter4j.JSONException
 
JSONException(String, Throwable) - Constructor for exception twitter4j.JSONException
 
JSONObject - Class in twitter4j
A modifiable set of name/value mappings.
JSONObject() - Constructor for class twitter4j.JSONObject
Creates a JSONObject with no name/value mappings.
JSONObject(Map) - Constructor for class twitter4j.JSONObject
Creates a new JSONObject by copying all name/value mappings from the given map.
JSONObject(JSONTokener) - Constructor for class twitter4j.JSONObject
Creates a new JSONObject with name/value mappings from the next object in the tokener.
JSONObject(String) - Constructor for class twitter4j.JSONObject
Creates a new JSONObject with name/value mappings from the JSON string.
JSONObject(JSONObject, String[]) - Constructor for class twitter4j.JSONObject
Creates a new JSONObject by copying mappings for the listed names from the given object.
JSONObjectType - Class in twitter4j
 
JSONObjectType() - Constructor for class twitter4j.JSONObjectType
 
JSONObjectType.Type - Enum in twitter4j
 
JSONStringer - Class in twitter4j
JSONStringer() - Constructor for class twitter4j.JSONStringer
 
JSONTokener - Class in twitter4j
Parses a JSON (RFC 4627) encoded string into the corresponding object.
JSONTokener(String) - Constructor for class twitter4j.JSONTokener
 
JSONTokener(Reader) - Constructor for class twitter4j.JSONTokener
 
JSONTokener(InputStream) - Constructor for class twitter4j.JSONTokener
 

K

key(String) - Method in class twitter4j.JSONStringer
Encodes the key (property name) to this stringer.
keys() - Method in class twitter4j.JSONObject
Returns an iterator of the String names in this object.
keySet() - Method in class twitter4j.JSONObject
Returns the set of String names in this object.
KILOMETERS - Static variable in class twitter4j.Query
 

L

lang(String) - Method in class twitter4j.OEmbedRequest
 
lang(String) - Method in class twitter4j.Query
restricts tweets to the given language, given by an ISO 639-1 code
LanguageJSONImpl - Class in twitter4j
 
LARGE - Static variable in interface twitter4j.MediaEntity.Size
 
length() - Method in class twitter4j.JSONArray
 
length() - Method in class twitter4j.JSONObject
Returns the number of name/value mappings in this object.
list() - Method in interface twitter4j.Twitter
 
ListsResources - Interface in twitter4j.api
 
locale(String) - Method in class twitter4j.Query
Specify the language of the query you are sending (only ja is currently effective).
Location - Interface in twitter4j
 
location(GeoLocation) - Method in class twitter4j.StatusUpdate
 
Logger - Class in twitter4j
 
Logger() - Constructor for class twitter4j.Logger
 
LoggerFactory - Class in twitter4j
 
LoggerFactory() - Constructor for class twitter4j.LoggerFactory
 
lookup(long...) - Method in interface twitter4j.api.TweetsResources
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
lookupFriendships(long...) - Method in interface twitter4j.api.FriendsFollowersResources
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(String...) - Method in interface twitter4j.api.FriendsFollowersResources
Returns the relationship of the authenticating user to the specified users.
lookupUsers(long...) - Method in interface twitter4j.api.UsersResources
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.UsersResources
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.Version
prints the version string
MAX_TWEET_LENGTH - Static variable in class twitter4j.util.CharacterUtil
 
maxId(long) - Method in class twitter4j.Paging
 
maxId(long) - Method in class twitter4j.Query
If specified, returns tweets with status ids less than the given id.
maxResults(int) - Method in class twitter4j.GeoQuery
 
MaxWidth(int) - Method in class twitter4j.OEmbedRequest
 
media(File) - Method in class twitter4j.StatusUpdate
 
media(String, InputStream) - Method in class twitter4j.StatusUpdate
 
MediaEntity - Interface in twitter4j
 
MediaEntity.Size - Interface in twitter4j
 
MediaEntity.Variant - Interface in twitter4j
 
MediaEntityJSONImpl - Class in twitter4j
 
MEDIUM - Static variable in interface twitter4j.MediaEntity.Size
 
methodCalled(String, long, boolean) - Method in class twitter4j.management.APIStatistics
 
MILES - Static variable in class twitter4j.Query
 
MIXED - Static variable in class twitter4j.Query
mixed: Include both popular and real time results in the response.
more() - Method in class twitter4j.JSONTokener
Returns true until the input has been exhausted.
MULTIPLE_CHOICES - Static variable in interface twitter4j.HttpResponseCode
 

N

names() - Method in class twitter4j.JSONObject
Returns an array containing the string names in this object.
next() - Method in class twitter4j.JSONTokener
Returns the next available character, or the null character '\0' if all input has been exhausted.
next(char) - Method in class twitter4j.JSONTokener
Returns the next available character if it equals c.
next(int) - Method in class twitter4j.JSONTokener
Returns the next length characters of the input.
nextClean() - Method in class twitter4j.JSONTokener
Returns the next character that is not whitespace and does not belong to a comment.
nextQuery() - Method in interface twitter4j.QueryResult
Returns a Query instance to fetch next page or null if there is no next page.
nextString(char) - Method in class twitter4j.JSONTokener
Returns the string up to but not including quote, unescaping any character escape sequences encountered along the way.
nextTo(String) - Method in class twitter4j.JSONTokener
Returns the trimmed string holding the characters up to but not including the first of: any character in excluded a newline character '\n' a carriage return '\r'
nextTo(char) - Method in class twitter4j.JSONTokener
Equivalent to nextTo(String.valueOf(excluded)).
nextValue() - Method in class twitter4j.JSONTokener
Returns the next value from the input.
NONE - Static variable in interface twitter4j.TwitterResponse
 
NOT_ACCEPTABLE - Static variable in interface twitter4j.HttpResponseCode
 
NOT_FOUND - Static variable in interface twitter4j.HttpResponseCode
 
NOT_MODIFIED - Static variable in interface twitter4j.HttpResponseCode
 
NULL - Static variable in class twitter4j.JSONObject
A sentinel value used to explicitly define a name with no value.
NullAuthorization - Class in twitter4j.auth
An interface represents credentials.
numberToString(Number) - Static method in class twitter4j.JSONObject
Encodes the number as a JSON string.

O

OAuth2Authorization - Class in twitter4j.auth
 
OAuth2Authorization(Configuration) - Constructor for class twitter4j.auth.OAuth2Authorization
 
OAuth2Support - Interface in twitter4j.auth
 
OAuth2Token - Class in twitter4j.auth
 
OAuth2Token(String, String) - Constructor for class twitter4j.auth.OAuth2Token
 
OAuthAuthorization - Class in twitter4j.auth
 
OAuthAuthorization(Configuration) - Constructor for class twitter4j.auth.OAuthAuthorization
 
OAuthSupport - Interface in twitter4j.auth
 
object() - Method in class twitter4j.JSONStringer
Begins encoding a new object.
OEmbed - Interface in twitter4j
 
OEmbedJSONImpl - Class in twitter4j
 
OEmbedRequest - Class in twitter4j
 
OEmbedRequest(long, String) - Constructor for class twitter4j.OEmbedRequest
 
OEmbedRequest.Align - Enum in twitter4j
 
OEmbedRequest.WidgetType - Enum in twitter4j
 
OK - Static variable in interface twitter4j.HttpResponseCode
 
omitScript(boolean) - Method in class twitter4j.OEmbedRequest
 
onCleanUp() - Method in interface twitter4j.ConnectionLifeCycleListener
called before thread gets cleaned up
onConnect() - Method in interface twitter4j.ConnectionLifeCycleListener
called after connection was established
onDisconnect() - Method in interface twitter4j.ConnectionLifeCycleListener
called after connection was disconnected
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.
onRateLimitReached(Consumer<RateLimitStatusEvent>) - Method in interface twitter4j.TwitterBase
Registers a RateLimitStatusListener for account associated rate limits
onRateLimitStatus(RateLimitStatusEvent) - Method in interface twitter4j.RateLimitStatusListener
Called when the response contains rate limit status.
onRateLimitStatus(Consumer<RateLimitStatusEvent>) - Method in interface twitter4j.TwitterBase
Registers a lambda action for account associated rate limits
opt(int) - Method in class twitter4j.JSONArray
Returns the value at index, or null if the array has no value at index.
opt(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name, or null if no such mapping exists.
optBoolean(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(int, boolean) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean, or false otherwise.
optBoolean(String, boolean) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean, or fallback otherwise.
optDouble(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(int, double) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double, or NaN otherwise.
optDouble(String, double) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double, or fallback otherwise.
optInt(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(int, int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int, or 0 otherwise.
optInt(String, int) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int, or fallback otherwise.
optJSONArray(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a JSONArray.
optJSONArray(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a JSONArray, or null otherwise.
optJSONObject(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a JSONObject.
optJSONObject(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a JSONObject, or null otherwise.
optLong(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(int, long) - Method in class twitter4j.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long, or 0 otherwise.
optLong(String, long) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long, or fallback otherwise.
optString(int) - Method in class twitter4j.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(int, String) - Method in class twitter4j.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary, or the empty string if no such mapping exists.
optString(String, String) - Method in class twitter4j.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary, or fallback if no such mapping exists.

P

PagableResponseList<T extends TwitterResponse> - Interface in twitter4j
ResponseList with cursor support.
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
 
Place - Interface in twitter4j
 
placeId(String) - Method in class twitter4j.StatusUpdate
 
placesGeo() - Method in interface twitter4j.Twitter
 
PlacesGeoResources - Interface in twitter4j.api
 
POPULAR - Static variable in class twitter4j.Query
popular: return only the most popular results in the response.
possiblySensitive(boolean) - Method in class twitter4j.StatusUpdate
 
post(String, HttpParameter[], Authorization, HttpResponseListener) - Method in interface twitter4j.HttpClient
 
post(String) - Method in interface twitter4j.HttpClient
 
post(String, HttpParameter[], Authorization, HttpResponseListener) - Method in class twitter4j.HttpClientBase
 
post(String) - Method in class twitter4j.HttpClientBase
 
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
 
put(String, HttpParameter[], Authorization, HttpResponseListener) - Method in interface twitter4j.HttpClient
 
put(String) - Method in interface twitter4j.HttpClient
 
put(String, HttpParameter[], Authorization, HttpResponseListener) - Method in class twitter4j.HttpClientBase
 
put(String) - Method in class twitter4j.HttpClientBase
 
put(boolean) - Method in class twitter4j.JSONArray
Appends value to the end of this array.
put(double) - Method in class twitter4j.JSONArray
Appends value to the end of this array.
put(int) - Method in class twitter4j.JSONArray
Appends value to the end of this array.
put(long) - Method in class twitter4j.JSONArray
Appends value to the end of this array.
put(Object) - Method in class twitter4j.JSONArray
Appends value to the end of this array.
put(int, boolean) - Method in class twitter4j.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, double) - Method in class twitter4j.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, int) - Method in class twitter4j.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, long) - Method in class twitter4j.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, Object) - Method in class twitter4j.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(String, boolean) - Method in class twitter4j.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, double) - Method in class twitter4j.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, int) - Method in class twitter4j.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, long) - Method in class twitter4j.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, Object) - Method in class twitter4j.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
putOpt(String, Object) - Method in class twitter4j.JSONObject
Equivalent to put(name, value) when both parameters are non-null; does nothing otherwise.

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(String) - Method in class twitter4j.Query
Sets the query string
Query.ResultType - Enum in twitter4j
 
Query.Unit - Enum in twitter4j
 
QueryResult - Interface in twitter4j
A data interface representing search API response
quote(String) - Static method in class twitter4j.JSONObject
Encodes data as a JSON string.

R

RateLimitStatus - Interface in twitter4j
A data interface representing Twitter REST API's rate limit status
RateLimitStatusEvent - Class in twitter4j
A data interface representing Twitter REST API's rate limit status
RateLimitStatusListener - Interface in twitter4j
 
READ - Static variable in interface twitter4j.TwitterResponse
 
READ_WRITE - Static variable in interface twitter4j.TwitterResponse
 
READ_WRITE_DIRECTMESSAGES - Static variable in interface twitter4j.TwitterResponse
 
RECENT - Static variable in class twitter4j.Query
recent: return only the most recent results in the response
related(String[]) - Method in class twitter4j.OEmbedRequest
 
Relationship - Interface in twitter4j
A data interface that has detailed information about a relationship between two users
remove(int) - Method in class twitter4j.JSONArray
Removes and returns the value at index, or null if the array has no value at index.
remove(String) - Method in class twitter4j.JSONObject
Removes the named mapping if it exists; does nothing otherwise.
removeProfileBanner() - Method in interface twitter4j.api.UsersResources
Removes the uploaded profile banner for the authenticating user.
reportSpam(long) - Method in interface twitter4j.api.SpamReportingResource
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(String) - Method in interface twitter4j.api.SpamReportingResource
The user specified in the id is blocked by the authenticated user and reported as a spammer.
request(HttpRequest) - Method in interface twitter4j.HttpClient
 
request(HttpRequest, HttpResponseListener) - Method in interface twitter4j.HttpClient
 
request(HttpRequest) - Method in class twitter4j.HttpClientBase
 
request(HttpRequest, HttpResponseListener) - Method in class twitter4j.HttpClientBase
 
RequestMethod - Enum in twitter4j
 
RequestToken - Class in twitter4j.auth
 
RequestToken(String, String) - Constructor for class twitter4j.auth.RequestToken
 
reset() - Method in class twitter4j.management.APIStatistics
 
reset() - Method in class twitter4j.management.APIStatisticsOpenMBean
 
reset() - Method in interface twitter4j.management.InvocationStatistics
 
reset() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
resourceNotFound() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by non-existing resource
ResponseList<T> - Interface in twitter4j
List of TwitterResponse.
resultType(Query.ResultType) - Method in class twitter4j.Query
If specified, returns tweets included popular or real time or both in the response
retweetStatus(long) - Method in interface twitter4j.api.TweetsResources
Retweets a tweet.
reverseGeoCode(GeoQuery) - Method in interface twitter4j.api.PlacesGeoResources
Search for places (cities and neighborhoods) that can be attached to a statuses/update.

S

SavedSearch - Interface in twitter4j
A data interface representing a Saved Search
savedSearches() - Method in interface twitter4j.Twitter
 
SavedSearchesResources - Interface in twitter4j.api
 
Scopes - Interface in twitter4j
A data interface representing targeting scopes applied to a status.
ScopesImpl - Class in twitter4j
A data interface representing targeting scopes applied to a status.
ScopesImpl(String[]) - Constructor for class twitter4j.ScopesImpl
 
search(Query) - Method in interface twitter4j.api.SearchResource
Returns tweets that match a specified query.
search() - Method in interface twitter4j.Twitter
 
searchPlaces(GeoQuery) - Method in interface twitter4j.api.PlacesGeoResources
Search for places that can be attached to a statuses/update.
SearchResource - Interface in twitter4j.api
 
searchUsers(String, int) - Method in interface twitter4j.api.UsersResources
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.
Usage note: It is only possible to retrieve the first 1000 matches from this API.
sendDirectMessage(long, String) - Method in interface twitter4j.api.DirectMessagesResources
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(long, String, long) - Method in interface twitter4j.api.DirectMessagesResources
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(String, String) - Method in interface twitter4j.api.DirectMessagesResources
Sends a new direct message to the specified user from the authenticating user.
SERVICE_UNAVAILABLE - Static variable in interface twitter4j.HttpResponseCode
 
setAccuracy(String) - Method in class twitter4j.GeoQuery
Sets a hint on the "region" in which to search.
setAlign(OEmbedRequest.Align) - Method in class twitter4j.OEmbedRequest
 
setApplicationOnlyAuthEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setAsyncNumThreads(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setAttachmentUrl(String) - Method in class twitter4j.StatusUpdate
 
setAttribute(Attribute) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
setAttributes(AttributeList) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
setAutoPopulateReplyMetadata(boolean) - Method in class twitter4j.StatusUpdate
 
setContributingTo(long) - Method in class twitter4j.conf.ConfigurationBuilder
 
setCount(int) - Method in class twitter4j.Paging
 
setCount(int) - Method in class twitter4j.Query
sets the number of tweets to return per page, up to a max of 100
setDaemonEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setDebugEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setDispatcherImpl(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setDisplayCoordinates(boolean) - Method in class twitter4j.StatusUpdate
 
setGeoCode(GeoLocation, double, Query.Unit) - 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
setGeoCode(GeoLocation, double, String) - Method in class twitter4j.Query
setGranularity(String) - Method in class twitter4j.GeoQuery
Sets the minimal granularity of data to return.
setGZIPEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHideMedia(boolean) - Method in class twitter4j.OEmbedRequest
 
setHideThread(boolean) - Method in class twitter4j.OEmbedRequest
 
setHideTweet(boolean) - Method in class twitter4j.OEmbedRequest
 
setHttpConnectionTimeout(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyHost(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyPassword(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyPort(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxySocks(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyUser(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpRetryCount(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpRetryIntervalSeconds(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpStreamingReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setIncludeEmailEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setIncludeEntitiesEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setIncludeExtAltTextEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setIncludeMyRetweetEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setInReplyToStatusId(long) - Method in class twitter4j.StatusUpdate
 
setJSONStoreEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setLang(String) - Method in class twitter4j.OEmbedRequest
 
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.
setMaxWidth(int) - Method in class twitter4j.OEmbedRequest
 
setMBeanEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setMedia(File) - Method in class twitter4j.StatusUpdate
 
setMedia(String, InputStream) - Method in class twitter4j.StatusUpdate
 
setMediaIds(long...) - Method in class twitter4j.StatusUpdate
 
setMediaProvider(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setMediaProviderAPIKey(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setMediaProviderParameters(Properties) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuth2AccessToken(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuth2InvalidateTokenURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuth2Scope(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuth2Token(OAuth2Token) - Method in class twitter4j.auth.OAuth2Authorization
 
setOAuth2Token(OAuth2Token) - Method in interface twitter4j.auth.OAuth2Support
Sets the OAuth 2 Bearer token.
setOAuth2TokenType(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuth2TokenURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAccessToken(AccessToken) - Method in class twitter4j.auth.OAuthAuthorization
 
setOAuthAccessToken(AccessToken) - Method in interface twitter4j.auth.OAuthSupport
Sets the access token
setOAuthAccessToken(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAccessTokenSecret(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAccessTokenURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAuthenticationURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAuthorizationURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthConsumer(String, String) - Method in class twitter4j.auth.OAuth2Authorization
 
setOAuthConsumer(String, String) - Method in interface twitter4j.auth.OAuth2Support
Sets the OAuth consumer key and consumer secret.
setOAuthConsumer(String, String) - Method in class twitter4j.auth.OAuthAuthorization
 
setOAuthConsumer(String, String) - Method in interface twitter4j.auth.OAuthSupport
sets the OAuth consumer key and consumer secret
setOAuthConsumer(String, String) - Method in class twitter4j.XAuthAuthorization
 
setOAuthConsumerKey(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthConsumerSecret(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthRealm(String) - Method in class twitter4j.auth.OAuthAuthorization
Sets the OAuth realm
setOAuthRequestTokenURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOmitScript(boolean) - Method in class twitter4j.OEmbedRequest
 
setPage(int) - Method in class twitter4j.Paging
 
setPassword(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setPlaceId(String) - Method in class twitter4j.StatusUpdate
 
setPossiblySensitive(boolean) - Method in class twitter4j.StatusUpdate
 
setPrettyDebugEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setQuery(String) - Method in class twitter4j.GeoQuery
 
setQuery(String) - Method in class twitter4j.Query
Sets the query string
setRelated(String[]) - Method in class twitter4j.OEmbedRequest
 
setRestBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setResultType(Query.ResultType) - Method in class twitter4j.Query
Default value is Query.MIXED if parameter not specified
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.ConfigurationBuilder
 
setStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setTrimUserEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setTweetModeExtended(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUntil(String) - Method in class twitter4j.Query
If specified, returns tweets with generated before the given date.
setUploadBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUser(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUserStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUserStreamRepliesAllEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUserStreamWithFollowingsEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setWidgetType(OEmbedRequest.WidgetType) - Method in class twitter4j.OEmbedRequest
 
showDirectMessage(long) - Method in interface twitter4j.api.DirectMessagesResources
Returns a single Direct Message event by the given id.
showFriendship(long, long) - Method in interface twitter4j.api.FriendsFollowersResources
Returns detailed information about the relationship between two users.
showFriendship(String, String) - Method in interface twitter4j.api.FriendsFollowersResources
Returns detailed information about the relationship between two users.
showSavedSearch(long) - Method in interface twitter4j.api.SavedSearchesResources
Retrieve the data for a saved search owned by the authenticating user specified by the given id.
showStatus(long) - Method in interface twitter4j.api.TweetsResources
Returns a single status, specified by the id parameter below.
showUser(long) - Method in interface twitter4j.api.UsersResources
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.UsersResources
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUserList(long) - Method in interface twitter4j.api.ListsResources
Show the specified list.
showUserList(long, String) - Method in interface twitter4j.api.ListsResources
Show the specified list.
showUserList(String, String) - Method in interface twitter4j.api.ListsResources
Show the specified list.
showUserListMembership(long, long) - Method in interface twitter4j.api.ListsResources
Check if a user is a member of the specified list.

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

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

This method calls https://api.twitter.com/1.1/lists/members/show.json
showUserListSubscription(long, long) - Method in interface twitter4j.api.ListsResources
Check if the specified user is a subscriber of the specified list.
showUserListSubscription(long, String, long) - Method in interface twitter4j.api.ListsResources
Check if the specified user is a subscriber of the specified list.
showUserListSubscription(String, String, long) - Method in interface twitter4j.api.ListsResources
Check if the specified user is a subscriber of the specified list.
shutdown() - Method in interface twitter4j.Dispatcher
 
since(String) - Method in class twitter4j.Query
If specified, returns tweets with since the given date.
sinceId(long) - Method in class twitter4j.Paging
 
sinceId(long) - Method in class twitter4j.Query
returns tweets with status ids greater than the given id.
skipPast(String) - Method in class twitter4j.JSONTokener
Advances past all input up to and including the next occurrence of thru.
skipTo(char) - Method in class twitter4j.JSONTokener
Advances past all input up to but not including the next occurrence of to.
SMALL - Static variable in interface twitter4j.MediaEntity.Size
 
spamReporting() - Method in interface twitter4j.Twitter
 
SpamReportingResource - Interface in twitter4j.api
 
START - Static variable in interface twitter4j.CursorSupport
 
Status - Interface in twitter4j
A data interface representing one single status of a user.
StatusDeletionNotice - Interface in twitter4j
A data class representing Status deletionNotice
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately.
StatusUpdate - Class in twitter4j
 
StatusUpdate(String) - Constructor for class twitter4j.StatusUpdate
 
suggestedUsers() - Method in interface twitter4j.Twitter
 
SuggestedUsersResources - Interface in twitter4j.api
 
SymbolEntity - Interface in twitter4j
 
syntaxError(String) - Method in class twitter4j.JSONTokener
Returns an exception containing the given message plus the current position and the entire input string.

T

THUMB - Static variable in interface twitter4j.MediaEntity.Size
 
timelines() - Method in interface twitter4j.Twitter
 
TimelinesResources - Interface in twitter4j.api
 
TimeSpanConverter - Class in twitter4j.util
 
TimeSpanConverter() - Constructor for class twitter4j.util.TimeSpanConverter
Constructs an instance with default locale
TimeSpanConverter(Locale) - Constructor for class twitter4j.util.TimeSpanConverter
Constructs an instance with the specified locale
TimeZone - Interface in twitter4j
 
TimeZoneJSONImpl - Class in twitter4j
 
toJSONArray(JSONArray) - Method in class twitter4j.JSONObject
Returns an array with the values corresponding to names.
toJSONObject(JSONArray) - Method in class twitter4j.JSONArray
Returns a new object whose values are the values in this array, and whose names are the values in names.
TOO_MANY_REQUESTS - Static variable in interface twitter4j.HttpResponseCode
 
toString() - Method in class twitter4j.auth.AccessToken
 
toString() - Method in class twitter4j.auth.BasicAuthorization
 
toString() - Method in class twitter4j.auth.NullAuthorization
 
toString() - Method in class twitter4j.auth.OAuth2Authorization
 
toString() - Method in class twitter4j.auth.OAuth2Token
 
toString() - Method in class twitter4j.auth.OAuthAuthorization
 
toString() - Method in class twitter4j.GeoLocation
 
toString() - Method in class twitter4j.GeoQuery
 
toString() - Method in class twitter4j.HttpParameter
 
toString() - Method in class twitter4j.HttpRequest
 
toString() - Method in class twitter4j.HttpResponse
 
toString() - Method in class twitter4j.HttpResponseEvent
 
toString() - Method in class twitter4j.JSONArray
Encodes this array as a compact JSON string, such as:
toString(int) - Method in class twitter4j.JSONArray
Encodes this array as a human readable JSON string for debugging, such as:
toString() - Method in class twitter4j.JSONObject
Encodes this object as a compact JSON string, such as:
toString(int) - Method in class twitter4j.JSONObject
Encodes this object as a human readable JSON string for debugging, such as:
toString() - Method in class twitter4j.JSONStringer
Returns the encoded JSON string.
toString() - Method in class twitter4j.JSONTokener
Returns the current position and the entire input string.
toString() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
toString() - Method in class twitter4j.MediaEntityJSONImpl
 
toString() - Method in class twitter4j.OEmbedJSONImpl
 
toString() - Method in class twitter4j.OEmbedRequest
 
toString() - Method in class twitter4j.Paging
 
toString() - Method in class twitter4j.Query
 
toString() - Method in class twitter4j.StatusUpdate
 
toString() - Method in exception twitter4j.TwitterException
 
toString() - Method in class twitter4j.UploadedMedia
 
toTimeSpanString(Date) - Method in class twitter4j.util.TimeSpanConverter
 
toTimeSpanString(long) - Method in class twitter4j.util.TimeSpanConverter
 
Trend - Interface in twitter4j
A data interface representing Trend.
Trends - Interface in twitter4j
A data class representing Trends.
trends() - Method in interface twitter4j.Twitter
 
TrendsResources - Interface in twitter4j.api
 
TweetEntity - Interface in twitter4j
super interface of UserMentionEntity, URLEntity and HashtagEntity
tweets() - Method in interface twitter4j.Twitter
 
TweetsResources - Interface in twitter4j.api
 
Twitter - Interface in twitter4j
 
twitter4j - package twitter4j
general package for Twitter4J
twitter4j.api - package twitter4j.api
APIs represents Twitter API resources
twitter4j.auth - package twitter4j.auth
OAuth related classes
twitter4j.conf - package twitter4j.conf
Twitter4J configurations
twitter4j.json - package twitter4j.json
this package is deprecated.
twitter4j.management - package twitter4j.management
JMX support
twitter4j.util - package twitter4j.util
Trivial utility classes for Twitter4J client applications.
twitter4j.util.function - package twitter4j.util.function
 
TwitterAPIConfiguration - Interface in twitter4j
 
TwitterAPIMonitor - Class in twitter4j
Singleton instance of all Twitter API monitoring.
TwitterBase - Interface in twitter4j
 
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, Throwable) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String) - Constructor for exception twitter4j.TwitterException
 
TwitterException(Exception) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, HttpResponse) - 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
TwitterObjectFactory - Class in twitter4j
 
TwitterResponse - Interface in twitter4j
Super interface of Twitter Response data interfaces which indicates that rate limit status is available.
tzinfoName() - Method in interface twitter4j.TimeZone
 
tzinfoName() - Method in class twitter4j.TimeZoneJSONImpl
 

U

UNAUTHORIZED - Static variable in interface twitter4j.HttpResponseCode
 
UNPROCESSABLE_ENTITY - Static variable in interface twitter4j.HttpResponseCode
 
unRetweetStatus(long) - Method in interface twitter4j.api.TweetsResources
Untweets a retweeted status.
until(String) - Method in class twitter4j.Query
If specified, returns tweets with generated before the given date.
updateAccountSettings(Integer, Boolean, String, String, String, String) - Method in interface twitter4j.api.UsersResources
Updates the current trend, geo, language, timezone and sleep time information for the authenticating user.
updateAllowDmsFrom(String) - Method in interface twitter4j.api.UsersResources
Updates the allowDmsFrom settings for the authenticating user.
updateFriendship(long, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(String, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
Allows you to enable or disable retweets and device notifications from the specified user.
updateProfile(String, String, String, String) - Method in interface twitter4j.api.UsersResources
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfileBackgroundImage(File, boolean) - Method in interface twitter4j.api.UsersResources
Deprecated.
Since Twitter4J 4.0.7
updateProfileBackgroundImage(InputStream, boolean) - Method in interface twitter4j.api.UsersResources
Updates the authenticating user's profile background image.
updateProfileBanner(File) - Method in interface twitter4j.api.UsersResources
Uploads a profile banner on behalf of the authenticating user.
updateProfileBanner(InputStream) - Method in interface twitter4j.api.UsersResources
Uploads a profile banner on behalf of the authenticating user.
updateProfileColors(String, String, String, String, String) - Method in interface twitter4j.api.UsersResources
Deprecated.
Since Twitter4J 4.0.5
updateProfileImage(File) - Method in interface twitter4j.api.UsersResources
Updates the authenticating user's profile image.
updateProfileImage(InputStream) - Method in interface twitter4j.api.UsersResources
Updates the authenticating user's profile image.
updateStatus(String) - Method in interface twitter4j.api.TweetsResources
Updates the authenticating user's status.
updateStatus(StatusUpdate) - Method in interface twitter4j.api.TweetsResources
Updates the authenticating user's status.
updateUserList(long, String, boolean, String) - Method in interface twitter4j.api.ListsResources
Updates the specified list.
updateUserList(long, String, String, boolean, String) - Method in interface twitter4j.api.ListsResources
Updates the specified list.
updateUserList(String, String, String, boolean, String) - Method in interface twitter4j.api.ListsResources
Updates the specified list.
UploadedMedia - Class in twitter4j
Represents result of "/1.1/media/upload.json"
uploadMedia(File) - Method in interface twitter4j.api.TweetsResources
Uploads media image to be attached via TweetsResources.updateStatus(twitter4j.StatusUpdate)
This method calls https://api.twitter.com/1.1/media/upload.json
uploadMedia(String, InputStream) - Method in interface twitter4j.api.TweetsResources
Uploads media image to be attached via TweetsResources.updateStatus(twitter4j.StatusUpdate)
This method calls https://api.twitter.com/1.1/media/upload.json
uploadMediaChunked(String, InputStream) - Method in interface twitter4j.api.TweetsResources
Uploads media using chunked approach to be attached via TweetsResources.updateStatus(twitter4j.StatusUpdate).
URLEntity - Interface in twitter4j
A data interface representing one single URL entity.
User - Interface in twitter4j
A data interface representing Basic user information element
UserList - Interface in twitter4j
A data interface representing Basic list information element
UserMentionEntity - Interface in twitter4j
A data interface representing one single user mention entity.
users() - Method in interface twitter4j.Twitter
 
UsersResources - Interface in twitter4j.api
 
utcOffset() - Method in interface twitter4j.TimeZone
 
utcOffset() - Method in class twitter4j.TimeZoneJSONImpl
 

V

value(Object) - Method in class twitter4j.JSONStringer
Encodes value.
value(boolean) - Method in class twitter4j.JSONStringer
Encodes value to this stringer.
value(double) - Method in class twitter4j.JSONStringer
Encodes value to this stringer.
value(long) - Method in class twitter4j.JSONStringer
Encodes value to this stringer.
valueOf(String) - Static method in enum twitter4j.JSONObjectType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum twitter4j.OEmbedRequest.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum twitter4j.OEmbedRequest.WidgetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum twitter4j.Query.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum twitter4j.Query.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum twitter4j.RequestMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum twitter4j.JSONObjectType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum twitter4j.OEmbedRequest.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum twitter4j.OEmbedRequest.WidgetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum twitter4j.Query.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum twitter4j.Query.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum twitter4j.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
verifyCredentials() - Method in interface twitter4j.api.UsersResources
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
 

W

warn(String) - Method in class twitter4j.Logger
 
warn(String, String) - Method in class twitter4j.Logger
 
warn(String, Throwable) - Method in class twitter4j.Logger
 
widgetType(OEmbedRequest.WidgetType) - Method in class twitter4j.OEmbedRequest
 
wrap(Object) - Static method in class twitter4j.JSONObject
Wraps the given object if necessary.
write(DataOutputStream, String) - Method in class twitter4j.HttpClientBase
 

X

XAuthAuthorization - Class in twitter4j
 
XAuthAuthorization(BasicAuthorization) - Constructor for class twitter4j.XAuthAuthorization
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2018. All rights reserved.