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

A

AccessToken - Class in twitter4j.http
Representing authorized Access Token which is passed to the service provider in order to access protected resources.
the token and token secret can be stored into some persistent stores such as file system or RDBMS for the further accesses.
AccessToken(Response) - Constructor for class twitter4j.http.AccessToken
 
AccessToken(String, String) - Constructor for class twitter4j.http.AccessToken
 
accessTokenURL - Variable in class twitter4j.http.HttpClient
 
active - Variable in class twitter4j.Dispatcher
 
addParameterToList(List<PostParameter>, String, String) - Method in class twitter4j.Twitter
 
alive - Variable in class twitter4j.ExecuteThread
 
appendParameter(String, String, List<PostParameter>) - Method in class twitter4j.Query
 
appendParameter(String, long, List<PostParameter>) - Method in class twitter4j.Query
 
args - Variable in class twitter4j.AsyncTwitter.AsyncTask
 
asDocument() - Method in class twitter4j.http.Response
 
asJSONObject() - Method in class twitter4j.http.Response
 
asOf - Variable in class twitter4j.Trends
 
asPostParameters() - Method in class twitter4j.Query
 
asReader() - Method in class twitter4j.http.Response
 
asStream() - Method in class twitter4j.http.Response
 
asString() - Method in class twitter4j.http.Response
 
AsyncTwitter - Class in twitter4j
Twitter API with a series of asynchronous APIs.
With this class, you can call TwitterAPI acynchronously.
AsyncTwitter(String, String) - Constructor for class twitter4j.AsyncTwitter
 
AsyncTwitter(String, String, String) - Constructor for class twitter4j.AsyncTwitter
 
AsyncTwitter.AsyncTask - Class in twitter4j
 
AsyncTwitter.AsyncTask(int, TwitterListener, Object[]) - Constructor for class twitter4j.AsyncTwitter.AsyncTask
 
AsyncUpdate - Class in twitter4j.examples
This is a code example of Twitter4J async API.
Usage: java twitter4j.examples.AsyncUpdate TwitterID TwitterPassword text
AsyncUpdate() - Constructor for class twitter4j.examples.AsyncUpdate
 
authorizationURL - Variable in class twitter4j.http.HttpClient
 

B

BAD_GATEWAY - Variable in class twitter4j.http.HttpClient
 
BAD_REQUEST - Variable in class twitter4j.http.HttpClient
 
BASE64Encoder - Class in twitter4j.http
A utility class encodes byte array into String using Base64 encoding scheme.
BASE64Encoder() - Constructor for class twitter4j.http.BASE64Encoder
 
baseURL - Variable in class twitter4j.Twitter
 
basic - Variable in class twitter4j.http.HttpClient
 
BLOCK - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use CREATED_BLOCK instead.
block(String) - Method in class twitter4j.Twitter
Deprecated. Use createBlock(String id) instead
blockAsync(String) - Method in class twitter4j.AsyncTwitter
Deprecated. Use createBlockAsync(String id) instead
blocked(User) - Method in class twitter4j.TwitterAdapter
Deprecated. use createdBlock instead
blocked(User) - Method in interface twitter4j.TwitterListener
Deprecated. use createdBlock instead
builder - Static variable in class twitter4j.http.Response
 

C

check() - Method in class twitter4j.examples.FeedMonitor
 
compareTo(Object) - Method in class twitter4j.http.PostParameter
 
compareTo(Trends) - Method in class twitter4j.Trends
 
completedIn - Variable in class twitter4j.QueryResult
 
con - Variable in class twitter4j.http.Response
 
connectionTimeout - Variable in class twitter4j.http.HttpClient
 
constructDirectMessages(Response, Twitter) - Static method in class twitter4j.DirectMessage
 
constructRequestURL(String) - Static method in class twitter4j.http.OAuth
The Signature Base String includes the request absolute URL, tying the signature to a specific endpoint.
constructStatuses(Response, Twitter) - Static method in class twitter4j.Status
 
constructTrends(Response) - Static method in class twitter4j.Trends
 
constructTrendsList(Response) - Static method in class twitter4j.Trends
 
constructUsers(Response, Twitter) - Static method in class twitter4j.User
 
consumerKey - Variable in class twitter4j.http.OAuth
 
consumerSecret - Variable in class twitter4j.http.OAuth
 
count - Variable in class twitter4j.Paging
 
count(int) - Method in class twitter4j.Paging
 
CREATE - Static variable in class twitter4j.AsyncTwitter
 
create(String) - Method in class twitter4j.Twitter
Deprecated. Use createFriendship(String id) instead
CREATE_FAVORITE - Static variable in class twitter4j.AsyncTwitter
 
CREATE_FRIENDSHIP - Static variable in class twitter4j.AsyncTwitter
 
createAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use createFriendshipAsync(String id, TwitterListener listener) instead
createAsync(String) - Method in class twitter4j.AsyncTwitter
Deprecated. Use createFriendshipAsync(String id) instead
createBlock(String) - Method in class twitter4j.Twitter
Blocks the user specified in the ID parameter as the authenticating user.
createBlockAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Blocks the user specified in the ID parameter as the authenticating user.
createBlockAsync(String) - Method in class twitter4j.AsyncTwitter
Blocks the user specified in the ID parameter as the authenticating user.
created(User) - Method in class twitter4j.TwitterAdapter
Deprecated. use createdFriendship instead
created(User) - Method in interface twitter4j.TwitterListener
Deprecated. use createdFriendship instead
created_at - Variable in class twitter4j.DirectMessage
 
CREATED_BLOCK - Static variable in class twitter4j.AsyncTwitter
 
createdAt - Variable in class twitter4j.ExtendedUser
 
createdAt - Variable in class twitter4j.Status
 
createdAt - Variable in class twitter4j.Tweet
 
createdBlock(User) - Method in class twitter4j.TwitterAdapter
 
createdBlock(User) - Method in interface twitter4j.TwitterListener
 
createdFavorite(Status) - Method in class twitter4j.TwitterAdapter
 
createdFavorite(Status) - Method in interface twitter4j.TwitterListener
 
createdFriendship(User) - Method in class twitter4j.TwitterAdapter
 
createdFriendship(User) - Method in interface twitter4j.TwitterListener
 
createFavorite(long) - Method in class twitter4j.Twitter
Favorites the status specified in the ID parameter as the authenticating user.
createFavoriteAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use createFavoriteAsync(long id, TwitterListener listener) instead.
createFavoriteAsync(long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Favorites the status specified in the ID parameter as the authenticating user.
createFavoriteAsync(int) - Method in class twitter4j.AsyncTwitter
Deprecated. Use createFavoriteAsync(long id, TwitterListener listener) instead.
createFavoriteAsync(long) - Method in class twitter4j.AsyncTwitter
Favorites the status specified in the ID parameter as the authenticating user.
createFriendship(String) - Method in class twitter4j.Twitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendship(String, boolean) - Method in class twitter4j.Twitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendshipAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendshipAsync(String, boolean, TwitterListener) - Method in class twitter4j.AsyncTwitter
Befriends the user specified in the ID parameter as the authenticating user.
createFriendshipAsync(String) - Method in class twitter4j.AsyncTwitter
Befriends the user specified in the ID parameter as the authenticating user.
CURRENT_TRENDS - Static variable in class twitter4j.AsyncTwitter
 

D

DAILY_TRENDS - Static variable in class twitter4j.AsyncTwitter
 
dateTime - Variable in class twitter4j.RateLimitStatus
 
DEBUG - Variable in class twitter4j.http.HttpClient
 
DEBUG - Variable in class twitter4j.http.OAuth
 
deletedDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
Deprecated. use destroyedDirectMessage instead
deletedDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
Deprecated. use destroyedDirectMessage instead
deleteDirectMessage(int) - Method in class twitter4j.Twitter
Deprecated. Use destroyDirectMessage(int id) instead
deleteDirectMessageAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use destroyDirectMessageAsync(int id, TwitterListener listener) instead
description - Variable in class twitter4j.User
 
DESTORY - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use DESTROY_FRIENDSHIP instead.
destoryStatusAsync(int) - Method in class twitter4j.AsyncTwitter
Deprecated. Use destroyStatusAsync(long statuId) instead.
destoryStatusAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use destroyStatusAsync(long statuId) instead.
DESTROY - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use DESTROY_FRIENDSHIP instead.
destroy(String) - Method in class twitter4j.Twitter
Deprecated. Use destroyFriendship(String id) instead
DESTROY_DIRECT_MESSAGES - Static variable in class twitter4j.AsyncTwitter
 
DESTROY_FAVORITE - Static variable in class twitter4j.AsyncTwitter
 
DESTROY_FRIENDSHIP - Static variable in class twitter4j.AsyncTwitter
 
DESTROY_STATUS - Static variable in class twitter4j.AsyncTwitter
 
destroyAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use destroyFriendshipAsync(String id, TwitterListener listener) instead
destroyAsync(String) - Method in class twitter4j.AsyncTwitter
Deprecated. Use destroyFriendshipAsync(String id) instead
destroyBlock(String) - Method in class twitter4j.Twitter
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlockAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyBlockAsync(String) - Method in class twitter4j.AsyncTwitter
Un-blocks the user specified in the ID parameter as the authenticating user.
destroyDirectMessage(int) - Method in class twitter4j.Twitter
Destroys the direct message specified in the required ID parameter.
destroyDirectMessageAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Delete specified direct message
This method calls http://twitter.com/direct_messages/destroy
destroyDirectMessageAsync(int) - Method in class twitter4j.AsyncTwitter
Delete specified direct message
This method calls http://twitter.com/direct_messages/destroy
destroyed(User) - Method in class twitter4j.TwitterAdapter
Deprecated. use destroyedFriendship instead
destroyed(User) - Method in interface twitter4j.TwitterListener
Deprecated. use destroyedFriendship instead
DESTROYED_BLOCK - Static variable in class twitter4j.AsyncTwitter
 
destroyedBlock(User) - Method in class twitter4j.TwitterAdapter
 
destroyedBlock(User) - Method in interface twitter4j.TwitterListener
 
destroyedDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
destroyedDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
destroyedFavorite(Status) - Method in class twitter4j.TwitterAdapter
 
destroyedFavorite(Status) - Method in interface twitter4j.TwitterListener
 
destroyedFriendship(User) - Method in class twitter4j.TwitterAdapter
 
destroyedFriendship(User) - Method in interface twitter4j.TwitterListener
 
destroyedStatus(Status) - Method in class twitter4j.TwitterAdapter
 
destroyedStatus(Status) - Method in interface twitter4j.TwitterListener
 
destroyFavorite(long) - Method in class twitter4j.Twitter
Un-favorites the status specified in the ID parameter as the authenticating user.
destroyFavoriteAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use destroyFavoriteAsync(long id, TwitterListener listener) instead.
destroyFavoriteAsync(long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Favorites the status specified in the ID parameter as the authenticating user.
destroyFavoriteAsync(int) - Method in class twitter4j.AsyncTwitter
Deprecated. Use destroyFavoriteAsync(long id) instead.
destroyFavoriteAsync(long) - Method in class twitter4j.AsyncTwitter
Favorites the status specified in the ID parameter as the authenticating user.
destroyFriendship(String) - Method in class twitter4j.Twitter
Discontinues friendship with the user specified in the ID parameter as the authenticating user.
destroyFriendshipAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Discontinues friendship with the specified in the ID parameter as the authenticating user.
destroyFriendshipAsync(String) - Method in class twitter4j.AsyncTwitter
Discontinues friendship with the specified in the ID parameter as the authenticating user.
destroyStatus(long) - Method in class twitter4j.Twitter
Destroys the status specified by the required ID parameter.
destroyStatusAsync(int) - Method in class twitter4j.AsyncTwitter
Deprecated. Use destroyStatusAsync(long statuId) instead.
destroyStatusAsync(long) - Method in class twitter4j.AsyncTwitter
Destroys the status specified by the required ID parameter.
destroyStatusAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use destroyStatusAsync(long statuId) instead.
destroyStatusAsync(long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Destroys the status specified by the required ID parameter.
DEVICE - Variable in class twitter4j.Twitter.Device
 
DIRECT_MESSAGES - Static variable in class twitter4j.AsyncTwitter
 
DirectMessage - Class in twitter4j
A data class representing sent/received direct message.
DirectMessage(Response, Twitter) - Constructor for class twitter4j.DirectMessage
 
DirectMessage(Response, Element, Twitter) - Constructor for class twitter4j.DirectMessage
 
DISABLE_NOTIFICATION - Static variable in class twitter4j.AsyncTwitter
 
disabledNotification(User) - Method in class twitter4j.TwitterAdapter
 
disabledNotification(User) - Method in interface twitter4j.TwitterListener
 
disableNotification(String) - Method in class twitter4j.Twitter
Disables notifications for updates from the specified user to the authenticating user.
disableNotificationAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Disables notifications for updates from the specified user to the authenticating user.
disableNotificationAsync(String) - Method in class twitter4j.AsyncTwitter
Disables notifications for updates from the specified user to the authenticating user.
dispatcher - Static variable in class twitter4j.AsyncTwitter
 
Dispatcher - Class in twitter4j
 
Dispatcher(String) - Constructor for class twitter4j.Dispatcher
 
Dispatcher(String, int) - Constructor for class twitter4j.Dispatcher
 

E

ENABLE_NOTIFICATION - Static variable in class twitter4j.AsyncTwitter
 
enabledNotification(User) - Method in class twitter4j.TwitterAdapter
 
enabledNotification(User) - Method in interface twitter4j.TwitterListener
 
enableNotification(String) - Method in class twitter4j.Twitter
Enables notifications for updates from the specified user to the authenticating user.
enableNotificationAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Enables notifications for updates from the specified user to the authenticating user.
enableNotificationAsync(String) - Method in class twitter4j.AsyncTwitter
Enables notifications for updates from the specified user to the authenticating user.
encode(byte[]) - Method in class twitter4j.http.BASE64Encoder
 
encode(String) - Static method in class twitter4j.http.OAuth
 
encodeBasicAuthenticationString() - Method in class twitter4j.http.HttpClient
 
encodeParameters(PostParameter[]) - Static method in class twitter4j.http.HttpClient
 
encodeParameters(List<PostParameter>) - Static method in class twitter4j.http.OAuth
 
encodeParameters(List<PostParameter>, String, boolean) - Static method in class twitter4j.http.OAuth
 
encodeTable - Static variable in class twitter4j.http.BASE64Encoder
 
ensureRootNodeNameIs(String, Element) - Static method in class twitter4j.TwitterResponse
 
ensureRootNodeNameIs(String[], Element) - Static method in class twitter4j.TwitterResponse
 
ensureRootNodeNameIs(String, Document) - Static method in class twitter4j.TwitterResponse
 
entityEscapeMap - Static variable in class twitter4j.http.HTMLEntity
 
equals(Object) - Method in class twitter4j.DirectMessage
 
equals(Object) - Method in class twitter4j.ExtendedUser
 
equals(Object) - Method in class twitter4j.http.HttpClient
 
equals(Object) - Method in class twitter4j.http.OAuthToken
 
equals(Object) - Method in class twitter4j.http.PostParameter
 
equals(Object) - Method in class twitter4j.http.RequestToken
 
equals(Object) - Method in class twitter4j.IDs
 
equals(Object) - Method in class twitter4j.Query
 
equals(Object) - Method in class twitter4j.QueryResult
 
equals(Object) - Method in class twitter4j.Status
 
equals(Object) - Method in class twitter4j.Trend
 
equals(Object) - Method in class twitter4j.Tweet
 
equals(Object) - Method in class twitter4j.Twitter
 
equals(Object) - Method in class twitter4j.User
 
escape(String) - Static method in class twitter4j.http.HTMLEntity
 
escape(StringBuffer) - Static method in class twitter4j.http.HTMLEntity
 
escapeEntityMap - Static variable in class twitter4j.http.HTMLEntity
 
ExecuteThread - Class in twitter4j
 
ExecuteThread(String, Dispatcher, int) - Constructor for class twitter4j.ExecuteThread
 
EXISTS - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use EXISTS_FRIENDSHIP instead.
exists(String, String) - Method in class twitter4j.Twitter
Deprecated. Use friendshipExists(String userA, String userB)
EXISTS_FRIENDSHIP - Static variable in class twitter4j.AsyncTwitter
 
existsAsync(String, String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. existsFriendshipAsync(String user_a, String user_b, TwitterListener listener)
existsFriendship(String, String) - Method in class twitter4j.Twitter
Tests if a friendship exists between two users.
existsFriendshipAsync(String, String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Tests if a friendship exists between two users.
ExtendedUser - Class in twitter4j
A data class representing Extended user information element
ExtendedUser(Response, Twitter) - Constructor for class twitter4j.ExtendedUser
 

F

FAVORITES - Static variable in class twitter4j.AsyncTwitter
 
favorites() - Method in class twitter4j.Twitter
Deprecated. Use getFavorited() instead
favorites(int) - Method in class twitter4j.Twitter
Deprecated. Use getFavorites(int page) instead
favorites(String) - Method in class twitter4j.Twitter
Deprecated. Use getFavorites(String id) instead
favorites(String, int) - Method in class twitter4j.Twitter
Deprecated. Use getFavorites(String id, int page) instead
favoritesAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFavoritesAsync(TwitterListener listener) instead
favoritesAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFavoritesAsync(int page, TwitterListener listener) instead
favoritesAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFavoritesAsync(String id,TwitterListener listener) instead
favoritesAsync(String, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFavoritesAsync(String id,int page, TwitterListener listener) instead
favouritesCount - Variable in class twitter4j.ExtendedUser
 
FEATURED - Static variable in class twitter4j.AsyncTwitter
 
FeedMonitor - Class in twitter4j.examples
FeedMonitor is a simple feed monitoring application.
FeedMonitor monitors specified feeds and reports newly posted entries to the specified Twitter account every 10 minutes.
It is possible to specify multiple configuration files.
Numeric parameter will be recognized as monitoring interverval in minutes.
Usage: java twitter4j.examples.FeedMonitor [config_file_path ..] [interval(min)]

If no configuration file path is specified, FeedMonitor will look for default configuration file name - "feedmonitor.properties".
The configuration file format is Java standard properties file format with following properties:
feedurl : the feed URL you want to monitor
id : Twitter id
password : Twitter password

FeedMonitor(String) - Constructor for class twitter4j.examples.FeedMonitor
 
feedurl - Variable in class twitter4j.examples.FeedMonitor
 
fileName - Variable in class twitter4j.examples.FeedMonitor
 
FOLLOW - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use ENABLE_NOTIFICATION instead.
follow(String) - Method in class twitter4j.Twitter
Deprecated. Use enableNotification(String id) instead
followAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use enableNotificationAsync(String id, TwitterListener listener) instead
followAsync(String) - Method in class twitter4j.AsyncTwitter
Deprecated. Use enableNotificationAsync(String id) instead
followed(User) - Method in class twitter4j.TwitterAdapter
Deprecated. use enabledNotification instead
followed(User) - Method in interface twitter4j.TwitterListener
Deprecated. use enabledNotification instead
FOLLOWERS - Static variable in class twitter4j.AsyncTwitter
 
FOLLOWERS_IDS - Static variable in class twitter4j.AsyncTwitter
 
followersCount - Variable in class twitter4j.User
 
following - Variable in class twitter4j.ExtendedUser
 
FORBIDDEN - Variable in class twitter4j.http.HttpClient
 
forceUsePost(boolean) - Method in class twitter4j.Twitter
Deprecated. some methods don't accept POST method anymore
format - Variable in class twitter4j.Twitter
 
formatMap - Static variable in class twitter4j.TwitterResponse
 
FRIENDS - Static variable in class twitter4j.AsyncTwitter
 
FRIENDS_IDS - Static variable in class twitter4j.AsyncTwitter
 
FRIENDS_TIMELINE - Static variable in class twitter4j.AsyncTwitter
 
friendsCount - Variable in class twitter4j.ExtendedUser
 
fromUser - Variable in class twitter4j.Tweet
 
fromUserId - Variable in class twitter4j.Tweet
 

G

generateAuthorizationHeader(String, String, PostParameter[], String, String, OAuthToken) - Method in class twitter4j.http.OAuth
 
generateAuthorizationHeader(String, String, PostParameter[], OAuthToken) - Method in class twitter4j.http.OAuth
 
generateSignature(String, OAuthToken) - Method in class twitter4j.http.OAuth
Computes RFC 2104-compliant HMAC signature.
generateSignature(String) - Method in class twitter4j.http.OAuth
 
geocode - Variable in class twitter4j.Query
 
get(String, boolean) - Method in class twitter4j.http.HttpClient
 
get(String) - Method in class twitter4j.http.HttpClient
 
get(String, boolean) - Method in class twitter4j.Twitter
Issues an HTTP GET request.
get(String, String, String, boolean) - Method in class twitter4j.Twitter
Issues an HTTP GET request.
get(String, String, String, String, String, boolean) - Method in class twitter4j.Twitter
Issues an HTTP GET request.
get(String, PostParameter[], boolean) - Method in class twitter4j.Twitter
Issues an HTTP GET request.
get(String, PostParameter[], Paging, boolean) - Method in class twitter4j.Twitter
Issues an HTTP GET request.
GET_DOWNTIME_SCHEDULE - Static variable in class twitter4j.AsyncTwitter
Deprecated. not supported by Twitter API anymore
getAccessToken() - Method in class twitter4j.http.RequestToken
 
getAccessTokenURL() - Method in class twitter4j.http.HttpClient
 
getAsOf() - Method in class twitter4j.Trends
 
getAuthenticatedUser() - Method in class twitter4j.Twitter
Deprecated. Use verifyCredentials() instead
getAuthenticatedUserAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Retrieves extended information of the authenticated user.
getAuthorizationURL() - Method in class twitter4j.http.HttpClient
 
getAuthorizationURL() - Method in class twitter4j.http.RequestToken
 
getBaseURL() - Method in class twitter4j.Twitter
Returns the base URL
getCause(int) - Method in class twitter4j.http.HttpClient
 
getChildBoolean(String, Element) - Static method in class twitter4j.TwitterResponse
 
getChildDate(String, Element) - Static method in class twitter4j.TwitterResponse
 
getChildDate(String, Element, String) - Static method in class twitter4j.TwitterResponse
 
getChildInt(String, Element) - Static method in class twitter4j.TwitterResponse
 
getChildLong(String, Element) - Static method in class twitter4j.TwitterResponse
 
getChildText(String, Element) - Static method in class twitter4j.TwitterResponse
 
getClientURL() - Method in class twitter4j.Twitter
 
getClientVersion() - Method in class twitter4j.Twitter
 
getCompletedIn() - Method in class twitter4j.QueryResult
 
getConnection(String) - Method in class twitter4j.http.HttpClient
 
getConnectionTimeout() - Method in class twitter4j.http.HttpClient
 
getCount() - Method in class twitter4j.Paging
 
getCreatedAt() - Method in class twitter4j.DirectMessage
 
getCreatedAt() - Method in class twitter4j.ExtendedUser
 
getCreatedAt() - Method in class twitter4j.Status
Return the created_at
getCreatedAt() - Method in class twitter4j.Tweet
returns the created_at
getCreatedAt() - Method in class twitter4j.UserWithStatus
Deprecated.  
getCurrentTrends() - Method in class twitter4j.Twitter
Returns the current top 10 trending topics on Twitter.
getCurrentTrends(boolean) - Method in class twitter4j.Twitter
Returns the current top 10 trending topics on Twitter.
getCurrentTrendsAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the current top 10 trending topics on Twitter.
getCurrentTrendsAsync(boolean, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the current top 10 trending topics on Twitter.
getDailyTrends() - Method in class twitter4j.Twitter
Returns the top 20 trending topics for each hour in a given day.
getDailyTrends(Date, boolean) - Method in class twitter4j.Twitter
Returns the top 20 trending topics for each hour in a given day.
getDailyTrendsAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the top 20 trending topics for each hour in a given day.
getDailyTrendsAsync(Date, boolean, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the top 20 trending topics for each hour in a given day.
getDateTime() - Method in class twitter4j.RateLimitStatus
 
getDescription() - Method in class twitter4j.User
Returns the description of the user
GetDirectMessages - Class in twitter4j.examples
Example application that gets recent direct messages from specified account.
Usage: java twitter4j.examples.GetDirectMessages ID Password
GetDirectMessages() - Constructor for class twitter4j.examples.GetDirectMessages
 
getDirectMessages() - Method in class twitter4j.Twitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(Paging) - Method in class twitter4j.Twitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(int, int) - Method in class twitter4j.Twitter
Deprecated. Use getDirectMessages(Paging paging) instead
getDirectMessages(int) - Method in class twitter4j.Twitter
Deprecated. Use getDirectMessages(Paging paging) instead
getDirectMessages(Date) - Method in class twitter4j.Twitter
Deprecated. Use getDirectMessages(Paging paging) instead
getDirectMessagesAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessagesAsync(Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessagesAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getDirectMessagesAsync(Paging paging, TwitterListener listener) instead
getDirectMessagesAsync(Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. using long sinceId is suggested.
getDirectMessagesByPage(int) - Method in class twitter4j.Twitter
Deprecated. Use getDirectMessages(Paging paging) instead
getDirectMessagesByPageAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getDirectMessagesAsync(Paging paging, TwitterListener listener) instead
getDirectMessagesByPageAsync(int, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getDirectMessagesAsync(Paging paging, TwitterListener listener) instead
getDispatcher() - Method in class twitter4j.AsyncTwitter
 
getDowntimeSchedule() - Method in class twitter4j.Twitter
Deprecated. this method is not supported by the Twitter API anymore
getDowntimeScheduleAsync() - Method in class twitter4j.AsyncTwitter
Returns the same text displayed on http://twitter.com/home when a maintenance window is scheduled, in the requested format.
getFavorites() - Method in class twitter4j.Twitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(int) - Method in class twitter4j.Twitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(String) - Method in class twitter4j.Twitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavorites(String, int) - Method in class twitter4j.Twitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavoritesAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavoritesAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavoritesAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavoritesAsync(String, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
getFavouritesCount() - Method in class twitter4j.ExtendedUser
 
getFavouritesCount() - Method in class twitter4j.UserWithStatus
Deprecated.  
getFeatured() - Method in class twitter4j.Twitter
Returns a list of the users currently featured on the site with their current statuses inline.
getFeaturedAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a list of the users currently featured on the site with their current statuses inline.
getFollowers() - Method in class twitter4j.Twitter
Returns the authenticating user's followers, each with current status inline.
getFollowers(Paging) - Method in class twitter4j.Twitter
Returns the authenticating user's followers, each with current status inline.
getFollowers(int) - Method in class twitter4j.Twitter
Deprecated. Use getFollowers(Paging paging) instead
getFollowers(String) - Method in class twitter4j.Twitter
Returns the authenticating user's followers, each with current status inline.
getFollowers(String, Paging) - Method in class twitter4j.Twitter
Returns the authenticating user's followers, each with current status inline.
getFollowers(String, int) - Method in class twitter4j.Twitter
Deprecated. Use getFollowers(String id, Paging paging) instead
getFollowersAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the authenticating user's followers, each with current status inline.
getFollowersAsync(Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the authenticating user's followers, each with current status inline.
getFollowersAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFollowersAsync(Paging paging, TwitterListener listener) instead
getFollowersAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the authenticating user's followers, each with current status inline.
getFollowersAsync(String, Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the authenticating user's followers, each with current status inline.
getFollowersAsync(String, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFollowersAsync(String id, Paging paging, TwitterListener listener) instead
getFollowersCount() - Method in class twitter4j.User
Returns the number of followers
getFollowersIDs() - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(Paging) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(int, Paging) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDs(String, Paging) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDsAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDsAsync(Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDsAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDsAsync(int, Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDsAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFollowersIDsAsync(String, Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is followed by.
getFriends() - Method in class twitter4j.Twitter
Returns the specified user's friends, each with current status inline.
getFriends(Paging) - Method in class twitter4j.Twitter
Returns the specified user's friends, each with current status inline.
getFriends(int) - Method in class twitter4j.Twitter
Deprecated. Use getFriends(Paging paging) instead
getFriends(String) - Method in class twitter4j.Twitter
Returns the user's friends, each with current status inline.
getFriends(String, Paging) - Method in class twitter4j.Twitter
Returns the user's friends, each with current status inline.
getFriends(String, int) - Method in class twitter4j.Twitter
Deprecated. Use getFriends(String id, Paging paging) instead
getFriendsAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the specified user's friends, each with current status inline.
getFriendsAsync(Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the specified user's friends, each with current status inline.
getFriendsAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsAsync(Paging paging,TwitterListener listener) instead
getFriendsAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the user's friends, each with current status inline.
getFriendsAsync(String, Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the user's friends, each with current status inline.
getFriendsAsync(String, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsAsync(String id, Paging paging, TwitterListener listener) instead
getFriendsCount() - Method in class twitter4j.ExtendedUser
 
getFriendsCount() - Method in class twitter4j.UserWithStatus
Deprecated.  
getFriendsIDs() - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(Paging) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDs(int) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(int, Paging) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDs(String, Paging) - Method in class twitter4j.Twitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDsAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDsAsync(Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the authenticating user is following.
getFriendsIDsAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDsAsync(int, Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDsAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsIDsAsync(String, Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns an array of numeric IDs for every user the specified user is following.
getFriendsTimeline() - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating1 user and that user's friends.
getFriendsTimeline(int) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(Paging paging) instead
getFriendsTimeline(long, int) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(Paging paging) instead
getFriendsTimeline(String) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
getFriendsTimeline(String, int) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(String id, Paging paging) instead
getFriendsTimeline(long, String, int) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(String id, Paging paging) instead
getFriendsTimeline(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
getFriendsTimeline(String, Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
getFriendsTimeline(Date) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(Paging paging) instead
getFriendsTimeline(long) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(Paging paging) instead
getFriendsTimeline(String, Date) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(String id, Paging paging) instead
getFriendsTimeline(String, long) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(String id, Paging paging) instead
getFriendsTimelineAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
getFriendsTimelineAsync(Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
getFriendsTimelineAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(Paging paging, TwitterListener listener) instead
getFriendsTimelineAsync(long, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(Paging paging, TwitterListener listener) instead
getFriendsTimelineAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted in the last 24 hours from the specified user id.
getFriendsTimelineAsync(String, Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted in the last 24 hours from the specified user id.
getFriendsTimelineAsync(String, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(String id, Paging paging, TwitterListener listener) instead
getFriendsTimelineAsync(long, String, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(String id, Paging paging, TwitterListener listener) instead
getFriendsTimelineAsync(Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(String id, Paging paging, TwitterListener listener) instead
getFriendsTimelineAsync(long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(Paging paging, TwitterListener listener) instead
getFriendsTimelineAsync(String, Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(String id, Paging paging, TwitterListener listener) instead
getFriendsTimelineAsync(String, long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(String id, Paging paging, TwitterListener listener) instead
getFriendsTimelineByPage(int) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(Paging paging) instead
getFriendsTimelineByPage(String, int) - Method in class twitter4j.Twitter
Deprecated. Use getFriendsTimeline(String id, Paging paging) instead
getFriendsTimelineByPageAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(Paging paging, TwitterListener listener) instead
getFriendsTimelineByPageAsync(String, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getFriendsTimelineAsync(String id, Paging paging, TwitterListener listener) instead
getFromUser() - Method in class twitter4j.Tweet
returns the from_user
getFromUserId() - Method in class twitter4j.Tweet
returns the user id of the tweet's owner
getGeocode() - Method in class twitter4j.Query
 
getHourlyLimit() - Method in class twitter4j.RateLimitStatus
 
getId() - Method in class twitter4j.DirectMessage
 
getId() - Method in class twitter4j.Status
Returns the id of the status
getId() - Method in class twitter4j.Tweet
returns the status id of the tweet
getId() - Method in class twitter4j.User
Returns the id of the user
getIDs() - Method in class twitter4j.IDs
 
getInReplyToStatusId() - Method in class twitter4j.Status
Returns the in_reply_tostatus_id
getInReplyToUserId() - Method in class twitter4j.Status
Returns the in_reply_user_id
getIsoLanguageCode() - Method in class twitter4j.Tweet
returns the iso language code of the tweet
getLang() - Method in class twitter4j.Query
 
getLocation() - Method in class twitter4j.User
Returns the location of the user
getMaxId() - Method in class twitter4j.Paging
 
getMaxId() - Method in class twitter4j.QueryResult
 
getMentions() - Method in class twitter4j.Twitter
Returns the 20 most recent mentions (status containing @username) for the authenticating user.
getMentions(Paging) - Method in class twitter4j.Twitter
Returns the 20 most recent mentions (status containing @username) for the authenticating user.
getMentionsAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getMentionsAsync(Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getName() - Method in class twitter4j.http.PostParameter
 
getName() - Method in class twitter4j.Trend
 
getName() - Method in class twitter4j.User
Returns the name of the user
getOAuthAccessToken(RequestToken) - Method in class twitter4j.http.HttpClient
 
getOAuthAccessToken(String, String) - Method in class twitter4j.http.HttpClient
 
getOAuthAccessToken(RequestToken) - Method in class twitter4j.Twitter
Retrieves an access token assosiated with the supplied request token.
getOAuthAccessToken(String, String) - Method in class twitter4j.Twitter
Retrieves an access token assosiated with the supplied request token.
getOAuthRequestToken() - Method in class twitter4j.http.HttpClient
 
getOAuthRequestToken() - Method in class twitter4j.Twitter
Retrieves a request token
getPage() - Method in class twitter4j.Paging
 
getPage() - Method in class twitter4j.Query
 
getPage() - Method in class twitter4j.QueryResult
 
getPassword() - Method in class twitter4j.http.HttpClient
 
getPassword() - Method in class twitter4j.Twitter
Returns authenticating password
getProfileBackgroundColor() - Method in class twitter4j.ExtendedUser
 
getProfileBackgroundColor() - Method in class twitter4j.UserWithStatus
Deprecated.  
getProfileBackgroundImageUrl() - Method in class twitter4j.ExtendedUser
 
getProfileBackgroundImageUrl() - Method in class twitter4j.UserWithStatus
Deprecated.  
getProfileBackgroundTile() - Method in class twitter4j.ExtendedUser
 
getProfileBackgroundTile() - Method in class twitter4j.UserWithStatus
Deprecated.  
getProfileImageUrl() - Method in class twitter4j.Tweet
returns the profile_image_url
getProfileImageURL() - Method in class twitter4j.User
Returns the profile image url of the user
getProfileLinkColor() - Method in class twitter4j.ExtendedUser
 
getProfileLinkColor() - Method in class twitter4j.UserWithStatus
Deprecated.  
getProfileSidebarBorderColor() - Method in class twitter4j.ExtendedUser
 
getProfileSidebarBorderColor() - Method in class twitter4j.UserWithStatus
Deprecated.  
getProfileSidebarFillColor() - Method in class twitter4j.ExtendedUser
 
getProfileSidebarFillColor() - Method in class twitter4j.UserWithStatus
Deprecated.  
getProfileTextColor() - Method in class twitter4j.ExtendedUser
 
getProfileTextColor() - Method in class twitter4j.UserWithStatus
Deprecated.  
getProxyAuthPassword() - Method in class twitter4j.http.HttpClient
 
getProxyAuthUser() - Method in class twitter4j.http.HttpClient
 
getProxyHost() - Method in class twitter4j.http.HttpClient
 
getProxyPort() - Method in class twitter4j.http.HttpClient
 
getPublicTimeline() - Method in class twitter4j.Twitter
Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
getPublicTimeline(int) - Method in class twitter4j.Twitter
Returns only public statuses with an ID greater than (that is, more recent than) the specified ID.
getPublicTimelineAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter

This method calls http://twitter.com/statuses/public_timeline Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
getPublicTimelineAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns only public statuses with an ID greater than (that is, more recent than) the specified ID.
getQuery() - Method in class twitter4j.Query
 
getQuery() - Method in class twitter4j.QueryResult
 
getQuery() - Method in class twitter4j.Trend
 
getRateLimitLimit() - Method in class twitter4j.TwitterResponse
 
getRateLimitRemaining() - Method in class twitter4j.TwitterResponse
 
getRateLimitReset() - Method in class twitter4j.TwitterResponse
 
getReadTimeout() - Method in class twitter4j.http.HttpClient
 
getRecipient() - Method in class twitter4j.DirectMessage
 
getRecipientId() - Method in class twitter4j.DirectMessage
 
getRecipientScreenName() - Method in class twitter4j.DirectMessage
 
getRefreshUrl() - Method in class twitter4j.QueryResult
 
getRemainingHits() - Method in class twitter4j.RateLimitStatus
 
getReplies() - Method in class twitter4j.Twitter
Deprecated. Use getMentions() instead
getReplies(long) - Method in class twitter4j.Twitter
Deprecated. Use getMentions(Paging paging) instead
getReplies(int) - Method in class twitter4j.Twitter
Deprecated. Use getMentions(Paging paging) instead
getReplies(long, int) - Method in class twitter4j.Twitter
Deprecated. Use getMentions(Paging paging) instead
getRepliesAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getRepliesAsync(long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getMentionsAsync(Paging paging, TwitterListener listener) instead
getRepliesAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getMentionsAsync(Paging paging, TwitterListener listener) instead
getRepliesAsync(long, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getMentionsAsync(Paging paging, TwitterListener listener) instead
getRepliesByPage(int) - Method in class twitter4j.Twitter
Deprecated. Use getMentions(Paging paging) instead
getRepliesByPageAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getMentionsAsync(Paging paging, TwitterListener listener) instead
getRequestHeader(String) - Method in class twitter4j.http.HttpClient
 
getRequestTokenURL() - Method in class twitter4j.http.HttpClient
 
getResetTimeInSeconds() - Method in class twitter4j.RateLimitStatus
 
getResponseHeader(String) - Method in class twitter4j.http.Response
 
getResultsPerPage() - Method in class twitter4j.QueryResult
 
getRpp() - Method in class twitter4j.Query
 
getScreenName() - Method in class twitter4j.User
Returns the screen name of the user
getSearchBaseURL() - Method in class twitter4j.Twitter
Returns the search base url
getSecretKeySpec() - Method in class twitter4j.http.OAuthToken
 
getSender() - Method in class twitter4j.DirectMessage
 
getSenderId() - Method in class twitter4j.DirectMessage
 
getSenderScreenName() - Method in class twitter4j.DirectMessage
 
getSentDirectMessages() - Method in class twitter4j.Twitter
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages(Paging) - Method in class twitter4j.Twitter
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages(Date) - Method in class twitter4j.Twitter
Deprecated. using long sinceId is suggested.
getSentDirectMessages(int) - Method in class twitter4j.Twitter
Deprecated. Use getSentDirectMessages(Paging paging) instead
getSentDirectMessages(int, int) - Method in class twitter4j.Twitter
Deprecated. Use getSentDirectMessages(Paging paging) instead
getSentDirectMessagesAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessagesAsync(Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessagesAsync(Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. using long sinceId is suggested.
getSentDirectMessagesAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getSentDirectMessagesAsync(Paging paging, TwitterListener listener) instead
getSentDirectMessagesAsync(int, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getSentDirectMessagesAsync(Paging paging, TwitterListener listener) instead
getSinceId() - Method in class twitter4j.Paging
 
getSinceId() - Method in class twitter4j.Query
 
getSinceId() - Method in class twitter4j.QueryResult
 
getSource() - Method in class twitter4j.Status
Returns the source
getSource() - Method in class twitter4j.Tweet
returns the source of the tweet
getSource() - Method in class twitter4j.Twitter
Returns the source
getStatusCode() - Method in class twitter4j.http.Response
 
getStatusCode() - Method in exception twitter4j.TwitterException
 
getStatusCreatedAt() - Method in class twitter4j.User
 
getStatusesCount() - Method in class twitter4j.ExtendedUser
 
getStatusesCount() - Method in class twitter4j.UserWithStatus
Deprecated.  
getStatusId() - Method in class twitter4j.User
 
getStatusInReplyToScreenName() - Method in class twitter4j.User
 
getStatusInReplyToStatusId() - Method in class twitter4j.User
 
getStatusInReplyToUserId() - Method in class twitter4j.User
 
getStatusSource() - Method in class twitter4j.User
 
getStatusText() - Method in class twitter4j.User
 
getString(String, JSONObject, boolean) - Static method in class twitter4j.TwitterResponse
 
getText() - Method in class twitter4j.DirectMessage
 
getText() - Method in class twitter4j.Status
Returns the text of the status
getText() - Method in class twitter4j.Tweet
returns the text
getTextContent(String, Element) - Static method in class twitter4j.TwitterResponse
 
GetTimelines - Class in twitter4j.examples
Example application that gets public, user and friend timeline using specified account.
Usage: java twitter4j.examples.GetTimelines ID Password
GetTimelines() - Constructor for class twitter4j.examples.GetTimelines
 
getTimeZone() - Method in class twitter4j.ExtendedUser
 
getTimeZone() - Method in class twitter4j.UserWithStatus
Deprecated.  
getToken() - Method in class twitter4j.http.OAuthToken
 
getTokenSecret() - Method in class twitter4j.http.OAuthToken
 
getTotal() - Method in class twitter4j.QueryResult
Deprecated. The Twitter API doesn't return total anymore
getToUser() - Method in class twitter4j.Tweet
returns the to_user
getToUserId() - Method in class twitter4j.Tweet
returns the to_user_id
getTrendAt() - Method in class twitter4j.Trends
 
getTrends() - Method in class twitter4j.Trends
 
getTrends() - Method in class twitter4j.Twitter
Returns the top ten topics that are currently trending on Twitter.
getTrendsAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the top ten topics that are currently trending on Twitter.
getTweets() - Method in class twitter4j.QueryResult
 
getUrl() - Method in class twitter4j.Trend
 
getURL() - Method in class twitter4j.User
Returns the url of the user
getUser() - Method in class twitter4j.Status
Return the user
getUserAgent() - Method in class twitter4j.http.HttpClient
 
getUserAgent() - Method in class twitter4j.Twitter
 
getUserDetail(String) - Method in class twitter4j.Twitter
Returns extended information of a given user, specified by ID or screen name as per the required id parameter below.
getUserDetailAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Retrieves extended information of a given user, specified by ID or screen name as per the required id parameter below.
getUserId() - Method in class twitter4j.http.HttpClient
 
getUserId() - Method in class twitter4j.Twitter
Returns authenticating userid
getUserTimeline(String, int, Date) - Method in class twitter4j.Twitter
Deprecated. using long sinceId is suggested.
getUserTimeline(String, int, long) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline(String, Paging) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline(String, Date) - Method in class twitter4j.Twitter
Deprecated. Use getUserTimeline(String id, Paging paging) instead
getUserTimeline(String, int) - Method in class twitter4j.Twitter
Deprecated. Use getUserTimeline(String id, Paging paging) instead
getUserTimeline(int, Date) - Method in class twitter4j.Twitter
Deprecated. using long sinceId is suggested.
getUserTimeline(int, long) - Method in class twitter4j.Twitter
Deprecated. Use getUserTimeline(String id, Paging paging) instead
getUserTimeline(String) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline(String, long) - Method in class twitter4j.Twitter
Deprecated. Use getUserTimeline(String id, Paging paging) instead
getUserTimeline() - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimeline(Paging) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimeline(long) - Method in class twitter4j.Twitter
Deprecated. Use getUserTimeline(Paging paging) instead
getUserTimelineAsync(String, int, Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. using long sinceId is suggested.
getUserTimelineAsync(String, Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimelineAsync(String, int, long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getUserTimelineAsync(String id, Paging paging, TwitterListener listener) instead
getUserTimelineAsync(String, Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. using long sinceId is suggested.
getUserTimelineAsync(String, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getUserTimelineAsync(String id, Paging paging, TwitterListener listener) instead
getUserTimelineAsync(int, Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. using long sinceId is suggested.
getUserTimelineAsync(Paging, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimelineAsync(int, long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getUserTimelineAsync(Paging paging, TwitterListener listener) instead
getUserTimelineAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimelineAsync(String, long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getUserTimelineAsync(String id, Paging paging, TwitterListener listener) instead
getUserTimelineAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimelineAsync(long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use getUserTimelineAsync(Paging paging, TwitterListener listener) instead
getUtcOffset() - Method in class twitter4j.ExtendedUser
 
getUtcOffset() - Method in class twitter4j.UserWithStatus
Deprecated.  
getValue() - Method in class twitter4j.http.PostParameter
 
getWarning() - Method in class twitter4j.QueryResult
 
getWeeklyTrends() - Method in class twitter4j.Twitter
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrends(Date, boolean) - Method in class twitter4j.Twitter
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrendsAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the top 30 trending topics for each day in a given week.
getWeeklyTrendsAsync(Date, boolean, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the top 30 trending topics for each day in a given week.
gotCurrentTrends(Trends) - Method in class twitter4j.TwitterAdapter
 
gotCurrentTrends(Trends) - Method in interface twitter4j.TwitterListener
 
gotDailyTrends(List<Trends>) - Method in class twitter4j.TwitterAdapter
 
gotDailyTrends(List<Trends>) - Method in interface twitter4j.TwitterListener
 
gotDirectMessages(List<DirectMessage>) - Method in class twitter4j.TwitterAdapter
 
gotDirectMessages(List<DirectMessage>) - Method in interface twitter4j.TwitterListener
 
gotDowntimeSchedule(String) - Method in class twitter4j.TwitterAdapter
Deprecated. not supported by Twitter API anymore
gotDowntimeSchedule(String) - Method in interface twitter4j.TwitterListener
Deprecated. not supported by Twitter API anymore
gotExists(boolean) - Method in class twitter4j.TwitterAdapter
Deprecated. use gotExistsFriendship instead
gotExists(boolean) - Method in interface twitter4j.TwitterListener
Deprecated. use gotExistsFriendship instead
gotExistsFriendship(boolean) - Method in class twitter4j.TwitterAdapter
 
gotExistsFriendship(boolean) - Method in interface twitter4j.TwitterListener
 
gotFavorites(List<Status>) - Method in class twitter4j.TwitterAdapter
 
gotFavorites(List<Status>) - Method in interface twitter4j.TwitterListener
 
gotFeatured(List<User>) - Method in class twitter4j.TwitterAdapter
 
gotFeatured(List<User>) - Method in interface twitter4j.TwitterListener
 
gotFollowers(List<User>) - Method in class twitter4j.TwitterAdapter
 
gotFollowers(List<User>) - Method in interface twitter4j.TwitterListener
 
gotFollowersIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotFollowersIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotFriends(List<User>) - Method in class twitter4j.TwitterAdapter
 
gotFriends(List<User>) - Method in interface twitter4j.TwitterListener
 
gotFriendsIDs(IDs) - Method in class twitter4j.TwitterAdapter
 
gotFriendsIDs(IDs) - Method in interface twitter4j.TwitterListener
 
gotFriendsTimeline(List<Status>) - Method in class twitter4j.TwitterAdapter
 
gotFriendsTimeline(List<Status>) - Method in interface twitter4j.TwitterListener
 
gotMentions(List<Status>) - Method in class twitter4j.TwitterAdapter
 
gotMentions(List<Status>) - Method in interface twitter4j.TwitterListener
 
gotPublicTimeline(List<Status>) - Method in class twitter4j.TwitterAdapter
 
gotPublicTimeline(List<Status>) - Method in interface twitter4j.TwitterListener
 
gotRateLimitStatus(RateLimitStatus) - Method in class twitter4j.TwitterAdapter
 
gotRateLimitStatus(RateLimitStatus) - Method in interface twitter4j.TwitterListener
 
gotReplies(List<Status>) - Method in class twitter4j.TwitterAdapter
Deprecated. use gotMentions instead
gotReplies(List<Status>) - Method in interface twitter4j.TwitterListener
Deprecated. use gotMentions instead
gotSentDirectMessages(List<DirectMessage>) - Method in class twitter4j.TwitterAdapter
 
gotSentDirectMessages(List<DirectMessage>) - Method in interface twitter4j.TwitterListener
 
gotShow(Status) - Method in class twitter4j.TwitterAdapter
Deprecated. use gotShowStatus instead
gotShow(Status) - Method in interface twitter4j.TwitterListener
Deprecated. use gotShowStatus instead
gotShowStatus(Status) - Method in class twitter4j.TwitterAdapter
 
gotShowStatus(Status) - Method in interface twitter4j.TwitterListener
 
gotTrends(Trends) - Method in class twitter4j.TwitterAdapter
 
gotTrends(Trends) - Method in interface twitter4j.TwitterListener
 
gotUserDetail(ExtendedUser) - Method in class twitter4j.TwitterAdapter
 
gotUserDetail(ExtendedUser) - Method in interface twitter4j.TwitterListener
 
gotUserTimeline(List<Status>) - Method in class twitter4j.TwitterAdapter
 
gotUserTimeline(List<Status>) - Method in interface twitter4j.TwitterListener
 
gotWeeklyTrends(List<Trends>) - Method in class twitter4j.TwitterAdapter
 
gotWeeklyTrends(List<Trends>) - Method in interface twitter4j.TwitterListener
 

H

hashCode() - Method in class twitter4j.DirectMessage
 
hashCode() - Method in class twitter4j.ExtendedUser
 
hashCode() - Method in class twitter4j.http.HttpClient
 
hashCode() - Method in class twitter4j.http.OAuthToken
 
hashCode() - Method in class twitter4j.http.PostParameter
 
hashCode() - Method in class twitter4j.http.RequestToken
 
hashCode() - Method in class twitter4j.IDs
 
hashCode() - Method in class twitter4j.Query
 
hashCode() - Method in class twitter4j.QueryResult
 
hashCode() - Method in class twitter4j.Status
 
hashCode() - Method in class twitter4j.Trend
 
hashCode() - Method in class twitter4j.Tweet
 
hashCode() - Method in class twitter4j.Twitter
 
hashCode() - Method in class twitter4j.User
 
HMAC_SHA1 - Static variable in class twitter4j.http.OAuth
 
hourlyLimit - Variable in class twitter4j.RateLimitStatus
 
HTMLEntity - Class in twitter4j.http
 
HTMLEntity() - Constructor for class twitter4j.http.HTMLEntity
 
http - Variable in class twitter4j.examples.FeedMonitor
 
http - Variable in class twitter4j.Twitter
 
HttpClient - Class in twitter4j.http
A utility class to handle HTTP request/response.
HttpClient(String, String) - Constructor for class twitter4j.http.HttpClient
 
HttpClient() - Constructor for class twitter4j.http.HttpClient
 
httpClient - Variable in class twitter4j.http.RequestToken
 
httpRequest(String, PostParameter[], boolean) - Method in class twitter4j.http.HttpClient
 

I

id - Variable in class twitter4j.DirectMessage
 
id - Variable in class twitter4j.Status
 
id - Variable in class twitter4j.Tweet
 
id - Variable in class twitter4j.User
 
IDs - Class in twitter4j
A data class representing array of numeric IDs.
IDs(Response) - Constructor for class twitter4j.IDs
 
ids - Variable in class twitter4j.IDs
 
IM - Static variable in class twitter4j.Twitter
 
init(Response, Element, Twitter) - Method in class twitter4j.DirectMessage
 
init(Response, Element, Twitter) - Method in class twitter4j.Status
 
init(Element, Twitter) - Method in class twitter4j.User
 
inReplyToStatusId - Variable in class twitter4j.Status
 
inReplyToUserId - Variable in class twitter4j.Status
 
INTERNAL_SERVER_ERROR - Variable in class twitter4j.http.HttpClient
 
invoke(TwitterListener, Object[]) - Method in class twitter4j.AsyncTwitter.AsyncTask
 
invokeLater(Runnable) - Method in class twitter4j.Dispatcher
 
is - Variable in class twitter4j.http.Response
 
isAuthenticationEnabled() - Method in class twitter4j.http.HttpClient
 
isFavorited - Variable in class twitter4j.Status
 
isFavorited() - Method in class twitter4j.Status
Test if the status is favorited
isFollowing() - Method in class twitter4j.ExtendedUser
 
isFollowing() - Method in class twitter4j.UserWithStatus
Deprecated.  
isJDK14orEarlier - Variable in class twitter4j.http.HttpClient
 
isNotificationEnabled() - Method in class twitter4j.ExtendedUser
 
isNotifications() - Method in class twitter4j.ExtendedUser
Deprecated. use isNotificationsEnabled() instead
isNotifications() - Method in class twitter4j.UserWithStatus
Deprecated.  
isoLanguageCode - Variable in class twitter4j.Tweet
 
isProtected - Variable in class twitter4j.User
 
isProtected() - Method in class twitter4j.User
Test if the user status is protected
isRootNodeNilClasses(Document) - Static method in class twitter4j.TwitterResponse
 
isStatusFavorited() - Method in class twitter4j.User
 
isStatusTruncated() - Method in class twitter4j.User
 
isTruncated - Variable in class twitter4j.Status
 
isTruncated() - Method in class twitter4j.Status
Test if the status is truncated
isUsePostForced() - Method in class twitter4j.Twitter
 

J

jsonArrayToTrendArray(JSONArray) - Static method in class twitter4j.Trends
 

K

KILOMETERS - Variable in class twitter4j.Query
 

L

lang - Variable in class twitter4j.Query
 
last2byte - Static variable in class twitter4j.http.BASE64Encoder
 
last4byte - Static variable in class twitter4j.http.BASE64Encoder
 
last6byte - Static variable in class twitter4j.http.BASE64Encoder
 
lastUpdate - Variable in class twitter4j.examples.FeedMonitor
 
lead2byte - Static variable in class twitter4j.http.BASE64Encoder
 
lead4byte - Static variable in class twitter4j.http.BASE64Encoder
 
lead6byte - Static variable in class twitter4j.http.BASE64Encoder
 
LEAVE - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use DISABLE_NOTIFICATION instead.
leave(String) - Method in class twitter4j.Twitter
Deprecated. Use disableNotification(String id) instead
leaveAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use disableNotificationAsync(String id, TwitterListener listener) instead
leaveAsync(String) - Method in class twitter4j.AsyncTwitter
Disables notifications for updates from the specified user to the authenticating user.
left(User) - Method in class twitter4j.TwitterAdapter
Deprecated. use disabledNotification instead
left(User) - Method in interface twitter4j.TwitterListener
Deprecated. use disabledNotification instead
listener - Variable in class twitter4j.AsyncTwitter.AsyncTask
 
location - Variable in class twitter4j.User
 
lock - Static variable in class twitter4j.examples.AsyncUpdate
Main entry for this application.
log - Static variable in class twitter4j.examples.FeedMonitor
 
log(String) - Method in class twitter4j.http.HttpClient
 
log(String, String) - Method in class twitter4j.http.HttpClient
 
log(String) - Method in class twitter4j.http.OAuth
 
log(String, String) - Method in class twitter4j.http.OAuth
 

M

main(String[]) - Static method in class twitter4j.examples.AsyncUpdate
 
main(String[]) - Static method in class twitter4j.examples.FeedMonitor
Main entry point for this application.
If config_file_path is not specified, feedmonitor.properties will be used.
Usage: java twitter4j.examples.FeedMonitor [config_file_path ..] [interval(min)]
main(String[]) - Static method in class twitter4j.examples.GetDirectMessages
Usage: java twitter4j.examples.GetDirectMessages ID Password
main(String[]) - Static method in class twitter4j.examples.GetTimelines
Usage: java twitter4j.examples.GetTimelines ID Password
main(String[]) - Static method in class twitter4j.examples.OAuthUpdate
Usage: java -Dtwitter4j.oauth.consumerKey=[consumer key] -Dtwitter4j.oauth.consumerSecret=[consumer secret] twitter4j.examples.OAuthUpdate [message]
main(String[]) - Static method in class twitter4j.examples.SendDirectMessage
Usage: java twitter4j.examples.DirectMessage senderID senderPassword message recipientId
main(String[]) - Static method in class twitter4j.examples.Update
Main entry for this application.
MAX_COUNT - Static variable in class twitter4j.Twitter
 
maxId - Variable in class twitter4j.Paging
 
maxId(long) - Method in class twitter4j.Paging
 
maxId - Variable in class twitter4j.QueryResult
 
MENTIONS - Static variable in class twitter4j.AsyncTwitter
 
method - Variable in class twitter4j.AsyncTwitter.AsyncTask
 
MILES - Variable in class twitter4j.Query
 

N

name - Variable in class twitter4j.http.PostParameter
 
name - Variable in class twitter4j.Trend
 
name - Variable in class twitter4j.User
 
NONE - Static variable in class twitter4j.Twitter
 
normalizeAuthorizationHeaders(List<PostParameter>) - Static method in class twitter4j.http.OAuth
 
normalizeRequestParameters(PostParameter[]) - Static method in class twitter4j.http.OAuth
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<PostParameter>) - Static method in class twitter4j.http.OAuth
 
NOT_ACCEPTABLE - Variable in class twitter4j.http.HttpClient
 
NOT_AUTHORIZED - Variable in class twitter4j.http.HttpClient
 
NOT_FOUND - Variable in class twitter4j.http.HttpClient
 
NOT_MODIFIED - Variable in class twitter4j.http.HttpClient
 
notificationEnabled - Variable in class twitter4j.ExtendedUser
 

O

oauth - Variable in class twitter4j.http.HttpClient
 
OAuth - Class in twitter4j.http
 
OAuth(String, String) - Constructor for class twitter4j.http.OAuth
 
OAUTH_SIGNATURE_METHOD - Static variable in class twitter4j.http.OAuth
 
oauthToken - Variable in class twitter4j.http.HttpClient
 
OAuthToken - Class in twitter4j.http
 
OAuthToken(String, String) - Constructor for class twitter4j.http.OAuthToken
 
OAuthToken(Response) - Constructor for class twitter4j.http.OAuthToken
 
OAuthUpdate - Class in twitter4j.examples
Example application that uses OAuth method to acquire access to your account.
This application illustrates how to use OAuth method with Twitter4J.
Usage: java -Dtwitter4j.oauth.consumerKey=[consumer key] -Dtwitter4j.oauth.consumerSecret=[consumer secret] twitter4j.examples.OAuthUpdate [message]
OAuthUpdate() - Constructor for class twitter4j.examples.OAuthUpdate
 
OK - Variable in class twitter4j.http.HttpClient
 
onException(TwitterException, int) - Method in class twitter4j.TwitterAdapter
 
onException(TwitterException, int) - Method in interface twitter4j.TwitterListener
 

P

page - Variable in class twitter4j.Paging
 
page - Variable in class twitter4j.Query
 
page - Variable in class twitter4j.QueryResult
 
Paging - Class in twitter4j
Controlls pagination
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
 
parseDate(String) - Static method in class twitter4j.Trends
 
parseDate(String, String) - Static method in class twitter4j.TwitterResponse
 
parseGetParameters(String, List<PostParameter>) - Method in class twitter4j.http.OAuth
 
password - Variable in class twitter4j.http.HttpClient
 
poll() - Method in class twitter4j.Dispatcher
 
POSSIBLE_ROOT_NAMES - Static variable in class twitter4j.User
 
post(String, PostParameter[], boolean) - Method in class twitter4j.http.HttpClient
 
post(String, boolean) - Method in class twitter4j.http.HttpClient
 
post(String, PostParameter[]) - Method in class twitter4j.http.HttpClient
 
post(String) - Method in class twitter4j.http.HttpClient
 
PostParameter - Class in twitter4j.http
A data class representing HTTP Post parameter
PostParameter(String, String) - Constructor for class twitter4j.http.PostParameter
 
profileBackgroundColor - Variable in class twitter4j.ExtendedUser
 
profileBackgroundImageUrl - Variable in class twitter4j.ExtendedUser
 
profileBackgroundTile - Variable in class twitter4j.ExtendedUser
 
profileImageUrl - Variable in class twitter4j.Tweet
 
profileImageUrl - Variable in class twitter4j.User
 
profileLinkColor - Variable in class twitter4j.ExtendedUser
 
profileSidebarBorderColor - Variable in class twitter4j.ExtendedUser
 
profileSidebarFillColor - Variable in class twitter4j.ExtendedUser
 
profileTextColor - Variable in class twitter4j.ExtendedUser
 
prop - Variable in class twitter4j.examples.FeedMonitor
 
proxyAuthPassword - Variable in class twitter4j.http.HttpClient
 
proxyAuthUser - Variable in class twitter4j.http.HttpClient
 
proxyHost - Variable in class twitter4j.http.HttpClient
 
proxyPort - Variable in class twitter4j.http.HttpClient
 
PUBLIC_TIMELINE - Static variable in class twitter4j.AsyncTwitter
 

Q

q - Variable in class twitter4j.Dispatcher
 
q - Variable in class twitter4j.ExecuteThread
 
Query - Class in twitter4j
A data class represents search query.
Query() - Constructor for class twitter4j.Query
 
Query(String) - Constructor for class twitter4j.Query
 
query - Variable in class twitter4j.Query
 
query - Variable in class twitter4j.QueryResult
 
query - Variable in class twitter4j.Trend
 
QueryResult - Class in twitter4j
A data class representing search API response
QueryResult(Response, Twitter) - Constructor for class twitter4j.QueryResult
 

R

RATE_LIMIT_STATUS - Static variable in class twitter4j.AsyncTwitter
 
rateLimitLimit - Variable in class twitter4j.TwitterResponse
 
rateLimitRemaining - Variable in class twitter4j.TwitterResponse
 
rateLimitReset - Variable in class twitter4j.TwitterResponse
 
RateLimitStatus - Class in twitter4j
A data class representing Twitter rate limit status
RateLimitStatus(Response) - Constructor for class twitter4j.RateLimitStatus
 
rateLimitStatus() - Method in class twitter4j.Twitter
Returns the remaining number of API requests available to the requesting user before the API limit is reached for the current hour.
rateLimitStatusAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Gets the remaining number of API requests available to the requesting user before the API limit is reached for the current hour.
readTimeout - Variable in class twitter4j.http.HttpClient
 
recipient - Variable in class twitter4j.DirectMessage
 
recipient_id - Variable in class twitter4j.DirectMessage
 
recipient_screen_name - Variable in class twitter4j.DirectMessage
 
refreshUrl - Variable in class twitter4j.QueryResult
 
remainingHits - Variable in class twitter4j.RateLimitStatus
 
REPLIES - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use DESTROY_FRIENDSHIP instead.
requestHeaders - Variable in class twitter4j.http.HttpClient
 
RequestToken - Class in twitter4j.http
 
RequestToken(Response, HttpClient) - Constructor for class twitter4j.http.RequestToken
 
RequestToken(String, String) - Constructor for class twitter4j.http.RequestToken
 
requestTokenURL - Variable in class twitter4j.http.HttpClient
 
resetTimeInSeconds - Variable in class twitter4j.RateLimitStatus
 
Response - Class in twitter4j.http
A data class representing HTTP Response
Response(HttpURLConnection) - Constructor for class twitter4j.http.Response
 
response - Variable in class twitter4j.http.Response
 
responseString - Variable in class twitter4j.http.Response
 
resultsPerPage - Variable in class twitter4j.QueryResult
 
retryCount - Variable in class twitter4j.http.HttpClient
 
retryIntervalMillis - Variable in class twitter4j.http.HttpClient
 
rpp - Variable in class twitter4j.Query
 
run() - Method in class twitter4j.AsyncTwitter.AsyncTask
 
run() - Method in class twitter4j.ExecuteThread
 

S

saxe - Variable in class twitter4j.http.Response
 
screenName - Variable in class twitter4j.User
 
SEARCH - Static variable in class twitter4j.AsyncTwitter
 
search(Query) - Method in class twitter4j.Twitter
Returns tweets that match a specified query.
searchAcync(Query, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns tweets that match a specified query.
searchBaseURL - Variable in class twitter4j.Twitter
 
searched(QueryResult) - Method in class twitter4j.TwitterAdapter
 
searched(QueryResult) - Method in interface twitter4j.TwitterListener
 
secretKeySpec - Variable in class twitter4j.http.OAuthToken
 
SEND_DIRECT_MESSAGE - Static variable in class twitter4j.AsyncTwitter
 
SendDirectMessage - Class in twitter4j.examples
Example application that sends a message to specified Twitter-er from specified account.
Usage: java twitter4j.examples.DirectMessage senderID senderPassword message recipientId
SendDirectMessage() - Constructor for class twitter4j.examples.SendDirectMessage
 
sendDirectMessage(String, String) - Method in class twitter4j.Twitter
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessage(String) - Method in class twitter4j.User
 
sendDirectMessageAsync(String, String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Sends a new direct message to the specified user from the authenticating user.
sendDirectMessageAsync(String, String) - Method in class twitter4j.AsyncTwitter
Sends a new direct message to the specified user from the authenticating user.
sender - Variable in class twitter4j.DirectMessage
 
sender_id - Variable in class twitter4j.DirectMessage
 
sender_screen_name - Variable in class twitter4j.DirectMessage
 
sentDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
sentDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
serialVersionUID - Static variable in class twitter4j.AsyncTwitter
 
serialVersionUID - Static variable in class twitter4j.DirectMessage
 
serialVersionUID - Static variable in class twitter4j.ExtendedUser
 
serialVersionUID - Static variable in class twitter4j.http.AccessToken
 
serialVersionUID - Static variable in class twitter4j.http.HttpClient
 
serialVersionUID - Static variable in class twitter4j.http.PostParameter
 
serialVersionUID - Static variable in class twitter4j.http.RequestToken
 
serialVersionUID - Static variable in class twitter4j.http.Response
 
serialVersionUID - Static variable in class twitter4j.IDs
 
serialVersionUID - Static variable in class twitter4j.Paging
 
serialVersionUID - Static variable in class twitter4j.QueryResult
 
serialVersionUID - Static variable in class twitter4j.RateLimitStatus
 
serialVersionUID - Static variable in class twitter4j.Status
 
serialVersionUID - Static variable in class twitter4j.Trend
 
serialVersionUID - Static variable in class twitter4j.Trends
 
serialVersionUID - Static variable in class twitter4j.Tweet
 
serialVersionUID - Static variable in class twitter4j.Twitter
 
serialVersionUID - Static variable in exception twitter4j.TwitterException
 
serialVersionUID - Static variable in class twitter4j.TwitterResponse
 
serialVersionUID - Static variable in class twitter4j.User
 
SERVICE_UNAVAILABLE - Variable in class twitter4j.http.HttpClient
 
setAccessTokenURL(String) - Method in class twitter4j.http.HttpClient
 
setAuthorizationURL(String) - Method in class twitter4j.http.HttpClient
 
setBaseURL(String) - Method in class twitter4j.Twitter
Sets the base URL
setClientURL(String) - Method in class twitter4j.Twitter
Sets the X-Twitter-Client-URL header.
setClientVersion(String) - Method in class twitter4j.Twitter
Sets the X-Twitter-Client-Version header.
setConnectionTimeout(int) - Method in class twitter4j.http.HttpClient
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.
setConsumerKey(String) - Method in class twitter4j.http.OAuth
 
setConsumerSecret(String) - Method in class twitter4j.http.OAuth
 
setCount(int) - Method in class twitter4j.Paging
 
setGeoCode(double, double, String) - Method in class twitter4j.Query
returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile
setHeaders(String, PostParameter[], HttpURLConnection, boolean) - Method in class twitter4j.http.HttpClient
sets HTTP headers
setHttpConnectionTimeout(int) - Method in class twitter4j.Twitter
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the Twitter API.
setHttpProxy(String, int) - Method in class twitter4j.Twitter
Enables use of HTTP proxy
setHttpProxyAuth(String, String) - Method in class twitter4j.Twitter
Adds authentication on HTTP proxy
setHttpReadTimeout(int) - Method in class twitter4j.Twitter
Sets the read timeout to a specified timeout, in milliseconds.
setLang(String) - Method in class twitter4j.Query
restricts tweets to the given language, given by an ISO 639-1 code
setMaxId(long) - Method in class twitter4j.Paging
 
setOAuthAccessToken(AccessToken) - Method in class twitter4j.http.HttpClient
Sets the authorized access token
setOAuthAccessToken(AccessToken) - Method in class twitter4j.Twitter
Sets the access token
setOAuthAccessToken(String, String) - Method in class twitter4j.Twitter
Sets the access token
setOAuthConsumer(String, String) - Method in class twitter4j.http.HttpClient
Sets the consumer key and consumer secret.
System property -Dtwitter4j.oauth.consumerKey and -Dhttp.oauth.consumerSecret override this attribute.
setOAuthConsumer(String, String) - Method in class twitter4j.Twitter
 
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.http.HttpClient
 
setPassword(String) - Method in class twitter4j.Twitter
Sets the password
setProxyAuthPassword(String) - Method in class twitter4j.http.HttpClient
Sets proxy authentication password.
setProxyAuthUser(String) - Method in class twitter4j.http.HttpClient
Sets proxy authentication user.
setProxyHost(String) - Method in class twitter4j.http.HttpClient
Sets proxy host.
setProxyPort(int) - Method in class twitter4j.http.HttpClient
Sets proxy port.
setQuery(String) - Method in class twitter4j.Query
Sets the query string
setReadTimeout(int) - Method in class twitter4j.http.HttpClient
Sets the read timeout to a specified timeout, in milliseconds.
setRequestHeader(String, String) - Method in class twitter4j.http.HttpClient
 
setRequestHeader(String, String) - Method in class twitter4j.Twitter
Sets the request header name/value combination see Twitter Fan Wiki for detail.
setRequestTokenURL(String) - Method in class twitter4j.http.HttpClient
 
setRetryCount(int) - Method in class twitter4j.http.HttpClient
 
setRetryCount(int) - Method in class twitter4j.Twitter
 
setRetryIntervalSecs(int) - Method in class twitter4j.http.HttpClient
 
setRetryIntervalSecs(int) - Method in class twitter4j.Twitter
 
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.Twitter
Sets the search base URL
setSecretKeySpec(SecretKeySpec) - Method in class twitter4j.http.OAuthToken
 
setSinceId(int) - Method in class twitter4j.Paging
 
setSinceId(long) - Method in class twitter4j.Paging
 
setSinceId(long) - Method in class twitter4j.Query
returns tweets with status ids greater than the given id.
setSource(String) - Method in class twitter4j.Twitter
Sets X-Twitter-Client http header and the source parameter that will be passed by updating methods.
setUserAgent(String) - Method in class twitter4j.http.HttpClient
 
setUserAgent(String) - Method in class twitter4j.Twitter
Sets the User-Agent header.
setUserId(String) - Method in class twitter4j.http.HttpClient
 
setUserId(String) - Method in class twitter4j.Twitter
Sets the userid
SHOW - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use SHOW_STATUS instead.
show(int) - Method in class twitter4j.Twitter
Deprecated. Use showStatus(long id) instead.
show(long) - Method in class twitter4j.Twitter
Deprecated. Use showStatus(long id) instead.
SHOW_STATUS - Static variable in class twitter4j.AsyncTwitter
 
showAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use showAsync(long id) instead.
showAsync(long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use showStatusAsync(long id, TwitterListener listener) instead
showStatus(long) - Method in class twitter4j.Twitter
Returns a single status, specified by the id parameter.
showStatusAsync(long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a single status, specified by the id parameter.
shutdown - Variable in class twitter4j.AsyncTwitter
 
shutdown() - Method in class twitter4j.AsyncTwitter
Shuts down internal dispather thread.
shutdown() - Method in class twitter4j.Dispatcher
 
shutdown() - Method in class twitter4j.ExecuteThread
 
sinceId - Variable in class twitter4j.Paging
 
sinceId(int) - Method in class twitter4j.Paging
 
sinceId(long) - Method in class twitter4j.Paging
 
sinceId - Variable in class twitter4j.Query
 
sinceId - Variable in class twitter4j.QueryResult
 
SMS - Static variable in class twitter4j.Twitter
 
source - Variable in class twitter4j.Status
 
source - Variable in class twitter4j.Tweet
 
source - Variable in class twitter4j.Twitter
 
Status - Class in twitter4j
A data class representing one single status of a user.
Status(Response, Twitter) - Constructor for class twitter4j.Status
 
Status(Response, Element, Twitter) - Constructor for class twitter4j.Status
 
statusCode - Variable in class twitter4j.http.Response
 
statusCode - Variable in exception twitter4j.TwitterException
 
statusCreatedAt - Variable in class twitter4j.User
 
statusesCount - Variable in class twitter4j.ExtendedUser
 
statusFavorited - Variable in class twitter4j.User
 
statusId - Variable in class twitter4j.User
 
statusInReplyToScreenName - Variable in class twitter4j.User
 
statusInReplyToStatusId - Variable in class twitter4j.User
 
statusInReplyToUserId - Variable in class twitter4j.User
 
statusSource - Variable in class twitter4j.User
 
statusText - Variable in class twitter4j.User
 
statusTruncated - Variable in class twitter4j.User
 

T

TEST - Static variable in class twitter4j.AsyncTwitter
 
test() - Method in class twitter4j.Twitter
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
testAsync() - Method in class twitter4j.AsyncTwitter
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
tested(boolean) - Method in class twitter4j.TwitterAdapter
 
tested(boolean) - Method in interface twitter4j.TwitterListener
 
text - Variable in class twitter4j.DirectMessage
 
text - Variable in class twitter4j.Status
 
text - Variable in class twitter4j.Tweet
 
threads - Variable in class twitter4j.Dispatcher
 
ticket - Variable in class twitter4j.Dispatcher
 
timeZone - Variable in class twitter4j.ExtendedUser
 
toDateStr(Date) - Method in class twitter4j.Twitter
 
token - Variable in class twitter4j.http.OAuthToken
 
tokenSecret - Variable in class twitter4j.http.OAuthToken
 
toParamList(PostParameter[]) - Static method in class twitter4j.http.OAuth
 
toString() - Method in class twitter4j.DirectMessage
 
toString() - Method in class twitter4j.ExtendedUser
 
toString() - Method in class twitter4j.http.OAuthToken
 
toString() - Method in class twitter4j.http.Response
 
toString() - Method in class twitter4j.IDs
 
toString() - Method in class twitter4j.Query
 
toString() - Method in class twitter4j.QueryResult
 
toString() - Method in class twitter4j.Status
 
toString() - Method in class twitter4j.Trend
 
toString() - Method in class twitter4j.Tweet
 
toString() - Method in class twitter4j.Twitter
 
toString(Element) - Static method in class twitter4j.TwitterResponse
 
toString() - Method in class twitter4j.User
 
total - Variable in class twitter4j.QueryResult
 
toUser - Variable in class twitter4j.Tweet
 
toUserId - Variable in class twitter4j.Tweet
 
Trend - Class in twitter4j
A data class representing Treand.
Trend(JSONObject) - Constructor for class twitter4j.Trend
 
trendAt - Variable in class twitter4j.Trends
 
TRENDS - Static variable in class twitter4j.AsyncTwitter
 
Trends - Class in twitter4j
A data class representing Treands.
Trends(Response, Date, Date, Trend[]) - Constructor for class twitter4j.Trends
 
trends - Variable in class twitter4j.Trends
 
Tweet - Class in twitter4j
A data class representing a Tweet in the search response
Tweet(JSONObject, Twitter) - Constructor for class twitter4j.Tweet
 
tweets - Variable in class twitter4j.QueryResult
 
twitter - Variable in class twitter4j.examples.FeedMonitor
 
Twitter - Class in twitter4j
A java reporesentation of the Twitter API
Twitter() - Constructor for class twitter4j.Twitter
 
Twitter(String) - Constructor for class twitter4j.Twitter
 
Twitter(String, String) - Constructor for class twitter4j.Twitter
 
Twitter(String, String, String) - Constructor for class twitter4j.Twitter
 
twitter - Variable in class twitter4j.User
 
Twitter.Device - Class in twitter4j
 
Twitter.Device(String) - Constructor for class twitter4j.Twitter.Device
 
twitter4j - package twitter4j
 
twitter4j.examples - package twitter4j.examples
 
twitter4j.http - package twitter4j.http
 
TwitterAdapter - Class in twitter4j
A handy adapter of TwitterListener.
TwitterAdapter() - Constructor for class twitter4j.TwitterAdapter
 
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(String, int) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, Exception) - Constructor for exception twitter4j.TwitterException
 
TwitterException(String, Exception, int) - Constructor for exception twitter4j.TwitterException
 
TwitterListener - Interface in twitter4j
A listner for receiving asynchronous responses from Twitter Async APIs.
TwitterResponse - Class in twitter4j
Super class of Twitter Response objects.
TwitterResponse() - Constructor for class twitter4j.TwitterResponse
 
TwitterResponse(Response) - Constructor for class twitter4j.TwitterResponse
 

U

UNBLOCK - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use DESTROYED_BLOCK instead.
unblock(String) - Method in class twitter4j.Twitter
Deprecated. Use destroyBlock(String id) instead
unblockAsync(String) - Method in class twitter4j.AsyncTwitter
Un-blocks the user specified in the ID parameter as the authenticating user.
unblocked(User) - Method in class twitter4j.TwitterAdapter
Deprecated. use destroyedBlock instead
unblocked(User) - Method in interface twitter4j.TwitterListener
Deprecated. use destroyedBlock instead
unescape(String) - Static method in class twitter4j.http.HTMLEntity
 
unescape(StringBuffer) - Static method in class twitter4j.http.HTMLEntity
 
UPDATE - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use UPDATE_STATUS instead.
Update - Class in twitter4j.examples
This is a code example of Twitter4J update API.
Usage: java twitter4j.examples.Update TwitterID TwitterPassword text
Update() - Constructor for class twitter4j.examples.Update
 
update(String) - Method in class twitter4j.Twitter
Deprecated. Use updateStatus(String status) instead
update(String, long) - Method in class twitter4j.Twitter
Deprecated. Use updateStatus(String status, long inReplyToStatusId) instead
UPDATE_DELIVERLY_DEVICE - Static variable in class twitter4j.AsyncTwitter
 
UPDATE_LOCATION - Static variable in class twitter4j.AsyncTwitter
Deprecated. Use UPDATE_PROFILE instead.
UPDATE_PROFILE - Static variable in class twitter4j.AsyncTwitter
 
UPDATE_PROFILE_COLORS - Static variable in class twitter4j.AsyncTwitter
 
UPDATE_STATUS - Static variable in class twitter4j.AsyncTwitter
 
updateAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use updateStatusAsync(String status, TwitterListener listener) instead
updateAsync(String) - Method in class twitter4j.AsyncTwitter
Deprecated. Use updateStatusAsync(String status) instead
updateAsync(String, long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
This method calls http://twitter.com/statuses/update
updateAsync(String, long) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
This method calls http://twitter.com/statuses/update
updated(Status) - Method in class twitter4j.TwitterAdapter
Deprecated. use updatedStatus instead
updated(Status) - Method in interface twitter4j.TwitterListener
Deprecated. use updatedStatus instead
updatedDeliverlyDevice(User) - Method in class twitter4j.TwitterAdapter
 
updatedDeliverlyDevice(User) - Method in interface twitter4j.TwitterListener
 
updateDeliverlyDevice(Twitter.Device) - Method in class twitter4j.Twitter
Sets which device Twitter delivers updates to for the authenticating user.
updateDeliverlyDeviceAsync(Twitter.Device, TwitterListener) - Method in class twitter4j.AsyncTwitter
Sets which device Twitter delivers updates to for the authenticating user.
updatedLocation(User) - Method in class twitter4j.TwitterAdapter
Deprecated. Use updatedProfile instead
updatedLocation(User) - Method in interface twitter4j.TwitterListener
Deprecated. Use updatedProfile instead
updatedProfile(ExtendedUser) - Method in class twitter4j.TwitterAdapter
 
updatedProfile(ExtendedUser) - Method in interface twitter4j.TwitterListener
 
updatedProfileColors(ExtendedUser) - Method in class twitter4j.TwitterAdapter
 
updatedProfileColors(ExtendedUser) - Method in interface twitter4j.TwitterListener
 
updatedStatus(Status) - Method in class twitter4j.TwitterAdapter
 
updatedStatus(Status) - Method in interface twitter4j.TwitterListener
 
updateLocation(String) - Method in class twitter4j.Twitter
Deprecated. Use updateProfile(String name, String email, String url, String location, String description) instead
updateLocationAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Updates the location
updateProfile(String, String, String, String, String) - Method in class twitter4j.Twitter
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfileAsync(String, String, String, String, String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfileAsync(String, String, String, String, String) - Method in class twitter4j.AsyncTwitter
Sets values that users are able to set under the "Account" tab of their settings page.
updateProfileColors(String, String, String, String, String) - Method in class twitter4j.Twitter
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
updateProfileColorsAsync(String, String, String, String, String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
updateProfileColorsAsync(String, String, String, String, String) - Method in class twitter4j.AsyncTwitter
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
updateStatus(String) - Method in class twitter4j.Twitter
Updates the user's status.
updateStatus(String, long) - Method in class twitter4j.Twitter
Updates the user's status.
updateStatusAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
This method calls http://twitter.com/statuses/update
updateStatusAsync(String) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
This method calls http://twitter.com/statuses/update
updateStatusAsync(String, long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
This method calls http://twitter.com/statuses/update
updateStatusAsync(String, long) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
This method calls http://twitter.com/statuses/update
url - Variable in class twitter4j.Trend
 
url - Variable in class twitter4j.User
 
usePostForcibly - Variable in class twitter4j.Twitter
 
user - Variable in class twitter4j.Status
 
User - Class in twitter4j
A data class representing Basic user information element
User(Response, Twitter) - Constructor for class twitter4j.User
 
User(Response, Element, Twitter) - Constructor for class twitter4j.User
 
USER_DETAIL - Static variable in class twitter4j.AsyncTwitter
 
USER_TIMELINE - Static variable in class twitter4j.AsyncTwitter
 
userId - Variable in class twitter4j.http.HttpClient
 
UserWithStatus - Class in twitter4j
Deprecated. use twitter4j.ExtendedUser instead
UserWithStatus(Response, Twitter) - Constructor for class twitter4j.UserWithStatus
Deprecated.  
utcOffset - Variable in class twitter4j.ExtendedUser
 

V

value - Variable in class twitter4j.http.PostParameter
 
verifyCredentials() - Method in class twitter4j.Twitter
Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not.
VERSION - Static variable in class twitter4j.Twitter
 

W

warning - Variable in class twitter4j.QueryResult
 
WEEKLY_TRENDS - Static variable in class twitter4j.AsyncTwitter
 

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