Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AccessToken - Class in twitter4j
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.
AccountSettings - Interface in twitter4j.v1
 
AccountTotals - Interface in twitter4j.v1
 
accuracy - Variable in class twitter4j.v1.GeoQuery
accuracy
accuracy(String) - Method in class twitter4j.v1.GeoQuery
Sets a hint on the "region" in which to search.
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
 
applicationOnlyAuthEnabled(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 
attachmentUrl - Variable in class twitter4j.v1.StatusUpdate
attachment URL
attachmentUrl(String) - Method in class twitter4j.v1.StatusUpdate
 
Authorization - Interface in twitter4j
An interface represents credentials.
autoPopulateReplyMetadata - Variable in class twitter4j.v1.StatusUpdate
autoPopulateReplyMetadata
autoPopulateReplyMetadata(boolean) - Method in class twitter4j.v1.StatusUpdate
 

B

BAD_GATEWAY - Static variable in exception twitter4j.TwitterException
Twitter is down or being upgraded.
BAD_REQUEST - Static variable in exception twitter4j.TwitterException
Bad Request: The request was invalid.
build() - Method in class twitter4j.Twitter.TwitterBuilder
 

C

canSourceDm() - Method in interface twitter4j.v1.Relationship
Checks if source user can send dm to target user
CENTER - Enum constant in enum class twitter4j.OEmbedRequest.Align
center
CharacterUtil - Class in twitter4j
 
cleanUp() - Method in interface twitter4j.v1.TwitterStream
shutdown internal stream consuming thread
connectionLifeCycleListener(ConnectionLifeCycleListener) - Method in class twitter4j.Twitter.TwitterBuilder
 
ConnectionLifeCycleListener - Interface in twitter4j.v1
 
contributingTo(long) - Method in class twitter4j.Twitter.TwitterBuilder
 
count - Variable in class twitter4j.v1.FilterQuery
count
count - Variable in class twitter4j.v1.Paging
count
count - Variable in class twitter4j.v1.Query
count
count(int) - Method in class twitter4j.v1.FilterQuery
Creates a new FilterQuery with specified values
count(int) - Method in class twitter4j.v1.Paging
creates a new Paging instance with the specified count
count(int) - Method in class twitter4j.v1.Query
creates a new Query instance with the specified count
count(String) - Static method in class twitter4j.CharacterUtil
Counts the length of the tweet
createAccountTotals(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs an AccountTotals object from rawJSON string.
createBlock(long) - Method in interface twitter4j.v1.UsersResources
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(String) - Method in interface twitter4j.v1.UsersResources
Blocks the user specified in the ID parameter as the authenticating user.
createDirectMessage(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a DirectMessage object from rawJSON string.
createFavorite(long) - Method in interface twitter4j.v1.FavoritesResources
Favorites the status specified in the ID parameter as the authenticating user.
createFriendship(long) - Method in interface twitter4j.v1.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.v1.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.v1.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.v1.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.TwitterObjectFactory
Constructs a IDs 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.v1.UsersResources
Mutes the user specified in the ID parameter as the authenticating user.
createMute(String) - Method in interface twitter4j.v1.UsersResources
Mutes the user specified in the screen name parameter as the authenticating user.
createObject(String) - Static method in class twitter4j.TwitterObjectFactory
Construct an 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.TwitterObjectFactory
Constructs a Place 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.TwitterObjectFactory
Constructs a Relationship object from rawJSON string.
createSavedSearch(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a SavedSearch object from rawJSON string.
createSavedSearch(String) - Method in interface twitter4j.v1.SavedSearchesResources
Creates a saved search for the authenticated user.
createStatus(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a Status 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.TwitterObjectFactory
Constructs a Trends object from rawJSON string.
createUser(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a User object from rawJSON string.
createUserList(String) - Static method in class twitter4j.TwitterObjectFactory
Constructs a UserList object from rawJSON string.
createUserList(String, boolean, String) - Method in interface twitter4j.v1.ListsResources
Creates a new list for the authenticated user.
createUserListMember(long, long) - Method in interface twitter4j.v1.ListsResources
Adds a member to a list.
createUserListMember(long, String, long) - Method in interface twitter4j.v1.ListsResources
Adds a member to a list.
createUserListMember(String, String, long) - Method in interface twitter4j.v1.ListsResources
Adds a member to a list.
createUserListMembers(long, long...) - Method in interface twitter4j.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.ListsResources
Make the authenticated user follow the specified list.
createUserListSubscription(long, String) - Method in interface twitter4j.v1.ListsResources
Make the authenticated user follow the specified list.
createUserListSubscription(String, String) - Method in interface twitter4j.v1.ListsResources
Make the authenticated user follow the specified list.
CROP - Static variable in interface twitter4j.v1.MediaEntity.Size
crop
CursorSupport - Interface in twitter4j.v1
 

D

description - Variable in class twitter4j.v1.QuickReply
description
destroyBlock(long) - Method in interface twitter4j.v1.UsersResources
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(String) - Method in interface twitter4j.v1.UsersResources
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyDirectMessage(long) - Method in interface twitter4j.v1.DirectMessagesResources
Deletes the direct message specified in the required ID parameter.
destroyFavorite(long) - Method in interface twitter4j.v1.FavoritesResources
Un-favorites the status specified in the ID parameter as the authenticating user.
destroyFriendship(long) - Method in interface twitter4j.v1.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.v1.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.v1.UsersResources
Un-mutes the user specified in the ID parameter as the authenticating user.
destroyMute(String) - Method in interface twitter4j.v1.UsersResources
Un-mutes the user specified in the screen name parameter as the authenticating user.
destroySavedSearch(long) - Method in interface twitter4j.v1.SavedSearchesResources
Destroys a saved search for the authenticated user.
destroyStatus(long) - Method in interface twitter4j.v1.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.v1.ListsResources
Deletes the specified list.
destroyUserList(long, String) - Method in interface twitter4j.v1.ListsResources
Deletes the specified list.
destroyUserList(String, String) - Method in interface twitter4j.v1.ListsResources
Deletes the specified list.
destroyUserListMember(long, long) - Method in interface twitter4j.v1.ListsResources
Removes the specified member from the list.
destroyUserListMember(long, String) - Method in interface twitter4j.v1.ListsResources
Removes the specified members from the list.
destroyUserListMember(long, String, long) - Method in interface twitter4j.v1.ListsResources
Removes the specified member from the list.
destroyUserListMember(String, String, long) - Method in interface twitter4j.v1.ListsResources
Removes the specified member from the list.
destroyUserListMembers(long, long[]) - Method in interface twitter4j.v1.ListsResources
Removes the specified members from the list.
destroyUserListMembers(long, String[]) - Method in interface twitter4j.v1.ListsResources
Removes the specified members from the list.
destroyUserListMembers(String, String, String[]) - Method in interface twitter4j.v1.ListsResources
Removes the specified members from the list.
destroyUserListSubscription(long) - Method in interface twitter4j.v1.ListsResources
Unsubscribes the authenticated user form the specified list.
destroyUserListSubscription(long, String) - Method in interface twitter4j.v1.ListsResources
Unsubscribes the authenticated user form the specified list.
destroyUserListSubscription(String, String) - Method in interface twitter4j.v1.ListsResources
Unsubscribes the authenticated user form the specified list.
DirectMessage - Interface in twitter4j.v1
A data interface representing sent/received direct message.
DirectMessageList - Interface in twitter4j.v1
directMessages() - Method in interface twitter4j.v1.TwitterV1
 
DirectMessagesResources - Interface in twitter4j.v1
 
displayCoordinates - Variable in class twitter4j.v1.StatusUpdate
display coordinates
displayCoordinates(boolean) - Method in class twitter4j.v1.StatusUpdate
 

E

encodeParameters(List<HttpParameter>) - Static method in class twitter4j.OAuthAuthorization
 
ENHANCE_YOUR_CLAIM - Static variable in exception twitter4j.TwitterException
Enhance Your Calm: Returned by the Search and Trends API when you are being rate limited.
EntitySupport - Interface in twitter4j.v1
 
equals(Object) - Method in class twitter4j.AccessToken
 
equals(Object) - Method in class twitter4j.Twitter.TwitterBuilder
 
equals(Object) - Method in class twitter4j.OAuth2Authorization
 
equals(Object) - Method in class twitter4j.OAuth2Token
 
equals(Object) - Method in class twitter4j.OAuthAuthorization
 
equals(Object) - Method in class twitter4j.RequestToken
 
equals(Object) - Method in class twitter4j.OEmbedRequest
 
equals(Object) - Method in class twitter4j.StallWarningImpl
 
equals(Object) - Method in exception twitter4j.TwitterException
 
equals(Object) - Method in class twitter4j.UploadedMedia
 
equals(Object) - Method in class twitter4j.v1.FilterQuery
 
equals(Object) - Method in class twitter4j.v1.GeoLocation
 
equals(Object) - Method in class twitter4j.v1.GeoQuery
 
equals(Object) - Method in class twitter4j.v1.Paging
 
equals(Object) - Method in class twitter4j.v1.Query
 
equals(Object) - Method in class twitter4j.v1.QuickReply
 
equals(Object) - Method in class twitter4j.v1.StatusUpdate
 
exceededRateLimitation() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by rate limitation exceed

F

favorites() - Method in interface twitter4j.v1.TwitterV1
 
FavoritesResources - Interface in twitter4j.v1
 
filter(FilterQuery) - Method in interface twitter4j.v1.TwitterStream
Start consuming public statuses that match one or more filter predicates.
filterLevel - Variable in class twitter4j.v1.FilterQuery
filter level
filterLevel(FilterQuery.FilterLevel) - Method in class twitter4j.v1.FilterQuery
The filter level limits what tweets appear in the stream to those with a minimum filter_level attribute value.
FilterQuery - Class in twitter4j.v1
 
FilterQuery.FilterLevel - Enum Class in twitter4j.v1
filter level
firehose(int) - Method in interface twitter4j.v1.TwitterStream
Starts listening on all public statuses.
FIT - Static variable in interface twitter4j.v1.MediaEntity.Size
fit
follow - Variable in class twitter4j.v1.FilterQuery
follow
follow(long...) - Method in class twitter4j.v1.FilterQuery
Creates a new FilterQuery with specified values
FORBIDDEN - Static variable in exception twitter4j.TwitterException
Forbidden: The request is understood, but it has been refused.
FOUND - Static variable in exception twitter4j.TwitterException
//
friendsFollowers() - Method in interface twitter4j.v1.TwitterV1
 
FriendsFollowersResources - Interface in twitter4j.v1
 
Friendship - Interface in twitter4j.v1
 

G

GATEWAY_TIMEOUT - Static variable in exception twitter4j.TwitterException
The Twitter servers are up, but the request couldn't be serviced due to some failure within our stack.
geocode - Variable in class twitter4j.v1.Query
geocode
geoCode(GeoLocation, double, Query.Unit) - Method in class twitter4j.v1.Query
creates a new Query instance with the specified geolocation
geoLocation(double, double) - Method in class twitter4j.v1.GeoQuery
Creates a GeoQuery with the specified location
GeoLocation - Class in twitter4j.v1
A data class representing geo location.
GeoQuery - Class in twitter4j.v1
 
get400x400ProfileImageURL() - Method in interface twitter4j.v1.User
 
get400x400ProfileImageURLHttps() - Method in interface twitter4j.v1.User
 
getAccessLevel() - Method in exception twitter4j.TwitterException
 
getAccessLevel() - Method in interface twitter4j.TwitterResponse
 
getAccessToken() - Method in class twitter4j.OAuth2Token
 
getAccountSettings() - Method in interface twitter4j.v1.UsersResources
Returns the current trend, geo, language, timezone and sleep time information for the authenticating user.
getAllowDmsFrom() - Method in interface twitter4j.v1.AccountSettings
Returns if the user can accept DMs from anyone
getAsOf() - Method in interface twitter4j.v1.Trends
 
getAttribute(String) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getAttributes(String[]) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getAuthenticationURL() - Method in class twitter4j.RequestToken
 
getAuthorizationHeader(HttpRequest) - Method in interface twitter4j.Authorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.OAuth2Authorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.OAuthAuthorization
 
getAuthorizationURL() - Method in class twitter4j.RequestToken
 
getAuthorName() - Method in interface twitter4j.v1.OEmbed
The name of the author/owner of the resource.
getAuthorURL() - Method in interface twitter4j.v1.OEmbed
A URL for the author/owner of the resource.
getAvailableTrends() - Method in interface twitter4j.v1.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
return average time
getAverageTime() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getBiggerProfileImageURL() - Method in interface twitter4j.v1.User
 
getBiggerProfileImageURLHttps() - Method in interface twitter4j.v1.User
 
getBitrate() - Method in interface twitter4j.v1.MediaEntity.Variant
 
getBlocksIDs() - Method in interface twitter4j.v1.UsersResources
Returns an array of numeric user ids the authenticating user is blocking.
getBlocksIDs(long) - Method in interface twitter4j.v1.UsersResources
Returns an array of numeric user ids the authenticating user is blocking.
getBlocksList() - Method in interface twitter4j.v1.UsersResources
Returns a list of user objects that the authenticating user is blocking.
getBlocksList(long) - Method in interface twitter4j.v1.UsersResources
Returns a list of user objects that the authenticating user is blocking.
getBoundingBoxCoordinates() - Method in interface twitter4j.v1.Place
 
getBoundingBoxType() - Method in interface twitter4j.v1.Place
 
getCacheAge() - Method in interface twitter4j.v1.OEmbed
The suggested cache lifetime for this resource, in seconds.
getCallCount() - Method in class twitter4j.management.APIStatistics
 
getCallCount() - Method in interface twitter4j.management.InvocationStatistics
return call count
getCallCount() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getClosestTrends(GeoLocation) - Method in interface twitter4j.v1.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 class twitter4j.StallWarningImpl
 
getCode() - Method in interface twitter4j.v1.HelpResources.Language
 
getCode() - Method in interface twitter4j.v1.StallWarning
 
getCompletedIn() - Method in interface twitter4j.v1.QueryResult
 
getContainedWithIn() - Method in interface twitter4j.v1.Place
 
getContentType() - Method in interface twitter4j.v1.MediaEntity.Variant
 
getContributees(long) - Method in interface twitter4j.v1.UsersResources
Returns an array of users that the specified user can contribute to.
getContributees(String) - Method in interface twitter4j.v1.UsersResources
Returns an array of users that the specified user can contribute to.
getContributors() - Method in interface twitter4j.v1.Status
Returns an array of contributors, or null if no contributor is associated with this status.
getContributors(long) - Method in interface twitter4j.v1.UsersResources
Returns an array of users who can contribute to the specified account.
getContributors(String) - Method in interface twitter4j.v1.UsersResources
Returns an array of users who can contribute to the specified account.
getCount() - Method in interface twitter4j.v1.QueryResult
 
getCountry() - Method in interface twitter4j.v1.Place
 
getCountryCode() - Method in interface twitter4j.v1.Location
 
getCountryCode() - Method in interface twitter4j.v1.Place
 
getCountryName() - Method in interface twitter4j.v1.Location
 
getCreatedAt() - Method in interface twitter4j.v1.DirectMessage
 
getCreatedAt() - Method in interface twitter4j.v1.SavedSearch
 
getCreatedAt() - Method in interface twitter4j.v1.Status
Return the created_at
getCreatedAt() - Method in interface twitter4j.v1.User
 
getCreatedAt() - Method in interface twitter4j.v1.UserList
 
getCurrentUserRetweetId() - Method in interface twitter4j.v1.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.v1.User
Returns the description of the user
getDescription() - Method in interface twitter4j.v1.UserList
Returns the description of the list
getDescriptionURLEntities() - Method in interface twitter4j.v1.User
Returns URL entities for user description.
getDirectMessages(int) - Method in interface twitter4j.v1.DirectMessagesResources
Returns all Direct Message events (both sent and received) within the last 30 days.
getDirectMessages(int, String) - Method in interface twitter4j.v1.DirectMessagesResources
Returns all Direct Message events (both sent and received) within the last 30 days.
getDisplayTextRangeEnd() - Method in interface twitter4j.v1.Status
 
getDisplayTextRangeStart() - Method in interface twitter4j.v1.Status
 
getDisplayURL() - Method in interface twitter4j.v1.URLEntity
Returns the display URL if mentioned URL is shorten.
getDMImageAsStream(String) - Method in interface twitter4j.v1.DirectMessagesResources
Returns a stream of the image included in direct messages.
getEmail() - Method in interface twitter4j.v1.User
Returns the email of the user, if the app is whitelisted by Twitter
getEnd() - Method in interface twitter4j.v1.HashtagEntity
Returns the index of the end character of the hashtag.
getEnd() - Method in interface twitter4j.v1.SymbolEntity
Returns the index of the end character of the symbol.
getEnd() - Method in interface twitter4j.v1.TweetEntity
Returns the index of the end character of the entity in the tweet.
getEnd() - Method in interface twitter4j.v1.URLEntity
Returns the index of the end character of the URL mentioned in the tweet.
getEnd() - Method in interface twitter4j.v1.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
return error count
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 interface twitter4j.v1.URLEntity
Returns the expanded URL if mentioned URL is shorten.
getExtAltText() - Method in interface twitter4j.v1.MediaEntity
 
getFavoriteCount() - Method in interface twitter4j.v1.Status
Indicates approximately how many times this Tweet has been "favorited" by Twitter users.
getFavorites() - Method in interface twitter4j.v1.AccountTotals
Returns the number of total favorites.
getFavorites() - Method in interface twitter4j.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.User
 
getFollowers() - Method in interface twitter4j.v1.AccountTotals
Returns the number of total followers.
getFollowersCount() - Method in interface twitter4j.v1.User
Returns the number of followers
getFollowersIDs(long) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long, long) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long, long, int) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long, int) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersList(long, long) - Method in interface twitter4j.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.AccountTotals
Returns the number of total friends.
getFriendsCount() - Method in interface twitter4j.v1.User
Returns the number of users the user follows (AKA "followings")
getFriendsIDs(long) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long, long) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(long, long, int) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long, int) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every user the specified user is following.
getFriendsList(long, long) - Method in interface twitter4j.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.Place
 
getFullName() - Method in interface twitter4j.v1.UserList
Returns the full name of the list
getGeoDetails(String) - Method in interface twitter4j.v1.PlacesGeoResources
Find out more details of a place that was returned from the PlacesGeoResources.reverseGeoCode(GeoQuery) method.
getGeoLocation() - Method in interface twitter4j.v1.Status
Returns The location that this tweet refers to if available.
getGeometryCoordinates() - Method in interface twitter4j.v1.Place
 
getGeometryType() - Method in interface twitter4j.v1.Place
 
getHashtagEntities() - Method in interface twitter4j.v1.EntitySupport
Returns an array if hashtag mentioned in the tweet.
getHeight() - Method in interface twitter4j.v1.MediaEntity.Size
 
getHomeTimeline() - Method in interface twitter4j.v1.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.v1.TimelinesResources
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getHtml() - Method in interface twitter4j.v1.OEmbed
The HTML required to display the resource.
getId() - Method in interface twitter4j.v1.DirectMessage
 
getId() - Method in interface twitter4j.v1.Friendship
 
getId() - Method in interface twitter4j.v1.MediaEntity
Returns the id of the media.
getId() - Method in interface twitter4j.v1.Place
 
getId() - Method in interface twitter4j.v1.SavedSearch
 
getId() - Method in interface twitter4j.v1.Status
Returns the id of the status
getId() - Method in interface twitter4j.v1.User
Returns the id of the user
getId() - Method in interface twitter4j.v1.UserList
Returns the id of the list
getId() - Method in interface twitter4j.v1.UserMentionEntity
Returns the user id mentioned in the status.
getIDs() - Method in interface twitter4j.v1.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.v1.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.v1.Status
Returns the in_reply_to_screen_name
getInReplyToStatusId() - Method in interface twitter4j.v1.Status
Returns the in_reply_tostatus_id
getInReplyToUserId() - Method in interface twitter4j.v1.Status
Returns the in_reply_user_id
getInstance() - Static method in class twitter4j.OAuth2Authorization
Equivalent to OAuth2Authorization.newBuilder().build();
getInstance() - Static method in class twitter4j.OAuthAuthorization
Equivalent to OAuthAuthorization.newBuilder().build();
getInstance() - Static method in interface twitter4j.Twitter
equivalent to calling newBuilder().build();
getInstance() - Static method in class twitter4j.TwitterAPIMonitor
 
getInstance(String, String) - Static method in class twitter4j.OAuth2Authorization
Equivalent to OAuth2Authorization.newBuilder().oAuthConsumer(key, secret).build();
getInstance(String, String) - Static method in class twitter4j.OAuthAuthorization
Equivalent to OAuthAuthorization.newBuilder().oAuthConsumer(key, secret).build();
getInvocationStatistics() - Method in class twitter4j.management.APIStatistics
 
getInvocationStatistics() - Method in interface twitter4j.management.APIStatisticsMBean
 
getLang() - Method in interface twitter4j.v1.Status
Returns the lang of the status text if available.
getLang() - Method in interface twitter4j.v1.User
Returns the preferred language of the user
getLanguage() - Method in interface twitter4j.v1.AccountSettings
Returns the language used to render Twitter's UII for this user.
getLanguages() - Method in interface twitter4j.v1.HelpResources
Returns the list of languages supported by Twitter along with their ISO 639-1 code.
getLimit() - Method in interface twitter4j.v1.RateLimitStatus
Returns the current limit in effect
This value is identical to the "X-Rate-Limit-Limit" response header.
getListedCount() - Method in interface twitter4j.v1.User
Returns the number of public lists the user is listed on, or -1 if the count is unavailable.
getLocation() - Method in interface twitter4j.v1.Trends
Returns the location associated with the trends.
This method is effective only with getLocalTrends() method.
i.e.
getLocation() - Method in interface twitter4j.v1.User
Returns the location of the user
getMaxId() - Method in interface twitter4j.v1.QueryResult
 
getMBeanInfo() - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getMediaEntities() - Method in interface twitter4j.v1.EntitySupport
Returns an array of MediaEntities if medias are available in the tweet.
getMediaId() - Method in class twitter4j.UploadedMedia
 
getMediaURL() - Method in interface twitter4j.v1.MediaEntity
Returns the media URL.
getMediaURLHttps() - Method in interface twitter4j.v1.MediaEntity
Returns the media secure URL.
getMemberCount() - Method in interface twitter4j.v1.UserList
Returns the member count of the list
getMentionsTimeline() - Method in interface twitter4j.v1.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.v1.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 class twitter4j.StallWarningImpl
 
getMessage() - Method in exception twitter4j.TwitterException
 
getMessage() - Method in interface twitter4j.v1.StallWarning
 
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.v1.User
 
getMiniProfileImageURLHttps() - Method in interface twitter4j.v1.User
 
getMutesIDs(long) - Method in interface twitter4j.v1.UsersResources
Returns an array of numeric user ids the authenticating user is muting.
getMutesList(long) - Method in interface twitter4j.v1.UsersResources
Returns a list of user objects that the authenticating user is muting.
getName() - Method in class twitter4j.management.APIStatistics
APIStatisticsMBean implementation
getName() - Method in interface twitter4j.management.InvocationStatistics
return name
getName() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getName() - Method in interface twitter4j.v1.Friendship
 
getName() - Method in interface twitter4j.v1.HelpResources.Language
 
getName() - Method in interface twitter4j.v1.Location
 
getName() - Method in interface twitter4j.v1.Place
 
getName() - Method in interface twitter4j.v1.SavedSearch
 
getName() - Method in interface twitter4j.v1.TimeZone
 
getName() - Method in interface twitter4j.v1.Trend
 
getName() - Method in interface twitter4j.v1.User
Returns the name of the user
getName() - Method in interface twitter4j.v1.UserList
Returns the name of the list
getName() - Method in interface twitter4j.v1.UserMentionEntity
Returns the name mentioned in the status.
getNextCursor() - Method in interface twitter4j.v1.CursorSupport
 
getNextCursor() - Method in interface twitter4j.v1.DirectMessageList
 
getNextCursor() - Method in interface twitter4j.v1.IDs
 
getNextCursor() - Method in interface twitter4j.v1.PagableResponseList
 
getNoRetweetsFriendships() - Method in interface twitter4j.v1.FriendsFollowersResources
Returns a collection of user IDs that the currently authenticated user does not want to receive retweets from.
getOAuth2Token() - Method in class twitter4j.OAuth2Authorization
Obtains an OAuth 2 Bearer token.
getOAuthAccessToken() - Method in class twitter4j.OAuthAuthorization
Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new access token.
getOAuthAccessToken(String) - Method in class twitter4j.OAuthAuthorization
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in class twitter4j.OAuthAuthorization
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.OAuthAuthorization
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthRequestToken() - Method in class twitter4j.OAuthAuthorization
Retrieves a request token
getOAuthRequestToken(String) - Method in class twitter4j.OAuthAuthorization
Retrieves a request token
getOEmbed(OEmbedRequest) - Method in interface twitter4j.v1.TweetsResources
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
getOriginalProfileImageURL() - Method in interface twitter4j.v1.User
 
getOriginalProfileImageURLHttps() - Method in interface twitter4j.v1.User
 
getOutgoingFriendships(long) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
getPercentFull() - Method in class twitter4j.StallWarningImpl
 
getPercentFull() - Method in interface twitter4j.v1.StallWarning
 
getPlace() - Method in interface twitter4j.v1.Status
Returns the place attached to this status
getPlaceCode() - Method in interface twitter4j.v1.Location
 
getPlaceIds() - Method in interface twitter4j.v1.Scopes
Returns the place_ids that identify the scope of the status.
getPlaceName() - Method in interface twitter4j.v1.Location
 
getPlaceTrends(int) - Method in interface twitter4j.v1.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.v1.Place
 
getPosition() - Method in interface twitter4j.v1.SavedSearch
 
getPreviousCursor() - Method in interface twitter4j.v1.CursorSupport
 
getPreviousCursor() - Method in interface twitter4j.v1.IDs
 
getPreviousCursor() - Method in interface twitter4j.v1.PagableResponseList
 
getProcessingCheckAfterSecs() - Method in class twitter4j.UploadedMedia
 
getProcessingState() - Method in class twitter4j.UploadedMedia
 
getProfileBackgroundColor() - Method in interface twitter4j.v1.User
 
getProfileBackgroundImageURL() - Method in interface twitter4j.v1.User
 
getProfileBackgroundImageUrlHttps() - Method in interface twitter4j.v1.User
 
getProfileBanner1500x500URL() - Method in interface twitter4j.v1.User
 
getProfileBanner300x100URL() - Method in interface twitter4j.v1.User
 
getProfileBanner600x200URL() - Method in interface twitter4j.v1.User
 
getProfileBannerIPadRetinaURL() - Method in interface twitter4j.v1.User
 
getProfileBannerIPadURL() - Method in interface twitter4j.v1.User
 
getProfileBannerMobileRetinaURL() - Method in interface twitter4j.v1.User
 
getProfileBannerMobileURL() - Method in interface twitter4j.v1.User
 
getProfileBannerRetinaURL() - Method in interface twitter4j.v1.User
 
getProfileBannerURL() - Method in interface twitter4j.v1.User
 
getProfileImageURL() - Method in interface twitter4j.v1.User
Returns the profile image url of the user
getProfileImageURLHttps() - Method in interface twitter4j.v1.User
 
getProfileLinkColor() - Method in interface twitter4j.v1.User
 
getProfileSidebarBorderColor() - Method in interface twitter4j.v1.User
 
getProfileSidebarFillColor() - Method in interface twitter4j.v1.User
 
getProfileTextColor() - Method in interface twitter4j.v1.User
 
getProgressPercent() - Method in class twitter4j.UploadedMedia
 
getQuery() - Method in interface twitter4j.v1.QueryResult
 
getQuery() - Method in interface twitter4j.v1.SavedSearch
 
getQuery() - Method in interface twitter4j.v1.Trend
 
getQuickReplies() - Method in interface twitter4j.v1.DirectMessage
 
getQuickReplyResponse() - Method in interface twitter4j.v1.DirectMessage
 
getQuotedStatus() - Method in interface twitter4j.v1.Status
Returns the Tweet object of the original Tweet that was quoted.
getQuotedStatusId() - Method in interface twitter4j.v1.Status
Returns the Tweet ID of the quoted Tweet
getQuotedStatusPermalink() - Method in interface twitter4j.v1.Status
Returns the URLEntity object that represents the permalink of the quoted Tweet.
getRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
getRateLimitStatus() - Method in exception twitter4j.TwitterException
 
getRateLimitStatus() - Method in interface twitter4j.TwitterResponse
Returns the current rate limit status if available.
getRateLimitStatus() - Method in interface twitter4j.v1.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 interface twitter4j.v1.ResponseList
 
getRateLimitStatus(String...) - Method in interface twitter4j.v1.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.
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
getRecipientId() - Method in interface twitter4j.v1.DirectMessage
 
getRefreshURL() - Method in interface twitter4j.v1.QueryResult
 
getRemaining() - Method in interface twitter4j.v1.RateLimitStatus
Returns the remaining number of API requests available.
This value is identical to the "X-Rate-Limit-Remaining" response header.
getResetTimeInSeconds() - Method in interface twitter4j.v1.RateLimitStatus
Returns the seconds the current rate limiting period ends.
This should be a same as getResetTime().getTime()/1000.
getResize() - Method in interface twitter4j.v1.MediaEntity.Size
 
getResponseHeader(String) - Method in exception twitter4j.TwitterException
 
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.v1.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.v1.Status
 
getRetweeterIds(long, int, long) - Method in interface twitter4j.v1.TweetsResources
Returns a collection of up to count user IDs belonging to users who have retweeted the tweet specified by the id parameter.
getRetweeterIds(long, long) - Method in interface twitter4j.v1.TweetsResources
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
getRetweets(long) - Method in interface twitter4j.v1.TweetsResources
Returns up to 100 of the first retweets of a given tweet.
getRetweetsOfMe() - Method in interface twitter4j.v1.TimelinesResources
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetsOfMe(Paging) - Method in interface twitter4j.v1.TimelinesResources
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getSavedSearches() - Method in interface twitter4j.v1.SavedSearchesResources
Returns the authenticated user's saved search queries.
getScopes() - Method in interface twitter4j.v1.Status
Returns the targeting scopes applied to a status.
getScreenName() - Method in class twitter4j.AccessToken
 
getScreenName() - Method in interface twitter4j.v1.AccountSettings
Returns the user's screen name
getScreenName() - Method in interface twitter4j.v1.Friendship
 
getScreenName() - Method in interface twitter4j.v1.User
Returns the screen name of the user
getScreenName() - Method in interface twitter4j.v1.UserMentionEntity
Returns the screen name mentioned in the status.
getSecondsUntilReset() - Method in interface twitter4j.v1.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.
getSenderId() - Method in interface twitter4j.v1.DirectMessage
 
getSinceId() - Method in interface twitter4j.v1.QueryResult
 
getSize() - Method in class twitter4j.UploadedMedia
 
getSizes() - Method in interface twitter4j.v1.MediaEntity
Returns size variations of the media.
getSleepEndTime() - Method in interface twitter4j.v1.AccountSettings
Returns sleep end time.
getSleepStartTime() - Method in interface twitter4j.v1.AccountSettings
Returns sleep start time.
getSlug() - Method in interface twitter4j.v1.UserList
Returns the slug of the list
getSource() - Method in interface twitter4j.v1.Status
Returns the source
getSourceUserId() - Method in interface twitter4j.v1.Relationship
Returns the source user id
getSourceUserScreenName() - Method in interface twitter4j.v1.Relationship
Returns the source user screen name
getStart() - Method in interface twitter4j.v1.HashtagEntity
Returns the index of the start character of the hashtag.
getStart() - Method in interface twitter4j.v1.SymbolEntity
Returns the index of the start character of the symbol.
getStart() - Method in interface twitter4j.v1.TweetEntity
Returns the index of the start character of the entity in the tweet.
getStart() - Method in interface twitter4j.v1.URLEntity
Returns the index of the start character of the URL mentioned in the tweet.
getStart() - Method in interface twitter4j.v1.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.v1.HelpResources.Language
 
getStatus() - Method in interface twitter4j.v1.User
Returns the current status of the user
This can be null if the instance if from Status.getUser().
getStatusCode() - Method in exception twitter4j.TwitterException
 
getStatusesCount() - Method in interface twitter4j.v1.User
 
getStatusId() - Method in interface twitter4j.v1.StatusDeletionNotice
 
getStreetAddress() - Method in interface twitter4j.v1.Place
 
getSubscriberCount() - Method in interface twitter4j.v1.UserList
Returns the subscriber count of the list
getSymbolEntities() - Method in interface twitter4j.v1.EntitySupport
Returns an array of SymbolEntities if medias are available in the tweet.
getTargetUserId() - Method in interface twitter4j.v1.Relationship
Returns the target user id
getTargetUserScreenName() - Method in interface twitter4j.v1.Relationship
Returns the target user screen name
getText() - Method in interface twitter4j.v1.DirectMessage
 
getText() - Method in interface twitter4j.v1.HashtagEntity
Returns the text of the hashtag without #.
getText() - Method in interface twitter4j.v1.Status
Returns the text of the status
getText() - Method in interface twitter4j.v1.TweetEntity
Returns the text of the entity
getText() - Method in interface twitter4j.v1.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.v1.UserMentionEntity
Returns the screen name mentioned in the status.
getTimeZone() - Method in interface twitter4j.v1.AccountSettings
Returns the timezone configured for this user.
getTimeZone() - Method in interface twitter4j.v1.User
 
getToken() - Method in class twitter4j.RequestToken
returns token
getTokenSecret() - Method in class twitter4j.RequestToken
 
getTokenType() - Method in class twitter4j.OAuth2Token
 
getTotalTime() - Method in class twitter4j.management.APIStatistics
 
getTotalTime() - Method in interface twitter4j.management.InvocationStatistics
returns total time
getTotalTime() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getTrendAt() - Method in interface twitter4j.v1.Trends
 
getTrendLocations() - Method in interface twitter4j.v1.AccountSettings
Return the user's trend locations
getTrends() - Method in interface twitter4j.v1.Trends
 
getTweets() - Method in interface twitter4j.v1.QueryResult
 
getTweetVolume() - Method in interface twitter4j.v1.Trend
The tweet volume for the last 24 hours if available, -1 otherwise.
getType() - Method in interface twitter4j.v1.MediaEntity
Returns the media type ("photo", "video", "animated_gif").
getUpdates() - Method in interface twitter4j.v1.AccountTotals
Returns the number of total updates.
getURI() - Method in interface twitter4j.v1.UserList
Returns the uri of the list
getUrl() - Method in interface twitter4j.v1.MediaEntity.Variant
 
getURL() - Method in interface twitter4j.v1.Location
 
getURL() - Method in interface twitter4j.v1.OEmbed
The url of the resource provider.
The source URL of the image.
getURL() - Method in interface twitter4j.v1.Place
 
getURL() - Method in interface twitter4j.v1.Trend
 
getURL() - Method in interface twitter4j.v1.URLEntity
Returns the URL mentioned in the tweet.
getURL() - Method in interface twitter4j.v1.User
Returns the url of the user
getURLEntities() - Method in interface twitter4j.v1.EntitySupport
Returns an array if URLEntity mentioned in the tweet.
getURLEntity() - Method in interface twitter4j.v1.User
Returns URL entity for user's URL.
getUser() - Method in interface twitter4j.v1.Status
Return the user associated with the status.
This can be null if the instance is from User.getStatus().
getUser() - Method in interface twitter4j.v1.UserList
Returns the user of the list
getUserId() - Method in class twitter4j.AccessToken
 
getUserId() - Method in interface twitter4j.v1.StatusDeletionNotice
 
getUserListMembers(long, int, long) - Method in interface twitter4j.v1.ListsResources
Returns the members of the specified list.
getUserListMembers(long, int, long, boolean) - Method in interface twitter4j.v1.ListsResources
Returns the members of the specified list.
getUserListMembers(long, long) - Method in interface twitter4j.v1.ListsResources
Returns the members of the specified list.
getUserListMembers(long, String, int, long) - Method in interface twitter4j.v1.ListsResources
Returns the members of the specified list.
getUserListMembers(long, String, int, long, boolean) - Method in interface twitter4j.v1.ListsResources
Returns the members of the specified list.
getUserListMembers(long, String, long) - Method in interface twitter4j.v1.ListsResources
Returns the members of the specified list.
getUserListMembers(String, String, int, long) - Method in interface twitter4j.v1.ListsResources
Returns the members of the specified list.
getUserListMembers(String, String, int, long, boolean) - Method in interface twitter4j.v1.ListsResources
Returns the members of the specified list.
getUserListMembers(String, String, long) - Method in interface twitter4j.v1.ListsResources
Returns the members of the specified list.
getUserListMemberships(int, long) - Method in interface twitter4j.v1.ListsResources
List the lists the authenticating user has been added to.
getUserListMemberships(long) - Method in interface twitter4j.v1.ListsResources
List the lists the authenticating user has been added to.
getUserListMemberships(long, int, long) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(long, int, long, boolean) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(long, long) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(long, long, boolean) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(String, int, long) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(String, int, long, boolean) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(String, long) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user has been added to.
getUserListMemberships(String, long, boolean) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user has been added to.
getUserLists(long) - Method in interface twitter4j.v1.ListsResources
List the lists of the specified user.
getUserLists(long, boolean) - Method in interface twitter4j.v1.ListsResources
List the lists of the specified user.
getUserLists(String) - Method in interface twitter4j.v1.ListsResources
List the lists of the specified user.
getUserLists(String, boolean) - Method in interface twitter4j.v1.ListsResources
List the lists of the specified user.
getUserListsOwnerships(long, int, long) - Method in interface twitter4j.v1.ListsResources
Returns the lists owned by the specified Twitter user.
getUserListsOwnerships(long, long) - Method in interface twitter4j.v1.ListsResources
Returns the lists owned by the specified Twitter user.
getUserListsOwnerships(String, int, long) - Method in interface twitter4j.v1.ListsResources
Returns the lists owned by the specified Twitter user.
getUserListsOwnerships(String, long) - Method in interface twitter4j.v1.ListsResources
Returns the lists owned by the specified Twitter user.
getUserListStatuses(long, String, Paging) - Method in interface twitter4j.v1.ListsResources
Show tweet timeline for members of the specified list.
getUserListStatuses(long, Paging) - Method in interface twitter4j.v1.ListsResources
Show tweet timeline for members of the specified list.
getUserListStatuses(String, String, Paging) - Method in interface twitter4j.v1.ListsResources
Show tweet timeline for members of the specified list.
getUserListSubscribers(long, int, long) - Method in interface twitter4j.v1.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, int, long, boolean) - Method in interface twitter4j.v1.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, long) - Method in interface twitter4j.v1.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, String, int, long) - Method in interface twitter4j.v1.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, String, int, long, boolean) - Method in interface twitter4j.v1.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(long, String, long) - Method in interface twitter4j.v1.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(String, String, int, long) - Method in interface twitter4j.v1.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(String, String, int, long, boolean) - Method in interface twitter4j.v1.ListsResources
Returns the subscribers of the specified list.
getUserListSubscribers(String, String, long) - Method in interface twitter4j.v1.ListsResources
Returns the subscribers of the specified list.
getUserListSubscriptions(long, int, long) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user follows.
getUserListSubscriptions(long, long) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user follows.
getUserListSubscriptions(String, int, long) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user follows.
getUserListSubscriptions(String, long) - Method in interface twitter4j.v1.ListsResources
List the lists the specified user follows.
getUserMentionEntities() - Method in interface twitter4j.v1.EntitySupport
Returns an array of user mentions in the tweet.
getUserTimeline() - Method in interface twitter4j.v1.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long) - Method in interface twitter4j.v1.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long, Paging) - Method in interface twitter4j.v1.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String) - Method in interface twitter4j.v1.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String, Paging) - Method in interface twitter4j.v1.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(Paging) - Method in interface twitter4j.v1.TimelinesResources
Returns the 20 most recent statuses posted from the authenticating user.
getUtcOffset() - Method in interface twitter4j.v1.User
 
getVersion() - Method in interface twitter4j.v1.OEmbed
The oEmbed version number.
getVersion() - Static method in class twitter4j.Version
 
getVideoAspectRatioHeight() - Method in interface twitter4j.v1.MediaEntity
 
getVideoAspectRatioWidth() - Method in interface twitter4j.v1.MediaEntity
 
getVideoDurationMillis() - Method in interface twitter4j.v1.MediaEntity
 
getVideoVariants() - Method in interface twitter4j.v1.MediaEntity
 
getWidth() - Method in interface twitter4j.v1.MediaEntity.Size
 
getWidth() - Method in interface twitter4j.v1.OEmbed
The width in pixels of the image specified in the url parameter.
getWithheldInCountries() - Method in interface twitter4j.v1.Status
Returns the list of country codes where the tweet is withheld
getWithheldInCountries() - Method in interface twitter4j.v1.User
Returns the list of country codes where the user is withheld
getWoeid() - Method in interface twitter4j.v1.Location
 
granularity - Variable in class twitter4j.v1.GeoQuery
granularity
granularity(String) - Method in class twitter4j.v1.GeoQuery
Sets the minimal granularity of data to return.
gzipEnabled(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 

H

hashCode() - Method in class twitter4j.AccessToken
 
hashCode() - Method in class twitter4j.Twitter.TwitterBuilder
 
hashCode() - Method in class twitter4j.OAuth2Authorization
 
hashCode() - Method in class twitter4j.OAuth2Token
 
hashCode() - Method in class twitter4j.OAuthAuthorization
 
hashCode() - Method in class twitter4j.RequestToken
 
hashCode() - Method in class twitter4j.OEmbedRequest
 
hashCode() - Method in class twitter4j.StallWarningImpl
 
hashCode() - Method in exception twitter4j.TwitterException
 
hashCode() - Method in class twitter4j.UploadedMedia
 
hashCode() - Method in class twitter4j.v1.FilterQuery
 
hashCode() - Method in class twitter4j.v1.GeoLocation
 
hashCode() - Method in class twitter4j.v1.GeoQuery
 
hashCode() - Method in class twitter4j.v1.Paging
 
hashCode() - Method in class twitter4j.v1.Query
 
hashCode() - Method in class twitter4j.v1.QuickReply
 
hashCode() - Method in class twitter4j.v1.StatusUpdate
 
HashtagEntity - Interface in twitter4j.v1
A data interface representing one single Hashtag entity.
hasNext() - Method in interface twitter4j.v1.CursorSupport
 
hasNext() - Method in interface twitter4j.v1.IDs
 
hasNext() - Method in interface twitter4j.v1.PagableResponseList
 
hasNext() - Method in interface twitter4j.v1.QueryResult
test if there is next page
hasPrevious() - Method in interface twitter4j.v1.CursorSupport
 
hasPrevious() - Method in interface twitter4j.v1.IDs
 
hasPrevious() - Method in interface twitter4j.v1.PagableResponseList
 
help() - Method in interface twitter4j.v1.TwitterV1
 
HelpResources - Interface in twitter4j.v1
 
HelpResources.Language - Interface in twitter4j.v1
represents language
HideMedia(boolean) - Method in class twitter4j.OEmbedRequest
 
HideThread(boolean) - Method in class twitter4j.OEmbedRequest
 
hideTweet(boolean) - Method in class twitter4j.OEmbedRequest
 
httpConnectionTimeout(int) - Method in class twitter4j.Twitter.TwitterBuilder
 
httpProxyHost(String) - Method in class twitter4j.Twitter.TwitterBuilder
 
httpProxyPassword(String) - Method in class twitter4j.Twitter.TwitterBuilder
 
httpProxyPort(int) - Method in class twitter4j.Twitter.TwitterBuilder
 
httpProxySocks(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 
httpProxyUser(String) - Method in class twitter4j.Twitter.TwitterBuilder
 
httpReadTimeout(int) - Method in class twitter4j.Twitter.TwitterBuilder
 
httpRetryCount(int) - Method in class twitter4j.Twitter.TwitterBuilder
 
httpRetryIntervalSeconds(int) - Method in class twitter4j.Twitter.TwitterBuilder
 
httpStreamingReadTimeout(int) - Method in class twitter4j.Twitter.TwitterBuilder
 

I

IDs - Interface in twitter4j.v1
A data interface representing array of numeric IDs.
includeEntitiesEnabled(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 
includeExtAltTextEnabled(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 
inReplyToStatusId - Variable in class twitter4j.v1.StatusUpdate
in reply to status id
inReplyToStatusId(long) - Method in class twitter4j.v1.StatusUpdate
 
INTERNAL_SERVER_ERROR - Static variable in exception twitter4j.TwitterException
Internal Server Error: Something is broken.
invalidateOAuth2Token() - Method in class twitter4j.OAuth2Authorization
Revokes an issued OAuth 2 Bearer Token.
invalidateOAuthToken() - Method in class twitter4j.OAuthAuthorization
Invalidates the OAuth token
InvocationStatistics - Interface in twitter4j.management
InvocationStatistics
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
 
ip - Variable in class twitter4j.v1.GeoQuery
ip
ip(String) - Method in class twitter4j.v1.GeoQuery
 
isAccountRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isAlwaysUseHttps() - Method in interface twitter4j.v1.AccountSettings
Returns true if the wants to always access twitter using HTTPS.
isCausedByNetworkIssue() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by network issue
isContributorsEnabled() - Method in interface twitter4j.v1.User
Tests if the user is enabling contributors
isDefaultProfile() - Method in interface twitter4j.v1.User
Tests if the user has not altered the theme or background
isDefaultProfileImage() - Method in interface twitter4j.v1.User
Tests if the user has not uploaded their own avatar
isDiscoverableByEmail() - Method in interface twitter4j.v1.AccountSettings
Returns true if the user is discoverable by email.
isEnabled() - Method in interface twitter4j.Authorization
Returns true if authorization credentials are set.
isEnabled() - Method in class twitter4j.OAuth2Authorization
 
isEnabled() - Method in class twitter4j.OAuthAuthorization
Returns true if authorization credentials are set.
isErrorMessageAvailable() - Method in exception twitter4j.TwitterException
Tests if error message from the API is available
isExceedingLengthLimitation(String) - Static method in class twitter4j.CharacterUtil
Returns true if the length of the string is exceeding length limitation
isFavorited() - Method in interface twitter4j.v1.Status
Test if the status is favorited
isFollowedBy() - Method in interface twitter4j.v1.Friendship
 
isFollowing() - Method in interface twitter4j.v1.Friendship
 
isFollowing() - Method in interface twitter4j.v1.UserList
Returns if the authenticated user is following the list
isFollowRequestSent() - Method in interface twitter4j.v1.User
Returns true if the authenticating user has requested to follow this user, otherwise false.
isGeoEnabled() - Method in interface twitter4j.v1.AccountSettings
Return true if the user is enabling geo location
isGeoEnabled() - Method in interface twitter4j.v1.User
 
isIPRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isPossiblySensitive() - Method in interface twitter4j.v1.Status
Returns true if the status contains a link that is identified as sensitive.
isProfileBackgroundTiled() - Method in interface twitter4j.v1.User
 
isProfileUseBackgroundImage() - Method in interface twitter4j.v1.User
 
isProtected() - Method in interface twitter4j.v1.User
Test if the user status is protected
isPublic() - Method in interface twitter4j.v1.UserList
tests if the list is public
isRetweet() - Method in interface twitter4j.v1.Status
 
isRetweeted() - Method in interface twitter4j.v1.Status
Test if the status is retweeted
isRetweetedByMe() - Method in interface twitter4j.v1.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.v1.User
 
isSleepTimeEnabled() - Method in interface twitter4j.v1.AccountSettings
Returns true if the user enabled sleep time.
isSourceBlockingTarget() - Method in interface twitter4j.v1.Relationship
Returns if the source user is blocking the target user
isSourceFollowedByTarget() - Method in interface twitter4j.v1.Relationship
Checks if source user is being followed by target user
isSourceFollowingTarget() - Method in interface twitter4j.v1.Relationship
Checks if source user is following target user
isSourceMutingTarget() - Method in interface twitter4j.v1.Relationship
Returns id the source user is muting the target user
isSourceNotificationsEnabled() - Method in interface twitter4j.v1.Relationship
Checks if the source user has enabled notifications for updates of the target user
isSourceWantRetweets() - Method in interface twitter4j.v1.Relationship
Checks if the retweets from the target user enabled
isTargetFollowedBySource() - Method in interface twitter4j.v1.Relationship
Checks if target user is being followed by source user.
This method is equivalent to isSourceFollowingTarget().
isTargetFollowingSource() - Method in interface twitter4j.v1.Relationship
Checks if target user is following source user.
This method is equivalent to isSourceFollowedByTarget().
isTranslator() - Method in interface twitter4j.v1.User
 
isTruncated() - Method in interface twitter4j.v1.Status
Test if the status is truncated
isVerified() - Method in interface twitter4j.v1.User
 

J

jsonStoreEnabled(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 

K

KILOMETERS - Static variable in class twitter4j.v1.Query
kilo meters
km - Enum constant in enum class twitter4j.v1.Query.Unit
kilo meters

L

label - Variable in class twitter4j.v1.QuickReply
label
lang - Variable in class twitter4j.v1.Query
lang
lang(String) - Method in class twitter4j.v1.Query
creates a new Query instance with the specified lang
lang(String) - Method in class twitter4j.OEmbedRequest
 
language - Variable in class twitter4j.v1.FilterQuery
language
language(String...) - Method in class twitter4j.v1.FilterQuery
Sets language
LARGE - Static variable in interface twitter4j.v1.MediaEntity.Size
large
latitude - Variable in class twitter4j.v1.GeoLocation
latitude
LEFT - Enum constant in enum class twitter4j.OEmbedRequest.Align
left
links(int) - Method in interface twitter4j.v1.TwitterStream
Starts listening on all public statuses containing links.
list() - Method in interface twitter4j.v1.TwitterV1
 
listener(RawStreamListener) - Method in class twitter4j.Twitter.TwitterBuilder
 
listener(StreamListener) - Method in class twitter4j.Twitter.TwitterBuilder
 
ListsResources - Interface in twitter4j.v1
 
load(Properties) - Method in class twitter4j.Twitter.TwitterBuilder
 
locale - Variable in class twitter4j.v1.Query
locale
locale(String) - Method in class twitter4j.v1.Query
creates a new Query instance with the specified locale
location - Variable in class twitter4j.v1.GeoQuery
location
location - Variable in class twitter4j.v1.StatusUpdate
location
location(double, double) - Method in class twitter4j.v1.StatusUpdate
 
Location - Interface in twitter4j.v1
 
locations - Variable in class twitter4j.v1.FilterQuery
locations
locations(double[][]) - Method in class twitter4j.v1.FilterQuery
Creates a new FilterQuery with specified values
longitude - Variable in class twitter4j.v1.GeoLocation
longitude
lookup(long...) - Method in interface twitter4j.v1.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.v1.FriendsFollowersResources
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(String...) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns the relationship of the authenticating user to the specified users.
lookupUsers(long...) - Method in interface twitter4j.v1.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.v1.UsersResources
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
LOW - Enum constant in enum class twitter4j.v1.FilterQuery.FilterLevel
low

M

main(String[]) - Static method in class twitter4j.Version
prints the version string
MAX_TWEET_LENGTH - Static variable in class twitter4j.CharacterUtil
max tweet length
maxId - Variable in class twitter4j.v1.Paging
max id
maxId - Variable in class twitter4j.v1.Query
maxId
maxId(long) - Method in class twitter4j.v1.Paging
creates a new Paging instance with the specified maxId
maxId(long) - Method in class twitter4j.v1.Query
creates a new Query instance with the specified maxId
maxResults - Variable in class twitter4j.v1.GeoQuery
maxResults
maxResults(int) - Method in class twitter4j.v1.GeoQuery
Sets a hint as to the number of results to return.
MaxWidth(int) - Method in class twitter4j.OEmbedRequest
 
mBeanEnabled(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 
media(File) - Method in class twitter4j.v1.StatusUpdate
 
media(String, InputStream) - Method in class twitter4j.v1.StatusUpdate
 
mediaBody - Variable in class twitter4j.v1.StatusUpdate
mediaBody
MediaEntity - Interface in twitter4j.v1
 
MediaEntity.Size - Interface in twitter4j.v1
size
MediaEntity.Variant - Interface in twitter4j.v1
Variant
mediaFile - Variable in class twitter4j.v1.StatusUpdate
mediaFile
mediaIds - Variable in class twitter4j.v1.StatusUpdate
mediaIds
mediaIds(long...) - Method in class twitter4j.v1.StatusUpdate
 
mediaName - Variable in class twitter4j.v1.StatusUpdate
mediaName
MEDIUM - Enum constant in enum class twitter4j.v1.FilterQuery.FilterLevel
medium
MEDIUM - Static variable in interface twitter4j.v1.MediaEntity.Size
medium
metadata - Variable in class twitter4j.v1.QuickReply
metadata
methodCalled(String, long, boolean) - Method in class twitter4j.management.APIStatistics
 
mi - Enum constant in enum class twitter4j.v1.Query.Unit
miles
MILES - Static variable in class twitter4j.v1.Query
miles
mixed - Enum constant in enum class twitter4j.v1.Query.ResultType
mixed
MIXED - Static variable in class twitter4j.v1.Query
mixed: Include both popular and real time results in the response.
MULTIPLE_CHOICES - Static variable in exception twitter4j.TwitterException
//

N

newBuilder() - Static method in class twitter4j.OAuth2Authorization
 
newBuilder() - Static method in class twitter4j.OAuthAuthorization
 
newBuilder() - Static method in interface twitter4j.Twitter
returns new Builder instance
nextPageQuery - Variable in class twitter4j.v1.Query
next page query
nextQuery() - Method in interface twitter4j.v1.QueryResult
Returns a Query instance to fetch next page or null if there is no next page.
NONE - Enum constant in enum class twitter4j.OEmbedRequest.Align
none
NONE - Enum constant in enum class twitter4j.OEmbedRequest.WidgetType
none
NONE - Enum constant in enum class twitter4j.TwitterResponse.AccessLevel
none
NONE - Enum constant in enum class twitter4j.v1.FilterQuery.FilterLevel
none
NOT_ACCEPTABLE - Static variable in exception twitter4j.TwitterException
Not Acceptable: Returned by the Search API when an invalid format is specified in the request.
NOT_FOUND - Static variable in exception twitter4j.TwitterException
Not Found: The URI requested is invalid or the resource requested, such as a user, does not exist.
NOT_MODIFIED - Static variable in exception twitter4j.TwitterException
Not Modified: There was no new data to return.

O

OAuth2Authorization - Class in twitter4j
 
oAuth2Scope(String) - Method in class twitter4j.Twitter.TwitterBuilder
 
oAuth2Token(String, String) - Method in class twitter4j.Twitter.TwitterBuilder
 
oAuth2Token(OAuth2Token) - Method in class twitter4j.Twitter.TwitterBuilder
 
OAuth2Token - Class in twitter4j
OAuth2Token
OAuth2Token(String, String) - Constructor for class twitter4j.OAuth2Token
 
oAuthAccessToken(String, String) - Method in class twitter4j.Twitter.TwitterBuilder
 
oAuthAccessToken(AccessToken) - Method in class twitter4j.Twitter.TwitterBuilder
 
OAuthAuthorization - Class in twitter4j
 
oAuthConsumer(String, String) - Method in class twitter4j.Twitter.TwitterBuilder
 
OEmbed - Interface in twitter4j.v1
 
OEmbedRequest - Class in twitter4j
 
OEmbedRequest(long, String) - Constructor for class twitter4j.OEmbedRequest
 
OEmbedRequest.Align - Enum Class in twitter4j
align
OEmbedRequest.WidgetType - Enum Class in twitter4j
widget type
of(double, double) - Static method in class twitter4j.v1.GeoLocation
Creates a GeoLocation instance
of(String) - Static method in class twitter4j.v1.Query
 
of(String) - Static method in class twitter4j.v1.StatusUpdate
 
of(String, String, String) - Static method in class twitter4j.v1.QuickReply
constructs a new quick reply inctance
ofCount(int) - Static method in class twitter4j.v1.Paging
creates a new Paging instance with the specified count
ofFollow(long...) - Static method in class twitter4j.v1.FilterQuery
Creates a new FilterQuery with specified values
ofGeoLocation(double, double) - Static method in class twitter4j.v1.GeoQuery
Creates a GeoQuery with the specified location
ofIP(String) - Static method in class twitter4j.v1.GeoQuery
Creates a GeoQuery with the specified IP address
ofLocations(double[][]) - Static method in class twitter4j.v1.FilterQuery
Creates a new FilterQuery with specified values
ofMaxId(long) - Static method in class twitter4j.v1.Paging
creates a new Paging instance with the specified maxId
ofPage(int) - Static method in class twitter4j.v1.Paging
 
ofQuery(String) - Static method in class twitter4j.v1.GeoQuery
Creates a GeoQuery with the specified query, ip and location
ofSinceId(long) - Static method in class twitter4j.v1.Paging
creates a new Paging instance with the specified sinceId
ofTrack(String...) - Static method in class twitter4j.v1.FilterQuery
Creates a new FilterQuery
OK - Static variable in exception twitter4j.TwitterException
OK: Success!
omitScript(boolean) - Method in class twitter4j.OEmbedRequest
 
onCleanUp() - Method in interface twitter4j.v1.ConnectionLifeCycleListener
called before thread gets cleaned up
onConnect() - Method in interface twitter4j.v1.ConnectionLifeCycleListener
called after connection was established
onDeletionNotice(StatusDeletionNotice) - Method in class twitter4j.v1.StatusAdapter
 
onDeletionNotice(StatusDeletionNotice) - Method in interface twitter4j.v1.StatusListener
Called upon deletionNotice notices.
onDisconnect() - Method in interface twitter4j.v1.ConnectionLifeCycleListener
called after connection was disconnected
onException(Exception) - Method in class twitter4j.v1.StatusAdapter
 
onException(Exception) - Method in interface twitter4j.v1.StreamListener
 
onException(Consumer<Exception>) - Method in class twitter4j.Twitter.TwitterBuilder
 
onMessage(String) - Method in interface twitter4j.v1.RawStreamListener
 
onRateLimitReached(Consumer<RateLimitStatusEvent>) - Method in class twitter4j.Twitter.TwitterBuilder
Registers a RateLimitStatusListener for account associated rate limits
onRateLimitReached(RateLimitStatusEvent) - Method in interface twitter4j.v1.RateLimitStatusListener
Called when the account or IP address is hitting the rate limit.
onRateLimitStatus will be also called before this event.
onRateLimitStatus(Consumer<RateLimitStatusEvent>) - Method in class twitter4j.Twitter.TwitterBuilder
Registers a lambda action for account associated rate limits
onRateLimitStatus(RateLimitStatusEvent) - Method in interface twitter4j.v1.RateLimitStatusListener
Called when the response contains rate limit status.
onScrubGeo(long, long) - Method in class twitter4j.v1.StatusAdapter
 
onScrubGeo(long, long) - Method in interface twitter4j.v1.StatusListener
Called upon location deletion messages.
onStallWarning(StallWarning) - Method in class twitter4j.v1.StatusAdapter
 
onStallWarning(StallWarning) - Method in interface twitter4j.v1.StatusListener
Called when receiving stall warnings.
onStatus(Consumer<Status>) - Method in class twitter4j.Twitter.TwitterBuilder
 
onStatus(Status) - Method in class twitter4j.v1.StatusAdapter
 
onStatus(Status) - Method in interface twitter4j.v1.StatusListener
 
onTrackLimitationNotice(int) - Method in class twitter4j.v1.StatusAdapter
 
onTrackLimitationNotice(int) - Method in interface twitter4j.v1.StatusListener
This notice will be sent each time a limited stream becomes unlimited.
If this number is high and or rapidly increasing, it is an indication that your predicate is too broad, and you should consider a predicate with higher selectivity.

P

PagableResponseList<T extends TwitterResponse> - Interface in twitter4j.v1
ResponseList with cursor support.
page - Variable in class twitter4j.v1.Paging
page
Paging - Class in twitter4j.v1
Controls pagination.
Place - Interface in twitter4j.v1
 
placeId - Variable in class twitter4j.v1.StatusUpdate
place id
placeId(String) - Method in class twitter4j.v1.StatusUpdate
 
placesGeo() - Method in interface twitter4j.v1.TwitterV1
 
PlacesGeoResources - Interface in twitter4j.v1
 
popular - Enum constant in enum class twitter4j.v1.Query.ResultType
popular
POPULAR - Static variable in class twitter4j.v1.Query
popular: return only the most popular results in the response.
possiblySensitive - Variable in class twitter4j.v1.StatusUpdate
possibly sensitive
possiblySensitive(boolean) - Method in class twitter4j.v1.StatusUpdate
 
prettyDebugEnabled(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 

Q

query - Variable in class twitter4j.v1.GeoQuery
query
query - Variable in class twitter4j.v1.Query
query
query(String) - Method in class twitter4j.v1.GeoQuery
Creates a GeoQuery with the specified query, ip and location
Query - Class in twitter4j.v1
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.ResultType - Enum Class in twitter4j.v1
result type
Query.Unit - Enum Class in twitter4j.v1
unit
QueryResult - Interface in twitter4j.v1
A data interface representing search API response
QuickReply - Class in twitter4j.v1
Quick reply

R

RateLimitStatus - Interface in twitter4j.v1
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.v1
 
RawStreamListener - Interface in twitter4j.v1
 
READ - Enum constant in enum class twitter4j.TwitterResponse.AccessLevel
read
READ_WRITE - Enum constant in enum class twitter4j.TwitterResponse.AccessLevel
read and write
READ_WRITE_DIRECTMESSAGES - Enum constant in enum class twitter4j.TwitterResponse.AccessLevel
read, write and direct messages
recent - Enum constant in enum class twitter4j.v1.Query.ResultType
recent
RECENT - Static variable in class twitter4j.v1.Query
recent: return only the most recent results in the response
related(String[]) - Method in class twitter4j.OEmbedRequest
 
Relationship - Interface in twitter4j.v1
A data interface that has detailed information about a relationship between two users
removeProfileBanner() - Method in interface twitter4j.v1.UsersResources
Removes the uploaded profile banner for the authenticating user.
reportSpam(long) - Method in interface twitter4j.v1.SpamReportingResource
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(String) - Method in interface twitter4j.v1.SpamReportingResource
The user specified in the id is blocked by the authenticated user and reported as a spammer.
RequestToken - Class in twitter4j
 
reset() - Method in class twitter4j.management.APIStatistics
 
reset() - Method in class twitter4j.management.APIStatisticsOpenMBean
reset statistics
reset() - Method in interface twitter4j.management.InvocationStatistics
reset statistics
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.v1
List of TwitterResponse.
resultType - Variable in class twitter4j.v1.Query
result type
resultType(Query.ResultType) - Method in class twitter4j.v1.Query
creates a new Query instance with the specified result type
retweet() - Method in interface twitter4j.v1.TwitterStream
Starts listening on all retweets.
retweetStatus(long) - Method in interface twitter4j.v1.TweetsResources
Retweets a tweet.
reverseGeoCode(GeoQuery) - Method in interface twitter4j.v1.PlacesGeoResources
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
RIGHT - Enum constant in enum class twitter4j.OEmbedRequest.Align
right

S

sample() - Method in interface twitter4j.v1.TwitterStream
Starts listening on random sample of all public statuses.
sample(String) - Method in interface twitter4j.v1.TwitterStream
Starts listening on random sample of all public statuses.
SavedSearch - Interface in twitter4j.v1
A data interface representing a Saved Search
savedSearches() - Method in interface twitter4j.v1.TwitterV1
 
SavedSearchesResources - Interface in twitter4j.v1
 
Scopes - Interface in twitter4j.v1
A data interface representing targeting scopes applied to a status.
search() - Method in interface twitter4j.v1.TwitterV1
 
search(Query) - Method in interface twitter4j.v1.SearchResource
Returns tweets that match a specified query.
searchPlaces(GeoQuery) - Method in interface twitter4j.v1.PlacesGeoResources
Search for places that can be attached to a statuses/update.
SearchResource - Interface in twitter4j.v1
 
searchUsers(String, int) - Method in interface twitter4j.v1.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.v1.DirectMessagesResources
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(long, String, long) - Method in interface twitter4j.v1.DirectMessagesResources
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(long, String, String) - Method in interface twitter4j.v1.DirectMessagesResources
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(long, String, QuickReply...) - Method in interface twitter4j.v1.DirectMessagesResources
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(String, String) - Method in interface twitter4j.v1.DirectMessagesResources
Sends a new direct message to the specified user from the authenticating user.
SERVICE_UNAVAILABLE - Static variable in exception twitter4j.TwitterException
Service Unavailable: The Twitter servers are up, but overloaded with requests.
setAlign(OEmbedRequest.Align) - Method in class twitter4j.OEmbedRequest
 
setAttribute(Attribute) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
setAttributes(AttributeList) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
setHideMedia(boolean) - Method in class twitter4j.OEmbedRequest
 
setHideThread(boolean) - Method in class twitter4j.OEmbedRequest
 
setHideTweet(boolean) - Method in class twitter4j.OEmbedRequest
 
setLang(String) - Method in class twitter4j.OEmbedRequest
 
setMaxWidth(int) - Method in class twitter4j.OEmbedRequest
 
setOmitScript(boolean) - Method in class twitter4j.OEmbedRequest
 
setRelated(String[]) - Method in class twitter4j.OEmbedRequest
 
setWidgetType(OEmbedRequest.WidgetType) - Method in class twitter4j.OEmbedRequest
 
showDirectMessage(long) - Method in interface twitter4j.v1.DirectMessagesResources
Returns a single Direct Message event by the given id.
showFriendship(long, long) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns detailed information about the relationship between two users.
showFriendship(String, String) - Method in interface twitter4j.v1.FriendsFollowersResources
Returns detailed information about the relationship between two users.
showSavedSearch(long) - Method in interface twitter4j.v1.SavedSearchesResources
Retrieve the data for a saved search owned by the authenticating user specified by the given id.
showStatus(long) - Method in interface twitter4j.v1.TweetsResources
Returns a single status, specified by the id parameter below.
showUser(long) - Method in interface twitter4j.v1.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.v1.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.v1.ListsResources
Show the specified list.
showUserList(long, String) - Method in interface twitter4j.v1.ListsResources
Show the specified list.
showUserList(String, String) - Method in interface twitter4j.v1.ListsResources
Show the specified list.
showUserListMembership(long, long) - Method in interface twitter4j.v1.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.v1.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.v1.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.v1.ListsResources
Check if the specified user is a subscriber of the specified list.
showUserListSubscription(long, String, long) - Method in interface twitter4j.v1.ListsResources
Check if the specified user is a subscriber of the specified list.
showUserListSubscription(String, String, long) - Method in interface twitter4j.v1.ListsResources
Check if the specified user is a subscriber of the specified list.
shutdown() - Method in interface twitter4j.v1.TwitterStream
Shuts down internal dispatcher thread shared by all TwitterStream instances.
since - Variable in class twitter4j.v1.Query
since
since(String) - Method in class twitter4j.v1.Query
creates a new Query instance with the specified since
sinceId - Variable in class twitter4j.v1.Paging
since id
sinceId - Variable in class twitter4j.v1.Query
sinceId
sinceId(long) - Method in class twitter4j.v1.Paging
creates a new Paging instance with the specified sinceId
sinceId(long) - Method in class twitter4j.v1.Query
creates a new Query instance with the specified sinceId
SMALL - Static variable in interface twitter4j.v1.MediaEntity.Size
small
spamReporting() - Method in interface twitter4j.v1.TwitterV1
 
SpamReportingResource - Interface in twitter4j.v1
 
StallWarning - Interface in twitter4j.v1
stall warning
StallWarningImpl - Class in twitter4j
 
START - Static variable in interface twitter4j.v1.CursorSupport
 
status - Variable in class twitter4j.v1.StatusUpdate
status tweet text
Status - Interface in twitter4j.v1
A data interface representing one single status of a user.
StatusAdapter - Class in twitter4j.v1
 
StatusAdapter() - Constructor for class twitter4j.v1.StatusAdapter
 
StatusDeletionNotice - Interface in twitter4j.v1
A data class representing Status deletionNotice
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately.
StatusListener - Interface in twitter4j.v1
 
StatusUpdate - Class in twitter4j.v1
 
stream() - Method in interface twitter4j.v1.TwitterV1
 
StreamListener - Interface in twitter4j.v1
 
SymbolEntity - Interface in twitter4j.v1
 

T

THUMB - Static variable in interface twitter4j.v1.MediaEntity.Size
thumbnail
timelines() - Method in interface twitter4j.v1.TwitterV1
 
TimelinesResources - Interface in twitter4j.v1
 
TimeSpanConverter - Class in twitter4j
 
TimeSpanConverter() - Constructor for class twitter4j.TimeSpanConverter
Constructs an instance with default locale
TimeSpanConverter(Locale) - Constructor for class twitter4j.TimeSpanConverter
Constructs an instance with the specified locale
TimeZone - Interface in twitter4j.v1
 
TOO_MANY_REQUESTS - Static variable in exception twitter4j.TwitterException
Returned in API v1.1 when a request cannot be served due to the application's rate limit having been exhausted for the resource.
toString() - Method in class twitter4j.AccessToken
 
toString() - Method in class twitter4j.Twitter.TwitterBuilder
 
toString() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
toString() - Method in class twitter4j.OAuth2Authorization
 
toString() - Method in class twitter4j.OAuth2Token
 
toString() - Method in class twitter4j.OAuthAuthorization
 
toString() - Method in class twitter4j.RequestToken
 
toString() - Method in class twitter4j.OEmbedRequest
 
toString() - Method in class twitter4j.StallWarningImpl
 
toString() - Method in exception twitter4j.TwitterException
 
toString() - Method in class twitter4j.UploadedMedia
 
toString() - Method in class twitter4j.v1.FilterQuery
 
toString() - Method in class twitter4j.v1.GeoLocation
 
toString() - Method in class twitter4j.v1.GeoQuery
 
toString() - Method in class twitter4j.v1.Paging
 
toString() - Method in class twitter4j.v1.Query
 
toString() - Method in class twitter4j.v1.QuickReply
 
toString() - Method in class twitter4j.v1.StatusUpdate
 
toTimeSpanString(long) - Method in class twitter4j.TimeSpanConverter
 
toTimeSpanString(LocalDateTime) - Method in class twitter4j.TimeSpanConverter
 
track - Variable in class twitter4j.v1.FilterQuery
track
track(String...) - Method in class twitter4j.v1.FilterQuery
Creates a new FilterQuery
Trend - Interface in twitter4j.v1
A data interface representing Trend.
trends() - Method in interface twitter4j.v1.TwitterV1
 
Trends - Interface in twitter4j.v1
A data class representing Trends.
TrendsResources - Interface in twitter4j.v1
 
trimUserEnabled(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 
TweetEntity - Interface in twitter4j.v1
super interface of UserMentionEntity, URLEntity and HashtagEntity
tweetModeExtended(boolean) - Method in class twitter4j.Twitter.TwitterBuilder
 
tweets() - Method in interface twitter4j.v1.TwitterV1
 
TweetsResources - Interface in twitter4j.v1
 
Twitter - Interface in twitter4j
 
Twitter.TwitterBuilder - Class in twitter4j
builder for Twitter
twitter4j - package twitter4j
general package for Twitter4J
twitter4j.management - package twitter4j.management
JMX support
twitter4j.v1 - package twitter4j.v1
APIs represents Twitter API resources
TwitterAPIMonitor - Class in twitter4j
Singleton instance of all Twitter API monitoring.
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(Exception) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, Exception, int) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, Throwable) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, HttpResponse) - Constructor for exception twitter4j.TwitterException
 
TwitterObjectFactory - Class in twitter4j
 
TwitterResponse - Interface in twitter4j
Super interface of Twitter Response data interfaces which indicates that rate limit status is available.
TwitterResponse.AccessLevel - Enum Class in twitter4j
access level
TwitterStream - Interface in twitter4j.v1
 
TwitterV1 - Interface in twitter4j.v1
Interface represents Twitter API v1.1
tzinfoName() - Method in interface twitter4j.v1.TimeZone
 

U

UNAUTHORIZED - Static variable in exception twitter4j.TwitterException
Not Authorized: Authentication credentials were missing or incorrect.
UNPROCESSABLE_ENTITY - Static variable in exception twitter4j.TwitterException
Returned when an image uploaded to POST account/update_profile_banner is unable to be processed.
unRetweetStatus(long) - Method in interface twitter4j.v1.TweetsResources
Untweets a retweeted status.
until - Variable in class twitter4j.v1.Query
until
until(String) - Method in class twitter4j.v1.Query
creates a new Query instance with the specified until
updateAccountSettings(Integer, Boolean, String, String, String, String) - Method in interface twitter4j.v1.UsersResources
Updates the current trend, geo, language, timezone and sleep time information for the authenticating user.
updateAllowDmsFrom(String) - Method in interface twitter4j.v1.UsersResources
Updates the allowDmsFrom settings for the authenticating user.
updateFriendship(long, boolean, boolean) - Method in interface twitter4j.v1.FriendsFollowersResources
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(String, boolean, boolean) - Method in interface twitter4j.v1.FriendsFollowersResources
Allows you to enable or disable retweets and device notifications from the specified user.
updateProfile(String, String, String, String) - Method in interface twitter4j.v1.UsersResources
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfileBanner(File) - Method in interface twitter4j.v1.UsersResources
Uploads a profile banner on behalf of the authenticating user.
updateProfileBanner(InputStream) - Method in interface twitter4j.v1.UsersResources
Uploads a profile banner on behalf of the authenticating user.
updateProfileImage(File) - Method in interface twitter4j.v1.UsersResources
Updates the authenticating user's profile image.
updateProfileImage(InputStream) - Method in interface twitter4j.v1.UsersResources
Updates the authenticating user's profile image.
updateStatus(String) - Method in interface twitter4j.v1.TweetsResources
Updates the authenticating user's status.
updateStatus(StatusUpdate) - Method in interface twitter4j.v1.TweetsResources
Updates the authenticating user's status.
updateUserList(long, String, boolean, String) - Method in interface twitter4j.v1.ListsResources
Updates the specified list.
updateUserList(long, String, String, boolean, String) - Method in interface twitter4j.v1.ListsResources
Updates the specified list.
updateUserList(String, String, String, boolean, String) - Method in interface twitter4j.v1.ListsResources
Updates the specified list.
UploadedMedia - Class in twitter4j
Represents result of "/1.1/media/upload.json"
uploadMedia(File) - Method in interface twitter4j.v1.TweetsResources
Uploads media image to be attached via TweetsResources.updateStatus(StatusUpdate)
This method calls https://api.twitter.com/1.1/media/upload.json
uploadMedia(String, InputStream) - Method in interface twitter4j.v1.TweetsResources
Uploads media image to be attached via TweetsResources.updateStatus(StatusUpdate)
This method calls https://api.twitter.com/1.1/media/upload.json
uploadMediaChunked(String, InputStream) - Method in interface twitter4j.v1.TweetsResources
Uploads media using chunked approach to be attached via TweetsResources.updateStatus(StatusUpdate).
URLEntity - Interface in twitter4j.v1
A data interface representing one single URL entity.
User - Interface in twitter4j.v1
A data interface representing Basic user information element
UserList - Interface in twitter4j.v1
A data interface representing Basic list information element
UserMentionEntity - Interface in twitter4j.v1
A data interface representing one single user mention entity.
users() - Method in interface twitter4j.v1.TwitterV1
 
UsersResources - Interface in twitter4j.v1
interface for user resources
utcOffset() - Method in interface twitter4j.v1.TimeZone
 

V

v1() - Method in interface twitter4j.Twitter
 
valueOf(String) - Static method in enum class twitter4j.OEmbedRequest.Align
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class twitter4j.OEmbedRequest.WidgetType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class twitter4j.TwitterResponse.AccessLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class twitter4j.v1.FilterQuery.FilterLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class twitter4j.v1.Query.ResultType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class twitter4j.v1.Query.Unit
Returns the enum constant of this class with the specified name.
values() - Static method in enum class twitter4j.OEmbedRequest.Align
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class twitter4j.OEmbedRequest.WidgetType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class twitter4j.TwitterResponse.AccessLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class twitter4j.v1.FilterQuery.FilterLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class twitter4j.v1.Query.ResultType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class twitter4j.v1.Query.Unit
Returns an array containing the constants of this enum class, in the order they are declared.
verifyCredentials() - Method in interface twitter4j.v1.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
 
VIDEO - Enum constant in enum class twitter4j.OEmbedRequest.WidgetType
video

W

widgetType(OEmbedRequest.WidgetType) - Method in class twitter4j.OEmbedRequest
 
withPage(int) - Method in class twitter4j.v1.Paging
creates a new Paging instance with the specified page
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form