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

A

AccessToken - Class in twitter4j.auth
Representing authorized Access Token which is passed to the service provider in order to access protected resources.
the token and token secret can be stored into some persistent stores such as file system or RDBMS for the further accesses.
AccessToken(String, String) - Constructor for class twitter4j.auth.AccessToken
 
AccountMethods - Interface in twitter4j.api
 
AccountSettings - Interface in twitter4j
 
AccountTotals - Interface in twitter4j
 
accuracy(String) - Method in class twitter4j.GeoQuery
 
addAnnotation(Annotation) - Method in class twitter4j.Annotations
Adds a single Annotation to the List of Annotation instances
addAnnotation(Annotation) - Method in class twitter4j.StatusUpdate
 
addAttribute(String, String) - Method in class twitter4j.Annotation
Adds a single attribute
addRateLimitStatusListener(RateLimitStatusListener) - Method in interface twitter4j.TwitterBase
Registers a RateLimitStatusListener for account associated rate limits
addUserListMember(int, long) - Method in interface twitter4j.api.ListMembersMethods
Adds a member to a list.
addUserListMembers(int, long[]) - Method in interface twitter4j.api.ListMembersMethods
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
addUserListMembers(int, String[]) - Method in interface twitter4j.api.ListMembersMethods
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.
Annotation - Class in twitter4j
A data class representing an Annotation of a Status or a Tweet
Annotation(String) - Constructor for class twitter4j.Annotation
Construct an Annotation with a type but no attributes
Annotation(String, Map<String, String>) - Constructor for class twitter4j.Annotation
Construct an Annotation with a type and attributes
annotation(Annotation) - Method in class twitter4j.Annotations
Adds a single Annotation to the List of Annotation instances
annotation(Annotation) - Method in class twitter4j.StatusUpdate
 
Annotations - Class in twitter4j
A data class representing the Annotations of a Status or a Tweet
Annotations() - Constructor for class twitter4j.Annotations
Construct empty Annotations instance
Annotations(List<Annotation>) - Constructor for class twitter4j.Annotations
Construct Annotations instance from an exisiting List of Annotation instances
annotations(Annotations) - Method in class twitter4j.StatusUpdate
 
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
 
ASYNC_DISPATCHER_IMPL - Static variable in class twitter4j.conf.PropertyConfiguration
 
ASYNC_NUM_THREADS - Static variable in class twitter4j.conf.PropertyConfiguration
 
attribute(String, String) - Method in class twitter4j.Annotation
Adds a single attribute
attributes(Map<String, String>) - Method in class twitter4j.Annotation
Sets the attributes Ensures the class's property is not null
Authorization - Interface in twitter4j.auth
An interface represents credentials.
AuthorizationConfiguration - Interface in twitter4j.auth
A static factory class for Authorization.
AuthorizationFactory - Class in twitter4j.auth
A static factory class for Authorization.
AuthorizationFactory() - Constructor for class twitter4j.auth.AuthorizationFactory
 

B

BasicAuthorization - Class in twitter4j.auth
An authentication implementation implements Basic authentication
BasicAuthorization(String, String) - Constructor for class twitter4j.auth.BasicAuthorization
 
BIGGER - Static variable in interface twitter4j.ProfileImage
 
BLOCK - Static variable in class twitter4j.json.JSONObjectType
 
BlockMethods - Interface in twitter4j.api
 
build() - Method in class twitter4j.conf.ConfigurationBuilder
 

C

Category - Interface in twitter4j
 
CharacterUtil - Class in twitter4j.util
 
checkUserListMembership(String, int, long) - Method in interface twitter4j.api.ListMembersMethods
Check if a user is a member of the specified list.

This method calls http://api.twitter.com/1/[listOwner]/[listId]/members/id.json
checkUserListSubscription(String, int, long) - Method in interface twitter4j.api.ListSubscribersMethods
Check if the specified user is a subscriber of the specified list.
CITY - Static variable in class twitter4j.GeoQuery
 
CLIENT_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
CLIENT_VERSION - Static variable in class twitter4j.conf.PropertyConfiguration
 
compareTo(Annotation) - Method in class twitter4j.Annotation
 
Configuration - Interface in twitter4j.conf
 
CONFIGURATION_IMPL - Static variable in class twitter4j.conf.ConfigurationContext
 
ConfigurationBuilder - Class in twitter4j.conf
A builder that can be used to construct a twitter4j configuration with desired settings.
ConfigurationBuilder() - Constructor for class twitter4j.conf.ConfigurationBuilder
 
ConfigurationContext - Class in twitter4j.conf
Static factory of Configuration.
ConfigurationContext() - Constructor for class twitter4j.conf.ConfigurationContext
 
ConfigurationFactory - Interface in twitter4j.conf
 
ConnectionLifeCycleListener - Interface in twitter4j
 
constructRequestURL(String) - Static method in class twitter4j.auth.OAuthAuthorization
The Signature Base String includes the request absolute URL, tying the signature to a specific endpoint.
count(int) - Method in class twitter4j.FilterQuery
Sets count
count(int) - Method in class twitter4j.Paging
 
count(String) - Static method in class twitter4j.util.CharacterUtil
Counts the length of the tweet
createAccountTotals(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs an AccountTotals object from rawJSON string.
createBlock(String) - Method in interface twitter4j.api.BlockMethods
Blocks the user specified in the ID parameter as the authenticating user.
createBlock(long) - Method in interface twitter4j.api.BlockMethods
Blocks the user specified in the ID parameter as the authenticating user.
createCategory(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Category object from rawJSON string.
createDirectMessage(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a DirectMessage object from rawJSON string.
createFavorite(long) - Method in interface twitter4j.api.FavoriteMethods
Favorites the status specified in the ID parameter as the authenticating user.
createFriendship(String) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(long) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(String, boolean) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createFriendship(long, boolean) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
createIDs(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a IDs object from rawJSON string.
createLocation(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Location object from rawJSON string.
createObject(String) - Static method in class twitter4j.json.DataObjectFactory
Construct an object from rawJSON string.
createPlace(String, String, String, GeoLocation, String) - Method in interface twitter4j.api.GeoMethods
Creates a new place at the given latitude and longitude.
createPlace(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Place object from rawJSON string.
createRateLimitStatus(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a RateLimitStatus object from rawJSON string.
createRelatedResults(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a RelatedResults object from rawJSON string.
createRelationship(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Relationship object from rawJSON string.
createSavedSearch(String) - Method in interface twitter4j.api.SavedSearchesMethods
Creates a saved search for the authenticated user.
createSavedSearch(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a SavedSearch object from rawJSON string.
createStatus(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Status object from rawJSON string.
createTrend(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Trend object from rawJSON string.
createTrends(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Trends object from rawJSON string.
createTweet(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a Tweet object from rawJSON string.
createUser(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a User object from rawJSON string.
createUserList(String, boolean, String) - Method in interface twitter4j.api.ListMethods
Creates a new list for the authenticated user.
createUserList(String) - Static method in class twitter4j.json.DataObjectFactory
Constructs a UserList object from rawJSON string.
CursorSupport - Interface in twitter4j
 

D

DataObjectFactory - Class in twitter4j.json
 
DEBUG - Static variable in class twitter4j.conf.PropertyConfiguration
 
DEFAULT_CONFIGURATION_FACTORY - Static variable in class twitter4j.conf.ConfigurationContext
 
DELETE - Static variable in class twitter4j.json.JSONObjectType
 
deleteUserListMember(int, long) - Method in interface twitter4j.api.ListMembersMethods
Removes the specified member from the list.
destroyBlock(String) - Method in interface twitter4j.api.BlockMethods
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlock(long) - Method in interface twitter4j.api.BlockMethods
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyDirectMessage(long) - Method in interface twitter4j.api.DirectMessageMethods
Destroys the direct message specified in the required ID parameter.
destroyFavorite(long) - Method in interface twitter4j.api.FavoriteMethods
Un-favorites the status specified in the ID parameter as the authenticating user.
destroyFriendship(String) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroyFriendship(long) - Method in interface twitter4j.api.FriendshipMethods
Allows the authenticating users to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
destroySavedSearch(int) - Method in interface twitter4j.api.SavedSearchesMethods
Destroys a saved search for the authenticated user.
destroyStatus(long) - Method in interface twitter4j.api.StatusMethods
Destroys the status specified by the required ID parameter.
Usage note: The authenticating user must be the author of the specified status.
destroyUserList(int) - Method in interface twitter4j.api.ListMethods
Deletes the specified list.
determine(JSONObject) - Static method in class twitter4j.json.JSONObjectType
Determine the respective object type for a given JSONObject.
DIRECT_MESSAGE - Static variable in class twitter4j.json.JSONObjectType
 
DirectMessage - Interface in twitter4j
A data interface representing sent/received direct message.
DirectMessageMethods - Interface in twitter4j.api
 
disableNotification(String) - Method in interface twitter4j.api.NotificationMethods
Disables notifications for updates from the specified user to the authenticating user.
disableNotification(long) - Method in interface twitter4j.api.NotificationMethods
Disables notifications for updates from the specified user to the authenticating user.
displayCoordinates(boolean) - Method in class twitter4j.StatusUpdate
 
dispose() - Method in interface twitter4j.conf.ConfigurationFactory
clean up resources acquired by this factory.

E

enableNotification(String) - Method in interface twitter4j.api.NotificationMethods
Enables notifications for updates from the specified user to the authenticating user.
enableNotification(long) - Method in interface twitter4j.api.NotificationMethods
Enables notifications for updates from the specified user to the authenticating user.
encodeParameters(List<HttpParameter>) - Static method in class twitter4j.auth.OAuthAuthorization
 
encodeParameters(List<HttpParameter>, String, boolean) - Static method in class twitter4j.auth.OAuthAuthorization
 
equals(Object) - Method in class twitter4j.Annotation
 
equals(Object) - Method in class twitter4j.Annotations
 
equals(Object) - Method in class twitter4j.auth.AccessToken
 
equals(Object) - Method in class twitter4j.auth.BasicAuthorization
 
equals(Object) - Method in class twitter4j.auth.NullAuthorization
 
equals(Object) - Method in class twitter4j.auth.OAuthAuthorization
 
equals(Object) - Method in class twitter4j.FilterQuery
 
equals(Object) - Method in class twitter4j.GeoLocation
 
equals(Object) - Method in class twitter4j.GeoQuery
 
equals(Object) - Method in class twitter4j.json.JSONObjectType
 
equals(Object) - Method in class twitter4j.Paging
 
equals(Object) - Method in class twitter4j.ProfileImage.ImageSize
 
equals(Object) - Method in class twitter4j.Query
 
equals(Object) - Method in class twitter4j.StatusUpdate
 
equals(Object) - Method in exception twitter4j.TwitterException
 
exceededRateLimitation() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by rate limitation exceed
existsBlock(String) - Method in interface twitter4j.api.BlockMethods
Returns if the authenticating user is blocking a target user.
existsBlock(long) - Method in interface twitter4j.api.BlockMethods
Returns if the authenticating user is blocking a target user.
existsFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethods
Tests for the existence of friendship between two users.

F

FAVORITE - Static variable in class twitter4j.json.JSONObjectType
 
FavoriteMethods - Interface in twitter4j.api
 
FilterQuery - Class in twitter4j
 
FilterQuery() - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
FilterQuery(long[]) - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
FilterQuery(int, long[]) - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
FilterQuery(int, long[], String[]) - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
FilterQuery(int, long[], String[], double[][]) - Constructor for class twitter4j.FilterQuery
Creates a new FilterQuery
follow(long[]) - Method in class twitter4j.FilterQuery
Sets follow
FOLLOW - Static variable in class twitter4j.json.JSONObjectType
 
FRIENDS - Static variable in class twitter4j.json.JSONObjectType
 
FriendsFollowersMethods - Interface in twitter4j.api
 
Friendship - Interface in twitter4j
 
FriendshipMethods - Interface in twitter4j.api
 

G

generateOAuthSignatureHttpParams(String, String) - Method in class twitter4j.auth.OAuthAuthorization
 
geoCode(GeoLocation, double, String) - Method in class twitter4j.Query
returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile
GeoLocation - Class in twitter4j
A data class representing geo location.
GeoLocation(double, double) - Constructor for class twitter4j.GeoLocation
Creates a GeoLocation instance
GeoMethods - Interface in twitter4j.api
 
GeoQuery - Class in twitter4j
 
GeoQuery(GeoLocation) - Constructor for class twitter4j.GeoQuery
Creates a GeoQuery with the specified location
GeoQuery(String) - Constructor for class twitter4j.GeoQuery
Creates a GeoQuery with the specified IP address
getAccountSettings() - Method in interface twitter4j.api.AccountMethods
Returns the current trend, geo and sleep time information for the authenticating user.
getAccountTotals() - Method in interface twitter4j.api.AccountMethods
Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user.
getAccuracy() - Method in class twitter4j.GeoQuery
 
getAllUserLists(String) - Method in interface twitter4j.api.ListMethods
Returns all lists the authenticating or specified user subscribes to, including their own.
getAllUserLists(long) - Method in interface twitter4j.api.ListMethods
Returns all lists the authenticating or specified user subscribes to, including their own.
getAnnotations() - Method in class twitter4j.Annotations
 
getAnnotations() - Method in interface twitter4j.Status
Returns the annotations, or null if no annotations are associated with this status.
getAnnotations() - Method in class twitter4j.StatusUpdate
 
getAnnotations() - Method in interface twitter4j.Tweet
Returns the annotations of the tweet.
getAsOf() - Method in interface twitter4j.Trends
 
getAsyncNumThreads() - Method in interface twitter4j.conf.Configuration
 
getAttribute(String) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getAttributes() - Method in class twitter4j.Annotation
 
getAttributes(String[]) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getAuthenticationURL() - Method in class twitter4j.auth.RequestToken
 
getAuthorization() - Method in interface twitter4j.TwitterBase
Returns the authorization scheme for this instance.
The returned type will be either of BasicAuthorization, OAuthAuthorization, or NullAuthorization
getAuthorizationHeader(HttpRequest) - Method in interface twitter4j.auth.Authorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.BasicAuthorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.NullAuthorization
 
getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.OAuthAuthorization
 
getAuthorizationURL() - Method in class twitter4j.auth.RequestToken
 
getAvailableTrends() - Method in interface twitter4j.api.LocalTrendsMethods
Returns the locations that Twitter has trending topic information for.
getAvailableTrends(GeoLocation) - Method in interface twitter4j.api.LocalTrendsMethods
Returns the sorted locations that Twitter has trending topic information for.
getAverageTime() - Method in class twitter4j.management.APIStatistics
 
getAverageTime() - Method in interface twitter4j.management.InvocationStatistics
 
getAverageTime() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getBlockingUsers() - Method in interface twitter4j.api.BlockMethods
Returns a list of user objects that the authenticating user is blocking.
getBlockingUsers(int) - Method in interface twitter4j.api.BlockMethods
Returns a list of user objects that the authenticating user is blocking.
getBlockingUsersIDs() - Method in interface twitter4j.api.BlockMethods
Returns an array of numeric user ids the authenticating user is blocking.
getBoundingBoxCoordinates() - Method in interface twitter4j.Place
 
getBoundingBoxType() - Method in interface twitter4j.Place
 
getCallCount() - Method in class twitter4j.management.APIStatistics
 
getCallCount() - Method in interface twitter4j.management.InvocationStatistics
 
getCallCount() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getClientURL() - Method in interface twitter4j.conf.Configuration
 
getClientVersion() - Method in interface twitter4j.conf.Configuration
 
getCompletedIn() - Method in interface twitter4j.QueryResult
 
getConfiguration() - Method in interface twitter4j.TwitterBase
Returns the configuration associated with this instance
getContainedWithIn() - Method in interface twitter4j.Place
 
getContributors() - Method in interface twitter4j.Status
Returns an array of contributors, or null if no contributor is associated with this status.
getCount() - Method in class twitter4j.Paging
 
getCountry() - Method in interface twitter4j.Place
 
getCountryCode() - Method in interface twitter4j.Location
 
getCountryCode() - Method in interface twitter4j.Place
 
getCountryName() - Method in interface twitter4j.Location
 
getCreatedAt() - Method in interface twitter4j.DirectMessage
 
getCreatedAt() - Method in interface twitter4j.SavedSearch
 
getCreatedAt() - Method in interface twitter4j.Status
Return the created_at
getCreatedAt() - Method in interface twitter4j.Tweet
returns the created_at
getCreatedAt() - Method in interface twitter4j.User
 
getCurrentTrends() - Method in interface twitter4j.api.TrendsMethods
Returns the current top 10 trending topics on Twitter.
getCurrentTrends(boolean) - Method in interface twitter4j.api.TrendsMethods
Returns the current top 10 trending topics on Twitter.
getDailyTrends() - Method in interface twitter4j.api.TrendsMethods
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in interface twitter4j.api.TrendsMethods
Returns the top 20 trending topics for each hour in a given day.
getDescription() - Method in interface twitter4j.User
Returns the description of the user
getDescription() - Method in interface twitter4j.UserList
Returns the description of the list
getDirectMessages() - Method in interface twitter4j.api.DirectMessageMethods
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessageMethods
Returns a list of the direct messages sent to the authenticating user.
getDispatcherImpl() - Method in interface twitter4j.conf.Configuration
 
getDisplayURL() - Method in interface twitter4j.URLEntity
Returns the display URL if mentioned URL is shorten.
getEnd() - Method in interface twitter4j.HashtagEntity
Returns the index of the end character of the hashtag.
getEnd() - Method in interface twitter4j.URLEntity
Returns the index of the end character of the URL mentioned in the tweet.
getEnd() - Method in interface twitter4j.UserMentionEntity
Returns the index of the end character of the user mention.
getErrorCount() - Method in class twitter4j.management.APIStatistics
 
getErrorCount() - Method in interface twitter4j.management.InvocationStatistics
 
getErrorCount() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getExceptionCode() - Method in exception twitter4j.TwitterException
Returns a hexadecimal representation of this exception stacktrace.
An exception code is a hexadecimal representation of the stacktrace which enables it easier to Google known issues.
Format : XXXXXXXX:YYYYYYYY[ XX:YY]
Where XX is a hash code of stacktrace without line number
YY is a hash code of stacktrace excluding line number
[-XX:YY] will appear when this instance a root cause
getExpandedURL() - Method in interface twitter4j.URLEntity
Returns the expanded URL if mentioned URL is shorten.
getFavorites() - Method in interface twitter4j.AccountTotals
Returns the number of total favorites.
getFavorites() - Method in interface twitter4j.api.FavoriteMethods
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(int) - Method in interface twitter4j.api.FavoriteMethods
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(String) - Method in interface twitter4j.api.FavoriteMethods
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(String, int) - Method in interface twitter4j.api.FavoriteMethods
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavouritesCount() - Method in interface twitter4j.User
 
getFeatureSpecificRateLimitStatus() - Method in interface twitter4j.ResponseList
Returns the current feature-specific rate limit status if available.
This method is available in conjunction with Twitter#searchUsers()
getFeatureSpecificRateLimitStatus() - Method in exception twitter4j.TwitterException
Returns the current feature-specific rate limit status if available.
This method is available in conjunction with Twitter#searchUsers()
getFollowers() - Method in interface twitter4j.AccountTotals
Returns the number of total followers.
getFollowersCount() - Method in interface twitter4j.User
Returns the number of followers
getFollowersIDs(long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersStatuses(long) - Method in interface twitter4j.api.UserMethods
Returns the authenticating user's followers, each with current status inline.
getFollowersStatuses(String, long) - Method in interface twitter4j.api.UserMethods
Returns the specified user's followers, each with current status inline.
getFollowersStatuses(long, long) - Method in interface twitter4j.api.UserMethods
Returns the specified user's followers, each with current status inline.
getFriends() - Method in interface twitter4j.AccountTotals
Returns the number of total friends.
getFriendsCount() - Method in interface twitter4j.User
 
getFriendsIDs(long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersMethods
Returns an array of numeric IDs for every user the specified user is following.
getFriendsStatuses(long) - Method in interface twitter4j.api.UserMethods
Returns a user's friends, each with current status inline.
getFriendsStatuses(String, long) - Method in interface twitter4j.api.UserMethods
Returns a user's friends, each with current status inline.
getFriendsStatuses(long, long) - Method in interface twitter4j.api.UserMethods
Returns a user's friends, each with current status inline.
getFriendsTimeline() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFriendsTimeline(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted by the authenticating user and that user's friends.
getFromUser() - Method in interface twitter4j.Tweet
returns the from_user
getFromUserId() - Method in interface twitter4j.Tweet
returns the user id of the tweet's owner.
Warning: The user ids in the Search API are different from those in the REST API (about the two APIs).
getFullName() - Method in interface twitter4j.Place
 
getFullName() - Method in interface twitter4j.UserList
Returns the full name of the list
getGeocode() - Method in class twitter4j.Query
Returns the specified geocode
getGeoDetails(String) - Method in interface twitter4j.api.GeoMethods
Find out more details of a place that was returned from the GeoMethods.reverseGeoCode(twitter4j.GeoQuery) method.
getGeoLocation() - Method in interface twitter4j.Status
Returns The location that this tweet refers to if available.
getGeoLocation() - Method in interface twitter4j.Tweet
Returns The location that this tweet refers to if available.
getGeometryCoordinates() - Method in interface twitter4j.Place
 
getGeometryType() - Method in interface twitter4j.Place
 
getGranularity() - Method in class twitter4j.GeoQuery
 
getHashtagEntities() - Method in interface twitter4j.Status
Returns an array if hashtag mentioned in the tweet, or null if no hashtag were mentioned.
getHomeTimeline() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getHomeTimeline(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
getHourlyLimit() - Method in interface twitter4j.RateLimitStatus
Returns the current limit in effect
This value is identical to the "X-RateLimit-Limit" response header.
getHttpConnectionTimeout() - Method in interface twitter4j.conf.Configuration
 
getHttpDefaultMaxPerRoute() - Method in interface twitter4j.conf.Configuration
 
getHttpMaxTotalConnections() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyHost() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyPassword() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyPort() - Method in interface twitter4j.conf.Configuration
 
getHttpProxyUser() - Method in interface twitter4j.conf.Configuration
 
getHttpReadTimeout() - Method in interface twitter4j.conf.Configuration
 
getHttpRetryCount() - Method in interface twitter4j.conf.Configuration
 
getHttpRetryIntervalSeconds() - Method in interface twitter4j.conf.Configuration
 
getHttpStreamingReadTimeout() - Method in interface twitter4j.conf.Configuration
 
getId() - Method in interface twitter4j.DirectMessage
 
getId() - Method in interface twitter4j.Friendship
 
getId() - Method in interface twitter4j.Place
 
getId() - Method in interface twitter4j.SavedSearch
 
getId() - Method in interface twitter4j.Status
Returns the id of the status
getId() - Method in interface twitter4j.Tweet
returns the status id of the tweet
getId() - Method in interface twitter4j.TwitterBase
Returns authenticating user's user id.
This method may internally call verifyCredentials() on the first invocation if
- this instance is authenticated by Basic and email address is supplied instead of screen name, or - this instance is authenticated by OAuth.
getId() - Method in interface twitter4j.User
Returns the id of the user
getId() - Method in interface twitter4j.UserList
Returns the id of the list
getId() - Method in interface twitter4j.UserMentionEntity
Returns the user id mentioned in the status.
getIDs() - Method in interface twitter4j.IDs
 
getIncomingFriendships(long) - Method in interface twitter4j.api.FriendshipMethods
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
getInReplyToScreenName() - Method in interface twitter4j.Status
Returns the in_reply_to_screen_name
getInReplyToStatusId() - Method in interface twitter4j.Status
Returns the in_reply_tostatus_id
getInReplyToStatusId() - Method in class twitter4j.StatusUpdate
 
getInReplyToUserId() - Method in interface twitter4j.Status
Returns the in_reply_user_id
getInstance(Configuration) - Static method in class twitter4j.auth.AuthorizationFactory
 
getInstance() - Static method in class twitter4j.auth.NullAuthorization
 
getInstance() - Static method in class twitter4j.conf.ConfigurationContext
 
getInstance(String) - Static method in class twitter4j.conf.ConfigurationContext
 
getInstance() - Method in interface twitter4j.conf.ConfigurationFactory
returns the root configuration
getInstance(String) - Method in interface twitter4j.conf.ConfigurationFactory
returns the configuration specified by the path
getInstance() - Static method in class twitter4j.TwitterAPIMonitor
 
getInstance() - Method in class twitter4j.TwitterFactory
Returns a instance.
getInstance(AccessToken) - Method in class twitter4j.TwitterFactory
Returns a OAuth Authenticated instance.
consumer key and consumer Secret must be provided by twitter4j.properties, or system properties.
Unlike OAuthSupport.setOAuthAccessToken(twitter4j.auth.AccessToken), this factory method potentially returns a cached instance.
getInstance(Authorization) - Method in class twitter4j.TwitterFactory
 
getInvocationStatistics() - Method in class twitter4j.management.APIStatistics
 
getInvocationStatistics() - Method in interface twitter4j.management.APIStatisticsMBean
 
getIp() - Method in class twitter4j.GeoQuery
 
getIsoLanguageCode() - Method in interface twitter4j.Tweet
returns the iso language code of the tweet
getLang() - Method in class twitter4j.Query
Returns the lang
getLang() - Method in interface twitter4j.User
Returns the preferred language of the user
getLatitude() - Method in class twitter4j.GeoLocation
returns the latitude of the geo location
getListedCount() - Method in interface twitter4j.User
Returns the number of public lists the user is listed on, or -1 if the count is unavailable.
getLocale() - Method in class twitter4j.Query
Returns the language of the query you are sending (only ja is currently effective).
getLocation() - Method in class twitter4j.GeoQuery
 
getLocation() - Method in class twitter4j.StatusUpdate
 
getLocation() - Method in interface twitter4j.Trends
Returns the location associated with the trends.
This method is effective only with getLocalTrends() method.
i.e.
getLocation() - Method in interface twitter4j.Tweet
Returns the textual location where this tweet was posted.
getLocation() - Method in interface twitter4j.User
Returns the location of the user
getLocationTrends(int) - Method in interface twitter4j.api.LocalTrendsMethods
Returns the top 10 trending topics for a specific location Twitter has trending topic information for.
getLongitude() - Method in class twitter4j.GeoLocation
returns the longitude of the geo location
getMaxId() - Method in class twitter4j.Paging
 
getMaxId() - Method in class twitter4j.Query
Returns tweets with status ids less than the given id.
getMaxId() - Method in interface twitter4j.QueryResult
 
getMaxResults() - Method in class twitter4j.GeoQuery
 
getMBeanInfo() - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getMediaProvider() - Method in interface twitter4j.conf.Configuration
 
getMediaProviderAPIKey() - Method in interface twitter4j.conf.Configuration
 
getMediaProviderParameters() - Method in interface twitter4j.conf.Configuration
 
getMemberCount() - Method in interface twitter4j.UserList
Returns the member count of the list
getMemberSuggestions(String) - Method in interface twitter4j.api.UserMethods
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
getMentions() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent mentions (status containing @username) for the authenticating user.
getMentions(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent mentions (status containing @username) for the authenticating user.
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
 
getName() - Method in interface twitter4j.Category
 
getName() - Method in interface twitter4j.Friendship
 
getName() - Method in class twitter4j.json.JSONObjectType
 
getName() - Method in interface twitter4j.Location
 
getName() - Method in class twitter4j.management.APIStatistics
APIStatisticsMBean implementation
getName() - Method in interface twitter4j.management.InvocationStatistics
 
getName() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getName() - Method in interface twitter4j.Place
 
getName() - Method in class twitter4j.ProfileImage.ImageSize
 
getName() - Method in interface twitter4j.SavedSearch
 
getName() - Method in interface twitter4j.Trend
 
getName() - Method in interface twitter4j.User
Returns the name of the user
getName() - Method in interface twitter4j.UserList
Returns the name of the list
getName() - Method in interface twitter4j.UserMentionEntity
Returns the name mentioned in the status.
getNextCursor() - Method in interface twitter4j.CursorSupport
 
getNextCursor() - Method in interface twitter4j.IDs
 
getNextCursor() - Method in interface twitter4j.PagableResponseList
 
getOAuthAccessToken() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuthAccessToken() - Method in class twitter4j.auth.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.auth.OAuthAuthorization
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in class twitter4j.auth.OAuthAuthorization
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.auth.OAuthAuthorization
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(String, String) - Method in class twitter4j.auth.OAuthAuthorization
Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to [email protected] — all other applications will receive an HTTP 401 error.
getOAuthAccessToken() - Method in interface twitter4j.auth.OAuthSupport
Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new access token.
getOAuthAccessToken(String) - Method in interface twitter4j.auth.OAuthSupport
Retrieves an access token.
getOAuthAccessToken(RequestToken) - Method in interface twitter4j.auth.OAuthSupport
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(RequestToken, String) - Method in interface twitter4j.auth.OAuthSupport
Retrieves an access token associated with the supplied request token and sets userId.
getOAuthAccessToken(String, String) - Method in interface twitter4j.auth.OAuthSupport
Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to [email protected] — all other applications will receive an HTTP 401 error.
getOAuthAccessToken() - Method in interface twitter4j.conf.Configuration
 
getOAuthAccessTokenSecret() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuthAccessTokenSecret() - Method in interface twitter4j.conf.Configuration
 
getOAuthAccessTokenURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthAuthenticationURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthAuthorizationURL() - Method in interface twitter4j.conf.Configuration
 
getOAuthConsumerKey() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuthConsumerKey() - Method in interface twitter4j.conf.Configuration
 
getOAuthConsumerSecret() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getOAuthConsumerSecret() - Method in interface twitter4j.conf.Configuration
 
getOAuthRequestToken() - Method in class twitter4j.auth.OAuthAuthorization
Retrieves a request token
getOAuthRequestToken(String) - Method in class twitter4j.auth.OAuthAuthorization
Retrieves a request token
getOAuthRequestToken() - Method in interface twitter4j.auth.OAuthSupport
Retrieves a request token
getOAuthRequestToken(String) - Method in interface twitter4j.auth.OAuthSupport
Retrieves a request token
getOAuthRequestTokenURL() - Method in interface twitter4j.conf.Configuration
 
getOutgoingFriendships(long) - Method in interface twitter4j.api.FriendshipMethods
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
getPage() - Method in class twitter4j.Paging
 
getPage() - Method in class twitter4j.Query
Returns the page number (starting at 1) to return, up to a max of roughly 1500 results
getPage() - Method in interface twitter4j.QueryResult
 
getPassword() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getPassword() - Method in class twitter4j.auth.BasicAuthorization
 
getPassword() - Method in interface twitter4j.conf.Configuration
 
getPlace() - Method in interface twitter4j.Status
Returns the place attached to this status
getPlace() - Method in interface twitter4j.Tweet
Returns the place associated with the post.
getPlaceCode() - Method in interface twitter4j.Location
 
getPlaceId() - Method in class twitter4j.StatusUpdate
 
getPlaceName() - Method in interface twitter4j.Location
 
getPlaceType() - Method in interface twitter4j.Place
 
getPosition() - Method in interface twitter4j.SavedSearch
 
getPreviousCursor() - Method in interface twitter4j.CursorSupport
 
getPreviousCursor() - Method in interface twitter4j.IDs
 
getPreviousCursor() - Method in interface twitter4j.PagableResponseList
 
getPrivacyPolicy() - Method in interface twitter4j.api.LegalResources
Returns Twitter's Privacy Policy.
getProfileBackgroundColor() - Method in interface twitter4j.User
 
getProfileBackgroundImageUrl() - Method in interface twitter4j.User
 
getProfileImage(String, ProfileImage.ImageSize) - Method in interface twitter4j.api.UserMethods
Access the profile image in various sizes for the user with the indicated screen_name.
getProfileImageUrl() - Method in interface twitter4j.Tweet
returns the profile_image_url
getProfileImageURL() - Method in interface twitter4j.User
Returns the profile image url of the user
getProfileLinkColor() - Method in interface twitter4j.User
 
getProfileSidebarBorderColor() - Method in interface twitter4j.User
 
getProfileSidebarFillColor() - Method in interface twitter4j.User
 
getProfileTextColor() - Method in interface twitter4j.User
 
getPublicTimeline() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
getQuery() - Method in class twitter4j.Query
Returns the specified query
getQuery() - Method in interface twitter4j.QueryResult
 
getQuery() - Method in interface twitter4j.SavedSearch
 
getQuery() - Method in interface twitter4j.Trend
 
getRateLimitStatus() - Method in interface twitter4j.api.AccountMethods
Returns the remaining number of API requests available to the requesting user before the API limit is reached for the current hour.
getRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
getRateLimitStatus() - Method in interface twitter4j.ResponseList
Returns the current rate limit status if available.
getRateLimitStatus() - Method in exception twitter4j.TwitterException
Returns the current rate limit status if available.
getRateLimitStatus() - Method in interface twitter4j.TwitterResponse
Returns the current rate limit status if available.
getRawJSON(Object) - Static method in class twitter4j.json.DataObjectFactory
Returns a raw JSON form of the provided object.
Note that raw JSON forms can be retrieved only from the same thread invoked the last method call and will become inaccessible once another method call
getRecipient() - Method in interface twitter4j.DirectMessage
 
getRecipientId() - Method in interface twitter4j.DirectMessage
 
getRecipientScreenName() - Method in interface twitter4j.DirectMessage
 
getRefreshUrl() - Method in interface twitter4j.QueryResult
 
getRelatedResults(long) - Method in interface twitter4j.api.NewTwitterMethods
If available, returns an array of replies and mentions related to the specified Tweet.
getRemainingHits() - Method in interface twitter4j.RateLimitStatus
Returns the remaining number of API requests available.
This value is identical to the "X-RateLimit-Remaining" response header.
getRequestHeaders() - Method in interface twitter4j.conf.Configuration
 
getResetTime() - Method in interface twitter4j.RateLimitStatus
Returns the time the current rate limiting period ends.
This value is a java.util.Date-typed variation of the "X-RateLimit-Reset" response header.
getResetTimeInSeconds() - Method in interface twitter4j.RateLimitStatus
Returns the seconds the current rate limiting period ends.
This should be a same as getResetTime().getTime()/1000.
getResponseHeader(String) - Method in exception twitter4j.TwitterException
 
getRestBaseURL() - Method in interface twitter4j.conf.Configuration
 
getResultsPerPage() - Method in interface twitter4j.QueryResult
 
getResultType() - Method in class twitter4j.Query
Returns resultType
getRetryAfter() - Method in exception twitter4j.TwitterException
Returns int value of "Retry-After" response header (Search API) or seconds_until_reset (REST API).
getRetweetCount() - Method in interface twitter4j.Status
Returns the number of times this tweet has been retweeted, or -1 when the tweet was created before this feature was enabled.
getRetweetedBy(long) - Method in interface twitter4j.api.StatusMethods
Show user objects of up to 100 members who retweeted the status.
getRetweetedByIDs(long) - Method in interface twitter4j.api.StatusMethods
Show user ids of up to 100 users who retweeted the status represented by id
This method calls http://api.twitter.com/1/statuses/:id/retweeted_by/ids.format
getRetweetedByMe() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the authenticating user.
getRetweetedByMe(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the authenticating user.
getRetweetedByUser(String, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the specified user.
getRetweetedByUser(long, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the specified user.
getRetweetedStatus() - Method in interface twitter4j.Status
 
getRetweetedToMe() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the authenticating user's friends.
getRetweetedToMe(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by the authenticating user's friends.
getRetweetedToUser(String, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by users the specified user follows.
getRetweetedToUser(long, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent retweets posted by users the specified user follows.
getRetweets(long) - Method in interface twitter4j.api.StatusMethods
Returns up to 100 of the first retweets of a given tweet.
getRetweetsOfMe() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRetweetsOfMe(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
getRpp() - Method in class twitter4j.Query
Returns the number of tweets to return per page, up to a max of 100
getSavedSearches() - Method in interface twitter4j.api.SavedSearchesMethods
Returns the authenticated user's saved search queries.
getScreenName() - Method in class twitter4j.auth.AccessToken
 
getScreenName() - Method in interface twitter4j.Friendship
 
getScreenName() - Method in interface twitter4j.TwitterBase
Returns authenticating user's screen name.
This method may internally call verifyCredentials() on the first invocation if
- this instance is authenticated by Basic and email address is supplied instead of screen name, or - this instance is authenticated by OAuth.
Note that this method returns a transiently cached (will be lost upon serialization) screen name while it is possible to change a user's screen name.
getScreenName() - Method in interface twitter4j.User
Returns the screen name of the user
getScreenName() - Method in interface twitter4j.UserMentionEntity
Returns the screen name mentioned in the status.
getSearchBaseURL() - Method in interface twitter4j.conf.Configuration
 
getSecondsUntilReset() - Method in interface twitter4j.RateLimitStatus
Returns the amount of seconds until the current rate limiting period ends.
This is a value provided/calculated only by Twitter4J for handiness and not a part of the twitter API spec.
getSender() - Method in interface twitter4j.DirectMessage
 
getSenderId() - Method in interface twitter4j.DirectMessage
 
getSenderScreenName() - Method in interface twitter4j.DirectMessage
 
getSentDirectMessages() - Method in interface twitter4j.api.DirectMessageMethods
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessageMethods
Returns a list of the direct messages sent by the authenticating user.
getSimilarPlaces(GeoLocation, String, String, String) - Method in interface twitter4j.api.GeoMethods
Locates places near the given coordinates which are similar in name.
getSince() - Method in class twitter4j.Query
Returns tweets with since the given date.
getSinceId() - Method in class twitter4j.Paging
 
getSinceId() - Method in class twitter4j.Query
returns sinceId
getSinceId() - Method in interface twitter4j.QueryResult
 
getSiteStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getSize() - Method in interface twitter4j.Category
 
getSleepEndTime() - Method in interface twitter4j.AccountSettings
Returns sleep end time.
getSleepStartTime() - Method in interface twitter4j.AccountSettings
Returns sleep start time.
getSlug() - Method in interface twitter4j.Category
 
getSlug() - Method in interface twitter4j.UserList
Returns the slug of the list
getSource() - Method in interface twitter4j.Status
Returns the source
getSource() - Method in interface twitter4j.Tweet
returns the source of the tweet
getSourceUserId() - Method in interface twitter4j.Relationship
Returns the source user id
getSourceUserScreenName() - Method in interface twitter4j.Relationship
Returns the source user screen name
getStart() - Method in interface twitter4j.HashtagEntity
Returns the index of the start character of the hashtag.
getStart() - Method in interface twitter4j.URLEntity
Returns the index of the start character of the URL mentioned in the tweet.
getStart() - Method in interface twitter4j.UserMentionEntity
Returns the index of the start character of the user mention.
getStatistics() - Method in class twitter4j.management.APIStatisticsOpenMBean
 
getStatistics() - Method in class twitter4j.TwitterAPIMonitor
 
getStatus() - Method in class twitter4j.StatusUpdate
 
getStatus() - Method in interface twitter4j.User
Returns the current status of the user
This can be null if the instance if from Status.getUser().
getStatusCode() - Method in exception twitter4j.TwitterException
 
getStatusesCount() - Method in interface twitter4j.User
 
getStatusId() - Method in interface twitter4j.StatusDeletionNotice
 
getStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getStreetAddress() - Method in interface twitter4j.Place
 
getSubscriberCount() - Method in interface twitter4j.UserList
Returns the subscriber count of the list
getSuggestedUserCategories() - Method in interface twitter4j.api.UserMethods
Access to Twitter's suggested user list.
getTargetUserId() - Method in interface twitter4j.Relationship
Returns the target user id
getTargetUserScreenName() - Method in interface twitter4j.Relationship
Returns the target user screen name
getTermsOfService() - Method in interface twitter4j.api.LegalResources
Returns Twitter's' Terms of Service.
getText() - Method in interface twitter4j.DirectMessage
 
getText() - Method in interface twitter4j.HashtagEntity
Returns the text of the hashtag without #.
getText() - Method in interface twitter4j.Status
Returns the text of the status
getText() - Method in interface twitter4j.Tweet
returns the text
getTimeZone() - Method in interface twitter4j.User
 
getToken() - Method in interface twitter4j.SimilarPlaces
Returns the token needed to be able to create a new place with GeoMethods.createPlace(String, String, String, GeoLocation, String).
getToken() - Method in class twitter4j.SimilarPlacesImpl
Returns the token needed to be able to create a new place with GeoMethods.createPlace(String, String, String, GeoLocation, String).
getTotalTime() - Method in class twitter4j.management.APIStatistics
 
getTotalTime() - Method in interface twitter4j.management.InvocationStatistics
 
getTotalTime() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
getToUser() - Method in interface twitter4j.Tweet
returns the to_user
getToUserId() - Method in interface twitter4j.Tweet
returns the to_user_id
getTrendAt() - Method in interface twitter4j.Trends
 
getTrendLocations() - Method in interface twitter4j.AccountSettings
Return the user's trend locations
getTrends() - Method in interface twitter4j.api.TrendsMethods
Returns the top ten topics that are currently trending on Twitter.
getTrends() - Method in interface twitter4j.Trends
 
getTweets() - Method in interface twitter4j.QueryResult
 
getTweetsFromUser() - Method in interface twitter4j.RelatedResults
Return the 3 or less latest statuses from the user who sent the origin tweet.
getTweetsWithConversation() - Method in interface twitter4j.RelatedResults
Returns the 8 or less statuses with conversation
getTweetsWithReply() - Method in interface twitter4j.RelatedResults
Returns the 8 or less statuses with reply.
getType() - Method in class twitter4j.Annotation
 
getUntil() - Method in class twitter4j.Query
Returns until
getUpdates() - Method in interface twitter4j.AccountTotals
Returns the number of total updates.
getURI() - Method in interface twitter4j.UserList
Returns the uri of the list
getURL() - Method in interface twitter4j.Location
 
getURL() - Method in interface twitter4j.Place
 
getURL() - Method in interface twitter4j.ProfileImage
 
getUrl() - Method in interface twitter4j.Trend
 
getURL() - Method in interface twitter4j.URLEntity
Returns the URL mentioned in the tweet.
getURL() - Method in interface twitter4j.User
Returns the url of the user
getURLEntities() - Method in interface twitter4j.Status
Returns an array if URLEntity mentioned in the tweet, or null if no URLs were mentioned.
getUser() - Method in interface twitter4j.auth.AuthorizationConfiguration
 
getUser() - Method in interface twitter4j.conf.Configuration
 
getUser() - Method in interface twitter4j.Status
Return the user associated with the status.
This can be null if the instance if from User.getStatus().
getUser() - Method in interface twitter4j.UserList
Returns the user of the list
getUserAgent() - Method in interface twitter4j.conf.Configuration
 
getUserId() - Method in class twitter4j.auth.AccessToken
 
getUserId() - Method in class twitter4j.auth.BasicAuthorization
 
getUserId() - Method in interface twitter4j.StatusDeletionNotice
 
getUserListMembers(String, int, long) - Method in interface twitter4j.api.ListMembersMethods
Returns the members of the specified list.
getUserListMembers(long, int, long) - Method in interface twitter4j.api.ListMembersMethods
Returns the members of the specified list.
getUserListMemberships(String, long) - Method in interface twitter4j.api.ListMethods
List the lists the specified user has been added to.
getUserLists(String, long) - Method in interface twitter4j.api.ListMethods
List the lists of the specified user.
getUserListStatuses(String, int, Paging) - Method in interface twitter4j.api.ListMethods
Show tweet timeline for members of the specified list.
getUserListStatuses(long, int, Paging) - Method in interface twitter4j.api.ListMethods
Show tweet timeline for members of the specified list.
getUserListSubscribers(String, int, long) - Method in interface twitter4j.api.ListSubscribersMethods
Returns the subscribers of the specified list.
getUserListSubscriptions(String, long) - Method in interface twitter4j.api.ListMethods
List the lists the specified user follows.
getUserMentionEntities() - Method in interface twitter4j.Status
Returns an array of user mentions in the tweet, or null if no users were mentioned.
getUserStreamBaseURL() - Method in interface twitter4j.conf.Configuration
 
getUserSuggestions(String) - Method in interface twitter4j.api.UserMethods
Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour.
getUserTimeline(String, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long, Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(String) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(long) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline() - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUserTimeline(Paging) - Method in interface twitter4j.api.TimelineMethods
Returns the 20 most recent statuses posted from the authenticating user.
getUtcOffset() - Method in interface twitter4j.User
 
getVersion() - Static method in class twitter4j.Version
 
getWarning() - Method in interface twitter4j.QueryResult
 
getWeeklyTrends() - Method in interface twitter4j.api.TrendsMethods
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends(Date, boolean) - Method in interface twitter4j.api.TrendsMethods
Returns the top 30 trending topics for each day in a given week.
getWoeid() - Method in interface twitter4j.Location
 
granularity(String) - Method in class twitter4j.GeoQuery
 

H

hashCode() - Method in class twitter4j.Annotation
 
hashCode() - Method in class twitter4j.Annotations
 
hashCode() - Method in class twitter4j.auth.AccessToken
 
hashCode() - Method in class twitter4j.auth.BasicAuthorization
 
hashCode() - Method in class twitter4j.auth.OAuthAuthorization
 
hashCode() - Method in class twitter4j.FilterQuery
 
hashCode() - Method in class twitter4j.GeoLocation
 
hashCode() - Method in class twitter4j.GeoQuery
 
hashCode() - Method in class twitter4j.json.JSONObjectType
 
hashCode() - Method in class twitter4j.Paging
 
hashCode() - Method in class twitter4j.ProfileImage.ImageSize
 
hashCode() - Method in class twitter4j.Query
 
hashCode() - Method in class twitter4j.StatusUpdate
 
hashCode() - Method in exception twitter4j.TwitterException
 
HashtagEntity - Interface in twitter4j
A data interface representing one single Hashtag entity.
hasNext() - Method in interface twitter4j.CursorSupport
 
hasNext() - Method in interface twitter4j.IDs
 
hasNext() - Method in interface twitter4j.PagableResponseList
 
hasPrevious() - Method in interface twitter4j.CursorSupport
 
hasPrevious() - Method in interface twitter4j.IDs
 
hasPrevious() - Method in interface twitter4j.PagableResponseList
 
HelpMethods - Interface in twitter4j.api
 
HTTP_CONNECTION_TIMEOUT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_DEFAULT_MAX_PER_ROUTE - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_GZIP - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_MAX_TOTAL_CONNECTIONS - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PRETTY_DEBUG - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_HOST - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_HOST_FALLBACK - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_PASSWORD - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_PORT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_PORT_FALLBACK - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_PROXY_USER - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_READ_TIMEOUT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_RETRY_COUNT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_RETRY_INTERVAL_SECS - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_STREAMING_READ_TIMEOUT - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_USE_SSL - Static variable in class twitter4j.conf.PropertyConfiguration
 
HTTP_USER_AGENT - Static variable in class twitter4j.conf.PropertyConfiguration
 

I

IDs - Interface in twitter4j
A data interface representing array of numeric IDs.
INCLUDE_ENTITIES - Static variable in class twitter4j.conf.PropertyConfiguration
 
INCLUDE_RTS - Static variable in class twitter4j.conf.PropertyConfiguration
 
increment(long, boolean) - Method in class twitter4j.management.InvocationStatisticsCalculator
 
inReplyToStatusId(long) - Method in class twitter4j.StatusUpdate
 
InvocationStatistics - Interface in twitter4j.management
 
InvocationStatisticsCalculator - Class in twitter4j.management
Object that collects/aggregates statistics for the invocation of a given method.
InvocationStatisticsCalculator(String, int) - Constructor for class twitter4j.management.InvocationStatisticsCalculator
 
invoke(String, Object[], String[]) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
isAccountRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isCausedByNetworkIssue() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by network issue
isContributorsEnabled() - Method in interface twitter4j.User
Tests if the user is enabling contributors
isDalvik() - Method in interface twitter4j.conf.Configuration
 
isDebugEnabled() - Method in interface twitter4j.conf.Configuration
 
isDisplayCoordinates() - Method in class twitter4j.StatusUpdate
 
isEmpty() - Method in class twitter4j.Annotation
 
isEmpty() - Method in class twitter4j.Annotations
 
isEnabled() - Method in interface twitter4j.auth.Authorization
Returns true if authorization credentials are set.
isEnabled() - Method in class twitter4j.auth.BasicAuthorization
#{inheritDoc}
isEnabled() - Method in class twitter4j.auth.NullAuthorization
 
isEnabled() - Method in class twitter4j.auth.OAuthAuthorization
#{inheritDoc}
isExceedingLengthLimit(Annotations) - Static method in class twitter4j.Annotations
 
isExceedingLengthLimit() - Method in class twitter4j.Annotations
 
isExceedingLengthLimitation(String) - Static method in class twitter4j.util.CharacterUtil
Returns true if the length of the string is exceeding length limitation
isFavorited() - Method in interface twitter4j.Status
Test if the status is favorited
isFollowedBy() - Method in interface twitter4j.Friendship
 
isFollowing() - Method in interface twitter4j.Friendship
 
isFollowing() - Method in interface twitter4j.UserList
Returns if the authenticated user is following the list
isFollowRequestSent() - Method in interface twitter4j.User
Returns true if the authenticating user has requested to follow this user, otherwise false.
isGeoEnabled() - Method in interface twitter4j.AccountSettings
Return true if the user is enabling geo location
isGeoEnabled() - Method in interface twitter4j.User
 
isIncludeEntitiesEnabled() - Method in interface twitter4j.conf.Configuration
 
isIncludeRTsEnabled() - Method in interface twitter4j.conf.Configuration
 
isIPRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
 
isJSONStoreEnabled() - Method in interface twitter4j.conf.Configuration
 
isMBeanEnabled() - Method in interface twitter4j.conf.Configuration
 
isProfileBackgroundTiled() - Method in interface twitter4j.User
 
isProfileUseBackgroundImage() - Method in interface twitter4j.User
 
isProtected() - Method in interface twitter4j.User
Test if the user status is protected
isPublic() - Method in interface twitter4j.UserList
tests if the list is public
isRetweet() - Method in interface twitter4j.Status
 
isRetweetedByMe() - Method in interface twitter4j.Status
Returns true if the authenticating user has retweeted this tweet, or false when the tweet was created before this feature was enabled.
isShowAllInlineMedia() - Method in interface twitter4j.User
 
isSleepTimeEnabled() - Method in interface twitter4j.AccountSettings
Returns true if the user enabled sleep time.
isSourceBlockingTarget() - Method in interface twitter4j.Relationship
Returns if the source user is blocking the target user
isSourceFollowedByTarget() - Method in interface twitter4j.Relationship
Checks if source user is being followed by target user
isSourceFollowingTarget() - Method in interface twitter4j.Relationship
Checks if source user is following target user
isSourceNotificationsEnabled() - Method in interface twitter4j.Relationship
Checks if the source user has enabled notifications for updates of the target user
isTargetFollowedBySource() - Method in interface twitter4j.Relationship
Checks if target user is being followed by source user.
This method is equivalent to isSourceFollowingTarget().
isTargetFollowingSource() - Method in interface twitter4j.Relationship
Checks if target user is following source user.
This method is equivalent to isSourceFollowedByTarget().
isTranslator() - Method in interface twitter4j.User
 
isTruncated() - Method in interface twitter4j.Status
Test if the status is truncated
isUserStreamRepliesAllEnabled() - Method in interface twitter4j.conf.Configuration
 
isVerified() - Method in interface twitter4j.User
 

J

JSON_STORE_ENABLED - Static variable in class twitter4j.conf.PropertyConfiguration
 
JSONObjectType - Class in twitter4j.json
 

K

KILOMETERS - Static variable in class twitter4j.Query
 

L

lang(String) - Method in class twitter4j.Query
restricts tweets to the given language, given by an ISO 639-1 code
LegalResources - Interface in twitter4j.api
 
lengthLimit - Static variable in class twitter4j.Annotations
 
LIMIT - Static variable in class twitter4j.json.JSONObjectType
 
ListMembersMethods - Interface in twitter4j.api
 
ListMethods - Interface in twitter4j.api
 
ListSubscribersMethods - Interface in twitter4j.api
 
locale(String) - Method in class twitter4j.Query
Specify the language of the query you are sending (only ja is currently effective).
LocalTrendsMethods - Interface in twitter4j.api
 
Location - Interface in twitter4j
 
location(GeoLocation) - Method in class twitter4j.StatusUpdate
 
locations(double[][]) - Method in class twitter4j.FilterQuery
Sets locations
lookupFriendships(String[]) - Method in interface twitter4j.api.FriendshipMethods
Returns the relationship of the authenticating user to the specified users.
lookupFriendships(long[]) - Method in interface twitter4j.api.FriendshipMethods
Returns the relationship of the authenticating user to the specified users.
lookupUsers(String[]) - Method in interface twitter4j.api.UserMethods
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
lookupUsers(long[]) - Method in interface twitter4j.api.UserMethods
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.

M

main(String[]) - Static method in class twitter4j.Version
prints the version string
maxId(long) - Method in class twitter4j.Paging
 
maxId(long) - Method in class twitter4j.Query
If specified, returns tweets with status ids less than the given id.
maxResults(int) - Method in class twitter4j.GeoQuery
 
MBEAN_ENABLED - Static variable in class twitter4j.conf.PropertyConfiguration
 
MEDIA_PROVIDER - Static variable in class twitter4j.conf.PropertyConfiguration
 
MEDIA_PROVIDER_API_KEY - Static variable in class twitter4j.conf.PropertyConfiguration
 
MEDIA_PROVIDER_PARAMETERS - Static variable in class twitter4j.conf.PropertyConfiguration
 
methodCalled(String, long, boolean) - Method in class twitter4j.management.APIStatistics
 
MILES - Static variable in class twitter4j.Query
 
MINI - Static variable in interface twitter4j.ProfileImage
 
MIXED - Static variable in class twitter4j.Query
mixed: Include both popular and real time results in the response.

N

NEIGHBORHOOD - Static variable in class twitter4j.GeoQuery
 
NewTwitterMethods - Interface in twitter4j.api
 
NORMAL - Static variable in interface twitter4j.ProfileImage
 
normalizeAuthorizationHeaders(List<HttpParameter>) - Static method in class twitter4j.auth.OAuthAuthorization
 
normalizeRequestParameters(HttpParameter[]) - Static method in class twitter4j.auth.OAuthAuthorization
The request parameters are collected, sorted and concatenated into a normalized string:
• Parameters in the OAuth HTTP Authorization header excluding the realm parameter.
• Parameters in the HTTP POST request body (with a content-type of application/x-www-form-urlencoded).
• HTTP GET parameters added to the URLs in the query part (as defined by [RFC3986] section 3).

The oauth_signature parameter MUST be excluded.
The parameters are normalized into a single string as follows:
1.
normalizeRequestParameters(List<HttpParameter>) - Static method in class twitter4j.auth.OAuthAuthorization
 
NotificationMethods - Interface in twitter4j.api
 
NullAuthorization - Class in twitter4j.auth
An interface represents credentials.

O

OAUTH_ACCESS_TOKEN - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_ACCESS_TOKEN_SECRET - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_ACCESS_TOKEN_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_AUTHENTICATION_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_AUTHORIZATION_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_CONSUMER_KEY - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_CONSUMER_SECRET - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAUTH_REQUEST_TOKEN_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
OAuthAuthorization - Class in twitter4j.auth
 
OAuthAuthorization(Configuration) - Constructor for class twitter4j.auth.OAuthAuthorization
 
OAuthSupport - Interface in twitter4j.auth
 
onCleanUp() - Method in interface twitter4j.ConnectionLifeCycleListener
called before thread gets cleaned up
onConnect() - Method in interface twitter4j.ConnectionLifeCycleListener
called after connection was established
onDisconnect() - Method in interface twitter4j.ConnectionLifeCycleListener
called after connection was disconnected
onRateLimitReached(RateLimitStatusEvent) - Method in interface twitter4j.RateLimitStatusListener
Called when the account or IP address is hitting the rate limit.
onRateLimitStatus will be also called before this event.
onRateLimitStatus(RateLimitStatusEvent) - Method in interface twitter4j.RateLimitStatusListener
Called when the response contains rate limit status.

P

PagableResponseList<T extends TwitterResponse> - Interface in twitter4j
ResponseList with cursor support.
page(int) - Method in class twitter4j.Query
sets the page number (starting at 1) to return, up to a max of roughly 1500 results
Paging - Class in twitter4j
Controls pagination.
It is possible to use the same Paging instance in a multi-threaded context only if the instance is treated immutably.
But basically instance of this class is NOT thread safe.
Paging() - Constructor for class twitter4j.Paging
 
Paging(int) - Constructor for class twitter4j.Paging
 
Paging(long) - Constructor for class twitter4j.Paging
 
Paging(int, int) - Constructor for class twitter4j.Paging
 
Paging(int, long) - Constructor for class twitter4j.Paging
 
Paging(int, int, long) - Constructor for class twitter4j.Paging
 
Paging(int, int, long, long) - Constructor for class twitter4j.Paging
 
PASSWORD - Static variable in class twitter4j.conf.PropertyConfiguration
 
Place - Interface in twitter4j
 
placeId(String) - Method in class twitter4j.StatusUpdate
 
POPULAR - Static variable in class twitter4j.Query
 
ProfileImage - Interface in twitter4j
 
ProfileImage.ImageSize - Class in twitter4j
 
PropertyConfiguration - Class in twitter4j.conf
 
PropertyConfiguration(InputStream) - Constructor for class twitter4j.conf.PropertyConfiguration
 
PropertyConfiguration(Properties) - Constructor for class twitter4j.conf.PropertyConfiguration
 
PropertyConfiguration(Properties, String) - Constructor for class twitter4j.conf.PropertyConfiguration
 

Q

Query - Class in twitter4j
A data class represents search query.
An instance of this class is NOT thread safe.
Instances can be shared across threads, but should not be mutated while a search is ongoing.
Query() - Constructor for class twitter4j.Query
 
Query(String) - Constructor for class twitter4j.Query
 
query(String) - Method in class twitter4j.Query
Sets the query string
QueryResult - Interface in twitter4j
A data interface representing search API response

R

RateLimitStatus - Interface in twitter4j
A data interface representing Twitter REST API's rate limit status
RateLimitStatusEvent - Class in twitter4j
A data interface representing Twitter REST API's rate limit status
RateLimitStatusListener - Interface in twitter4j
 
RECENT - Static variable in class twitter4j.Query
 
RelatedResults - Interface in twitter4j
 
Relationship - Interface in twitter4j
A data interface that has detailed information about a relationship between two users
reportSpam(long) - Method in interface twitter4j.api.SpamReportingMethods
The user specified in the id is blocked by the authenticated user and reported as a spammer.
reportSpam(String) - Method in interface twitter4j.api.SpamReportingMethods
The user specified in the id is blocked by the authenticated user and reported as a spammer.
RequestToken - Class in twitter4j.auth
 
RequestToken(String, String) - Constructor for class twitter4j.auth.RequestToken
 
reset() - Method in class twitter4j.management.APIStatistics
 
reset() - Method in class twitter4j.management.APIStatisticsOpenMBean
 
reset() - Method in interface twitter4j.management.InvocationStatistics
 
reset() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
resourceNotFound() - Method in exception twitter4j.TwitterException
Tests if the exception is caused by non-existing resource
ResponseList<T> - Interface in twitter4j
List of TwitterResponse.
REST_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
resultType(String) - Method in class twitter4j.Query
If specified, returns tweets included popular or real time or both in the responce
RETWEET - Static variable in class twitter4j.json.JSONObjectType
 
retweetStatus(long) - Method in interface twitter4j.api.StatusMethods
Retweets a tweet.
reverseGeoCode(GeoQuery) - Method in interface twitter4j.api.GeoMethods
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
rpp(int) - Method in class twitter4j.Query
sets the number of tweets to return per page, up to a max of 100

S

SavedSearch - Interface in twitter4j
A data interface representing a Saved Search
SavedSearchesMethods - Interface in twitter4j.api
 
SCRUB_GEO - Static variable in class twitter4j.json.JSONObjectType
 
search(Query) - Method in interface twitter4j.api.SearchMethods
Returns tweets that match a specified query.
SEARCH_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
SearchMethods - Interface in twitter4j.api
 
searchPlaces(GeoQuery) - Method in interface twitter4j.api.GeoMethods
Search for places that can be attached to a statuses/update.
searchUsers(String, int) - Method in interface twitter4j.api.UserMethods
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.
Usage note: It is only possible to retrieve the first 1000 matches from this API.
sendDirectMessage(String, String) - Method in interface twitter4j.api.DirectMessageMethods
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(long, String) - Method in interface twitter4j.api.DirectMessageMethods
Sends a new direct message to the specified user from the authenticating user.
SENDER - Static variable in class twitter4j.json.JSONObjectType
 
setAccuracy(String) - Method in class twitter4j.GeoQuery
Sets a hint on the "region" in which to search.
setAnnotations(List<Annotation>) - Method in class twitter4j.Annotations
Sets the List of Annotation instances Ensures the class's property is not null
setAnnotations(Annotations) - Method in class twitter4j.StatusUpdate
 
setAsyncNumThreads(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setAttribute(Attribute) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
setAttributes(Map<String, String>) - Method in class twitter4j.Annotation
Sets the attributes Ensures the class's property is not null
setAttributes(AttributeList) - Method in class twitter4j.management.APIStatisticsOpenMBean
 
setClientURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setClientVersion(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setCount(int) - Method in class twitter4j.Paging
 
setDebugEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setDispatcherImpl(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setDisplayCoordinates(boolean) - Method in class twitter4j.StatusUpdate
 
setGeoCode(GeoLocation, double, String) - Method in class twitter4j.Query
returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile
setGranularity(String) - Method in class twitter4j.GeoQuery
Sets the minimal granularity of data to return.
setGZIPEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpConnectionTimeout(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpDefaultMaxPerRoute(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpMaxTotalConnections(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyHost(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyPassword(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyPort(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpProxyUser(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpRetryCount(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpRetryIntervalSeconds(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setHttpStreamingReadTimeout(int) - Method in class twitter4j.conf.ConfigurationBuilder
 
setIncludeEntities(boolean) - Method in class twitter4j.FilterQuery
Set whether to include extracted entities in the stream.
setIncludeEntitiesEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setIncludeRTsEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setInReplyToStatusId(long) - Method in class twitter4j.StatusUpdate
 
setJSONStoreEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setLang(String) - Method in class twitter4j.Query
restricts tweets to the given language, given by an ISO 639-1 code
setLocale(String) - Method in class twitter4j.Query
Specify the language of the query you are sending (only ja is currently effective).
setLocation(GeoLocation) - Method in class twitter4j.StatusUpdate
 
setMaxId(long) - Method in class twitter4j.Paging
 
setMaxId(long) - Method in class twitter4j.Query
If specified, returns tweets with status ids less than the given id.
setMaxResults(int) - Method in class twitter4j.GeoQuery
Sets a hint as to the number of results to return.
setMBeanEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setMediaProvider(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setMediaProviderAPIKey(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setMediaProviderParameters(Properties) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAccessToken(AccessToken) - Method in class twitter4j.auth.OAuthAuthorization
Sets the access token
setOAuthAccessToken(AccessToken) - Method in interface twitter4j.auth.OAuthSupport
Sets the access token
setOAuthAccessToken(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAccessTokenSecret(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAccessTokenURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAuthenticationURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthAuthorizationURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthConsumer(String, String) - Method in class twitter4j.auth.OAuthAuthorization
 
setOAuthConsumer(String, String) - Method in interface twitter4j.auth.OAuthSupport
sets the OAuth consumer key and consumer secret
setOAuthConsumerKey(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthConsumerSecret(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setOAuthRealm(String) - Method in class twitter4j.auth.OAuthAuthorization
Sets the OAuth realm
setOAuthRequestTokenURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setPage(int) - Method in class twitter4j.Paging
 
setPage(int) - Method in class twitter4j.Query
sets the page number (starting at 1) to return, up to a max of roughly 1500 results
setPassword(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setPlaceId(String) - Method in class twitter4j.StatusUpdate
 
setPrettyDebugEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setQuery(String) - Method in class twitter4j.Query
Sets the query string
setRestBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setResultType(String) - Method in class twitter4j.Query
Default value is Query.MIXED if parameter not specified
setRpp(int) - Method in class twitter4j.Query
sets the number of tweets to return per page, up to a max of 100
setSearchBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setSince(String) - Method in class twitter4j.Query
If specified, returns tweets with since the given date.
setSinceId(long) - Method in class twitter4j.Paging
 
setSinceId(long) - Method in class twitter4j.Query
returns tweets with status ids greater than the given id.
setSiteStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setType(String) - Method in class twitter4j.Annotation
Sets the type Ensures the class's property is not null
setUntil(String) - Method in class twitter4j.Query
If specified, returns tweets with generated before the given date.
setUser(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUserStreamBaseURL(String) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUserStreamRepliesAllEnabled(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
setUseSSL(boolean) - Method in class twitter4j.conf.ConfigurationBuilder
 
showDirectMessage(long) - Method in interface twitter4j.api.DirectMessageMethods
Returns a single direct message, specified by an id parameter.
showFriendship(String, String) - Method in interface twitter4j.api.FriendshipMethods
Returns detailed information about the relationship between two users.
showFriendship(long, long) - Method in interface twitter4j.api.FriendshipMethods
Returns detailed information about the relationship between two users.
showSavedSearch(int) - Method in interface twitter4j.api.SavedSearchesMethods
Retrieve the data for a saved search owned by the authenticating user specified by the given id.
showStatus(long) - Method in interface twitter4j.api.StatusMethods
Returns a single status, specified by the id parameter below.
showUser(String) - Method in interface twitter4j.api.UserMethods
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUser(long) - Method in interface twitter4j.api.UserMethods
Returns extended information of a given user, specified by ID or screen name as per the required id parameter.
showUserList(String, int) - Method in interface twitter4j.api.ListMethods
Show the specified list.
shutdown() - Method in interface twitter4j.TwitterBase
Shuts down this instance and releases allocated resources.
SimilarPlaces - Interface in twitter4j
 
SimilarPlacesImpl - Class in twitter4j
 
since(String) - Method in class twitter4j.Query
If specified, returns tweets with since the given date.
sinceId(long) - Method in class twitter4j.Paging
 
sinceId(long) - Method in class twitter4j.Query
returns tweets with status ids greater than the given id.
SITE_STREAM_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
size() - Method in class twitter4j.Annotation
 
size() - Method in class twitter4j.Annotations
 
SpamReportingMethods - Interface in twitter4j.api
 
STATUS - Static variable in class twitter4j.json.JSONObjectType
 
Status - Interface in twitter4j
A data interface representing one single status of a user.
StatusDeletionNotice - Interface in twitter4j
A data class representing Status deletionNotice
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately.
StatusMethods - Interface in twitter4j.api
 
StatusUpdate - Class in twitter4j
 
StatusUpdate(String) - Constructor for class twitter4j.StatusUpdate
 
STREAM_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
STREAM_USER_REPLIES_ALL - Static variable in class twitter4j.conf.PropertyConfiguration
 
subscribeUserList(String, int) - Method in interface twitter4j.api.ListSubscribersMethods
Make the authenticated user follow the specified list.

T

test() - Method in interface twitter4j.api.HelpMethods
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
TimelineMethods - Interface in twitter4j.api
 
TimeSpanConverter - Class in twitter4j.util
 
TimeSpanConverter() - Constructor for class twitter4j.util.TimeSpanConverter
Constructs an instance with default locale
TimeSpanConverter(Locale) - Constructor for class twitter4j.util.TimeSpanConverter
Constructs an instance with the specified locale
toParamList(HttpParameter[]) - Static method in class twitter4j.auth.OAuthAuthorization
 
toString() - Method in class twitter4j.Annotation
 
toString() - Method in class twitter4j.Annotations
 
toString() - Method in class twitter4j.auth.AccessToken
 
toString() - Method in class twitter4j.auth.BasicAuthorization
 
toString() - Method in class twitter4j.auth.NullAuthorization
 
toString() - Method in class twitter4j.auth.OAuthAuthorization
 
toString() - Method in class twitter4j.FilterQuery
 
toString() - Method in class twitter4j.GeoLocation
 
toString() - Method in class twitter4j.GeoQuery
 
toString() - Method in class twitter4j.json.JSONObjectType
 
toString() - Method in class twitter4j.management.InvocationStatisticsCalculator
 
toString() - Method in class twitter4j.Paging
 
toString() - Method in class twitter4j.ProfileImage.ImageSize
 
toString() - Method in class twitter4j.Query
 
toString() - Method in class twitter4j.StatusUpdate
 
toString() - Method in exception twitter4j.TwitterException
 
toTimeSpanString(Date) - Method in class twitter4j.util.TimeSpanConverter
 
toTimeSpanString(long) - Method in class twitter4j.util.TimeSpanConverter
 
track(String[]) - Method in class twitter4j.FilterQuery
Sets track
Trend - Interface in twitter4j
A data interface representing Trend.
Trends - Interface in twitter4j
A data class representing Trends.
TrendsMethods - Interface in twitter4j.api
 
Tweet - Interface in twitter4j
A data class representing a Tweet in the search response
Twitter - Interface in twitter4j
 
twitter4j - package twitter4j
 
twitter4j.api - package twitter4j.api
 
twitter4j.auth - package twitter4j.auth
 
twitter4j.conf - package twitter4j.conf
 
twitter4j.json - package twitter4j.json
 
twitter4j.management - package twitter4j.management
 
twitter4j.util - package twitter4j.util
 
TwitterAPIMonitor - Class in twitter4j
Singleton instance of all Twitter API monitoring.
TwitterBase - Interface in twitter4j
 
TwitterException - Exception in twitter4j
An exception class that will be thrown when TwitterAPI calls are failed.
In case the Twitter server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.
TwitterException(String) - Constructor for exception twitter4j.TwitterException
 
TwitterException(Exception) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, HttpResponse) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, int, Map<String, List<String>>, int, RateLimitStatus, RateLimitStatus) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, Exception) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, Exception, int) - Constructor for exception twitter4j.TwitterException
 
TwitterFactory - Class in twitter4j
A factory class for Twitter.
TwitterFactory() - Constructor for class twitter4j.TwitterFactory
Creates a TwitterFactory with the root configuration.
TwitterFactory(Configuration) - Constructor for class twitter4j.TwitterFactory
Creates a TwitterFactory with the given configuration.
TwitterFactory(String) - Constructor for class twitter4j.TwitterFactory
Creates a TwitterFactory with a specified config tree
TwitterResponse - Interface in twitter4j
Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble.
type(String) - Method in class twitter4j.Annotation
Sets the type Ensures the class's property is not null

U

UNBLOCK - Static variable in class twitter4j.json.JSONObjectType
 
UNFAVORITE - Static variable in class twitter4j.json.JSONObjectType
 
UNFOLLOW - Static variable in class twitter4j.json.JSONObjectType
 
unsubscribeUserList(String, int) - Method in interface twitter4j.api.ListSubscribersMethods
Unsubscribes the authenticated user form the specified list.
until(String) - Method in class twitter4j.Query
If specified, returns tweets with generated before the given date.
updateFriendship(String, boolean, boolean) - Method in interface twitter4j.api.FriendshipMethods
Allows you to enable or disable retweets and device notifications from the specified user.
updateFriendship(long, boolean, boolean) - Method in interface twitter4j.api.FriendshipMethods
Allows you to enable or disable retweets and device notifications from the specified user.
updateProfile(String, String, String, String) - Method in interface twitter4j.api.AccountMethods
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfileBackgroundImage(File, boolean) - Method in interface twitter4j.api.AccountMethods
Updates the authenticating user's profile background image.
updateProfileBackgroundImage(InputStream, boolean) - Method in interface twitter4j.api.AccountMethods
Updates the authenticating user's profile background image.
updateProfileColors(String, String, String, String, String) - Method in interface twitter4j.api.AccountMethods
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
updateProfileImage(File) - Method in interface twitter4j.api.AccountMethods
Updates the authenticating user's profile image.
updateProfileImage(InputStream) - Method in interface twitter4j.api.AccountMethods
Updates the authenticating user's profile image.
updateStatus(String) - Method in interface twitter4j.api.StatusMethods
Updates the authenticating user's status.
updateStatus(StatusUpdate) - Method in interface twitter4j.api.StatusMethods
Updates the authenticating user's status.
updateUserList(int, String, boolean, String) - Method in interface twitter4j.api.ListMethods
Updates the specified list.
URLEntity - Interface in twitter4j
A data interface representing one single URL entity.
USER - Static variable in class twitter4j.conf.PropertyConfiguration
 
User - Interface in twitter4j
A data interface representing Basic user information element
USER_LIST_CREATED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LIST_DESTROYED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LIST_MEMBER_ADDED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LIST_MEMBER_DELETED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LIST_SUBSCRIBED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LIST_UNSUBSCRIBED - Static variable in class twitter4j.json.JSONObjectType
 
USER_LIST_UPDATED - Static variable in class twitter4j.json.JSONObjectType
 
USER_STREAM_BASE_URL - Static variable in class twitter4j.conf.PropertyConfiguration
 
USER_UPDATE - Static variable in class twitter4j.json.JSONObjectType
 
UserList - Interface in twitter4j
A data interface representing Basic list information element
UserMentionEntity - Interface in twitter4j
A data interface representing one single user mention entity.
UserMethods - Interface in twitter4j.api
 

V

verifyCredentials() - Method in interface twitter4j.api.AccountMethods
Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not.
Version - Class in twitter4j
 

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

Copyright © 2011. All Rights Reserved.