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

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(String, String) - Constructor for class twitter4j.http.AccessToken
 
asDocument() - Method in class twitter4j.http.Response
 
asJSONObject() - Method in class twitter4j.http.Response
 
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
 
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
 

B

BASE64Encoder - Class in twitter4j.http
A utility class encodes byte array into String using Base64 encoding scheme.
BASE64Encoder() - Constructor for class twitter4j.http.BASE64Encoder
 
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
 
blocked(User) - Method in interface twitter4j.TwitterListener
Deprecated. use createdBlock instead

C

compareTo(Object) - Method in class twitter4j.http.PostParameter
 
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.
constructUsers(Document, Twitter) - Static method in class twitter4j.User
 
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
 
created(User) - Method in interface twitter4j.TwitterListener
Deprecated. use createdFriendship instead
CREATED_BLOCK - Static variable in class twitter4j.AsyncTwitter
 
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.

D

deletedDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
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
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
calls http://twitter.com/direct_messages/destroy 
destroyDirectMessageAsync(int) - Method in class twitter4j.AsyncTwitter
Delete specified direct message
calls http://twitter.com/direct_messages/destroy 
destroyed(User) - Method in class twitter4j.TwitterAdapter
 
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.
DIRECT_MESSAGES - Static variable in class twitter4j.AsyncTwitter
 
DirectMessage - Class in twitter4j
A data class representing sent/received direct message.
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.

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
 
encodeDate(String, String) - Method in class twitter4j.TwitterResponse
 
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
 
ensureRootNodeNameIs(String, Element) - Method in class twitter4j.TwitterResponse
 
ensureRootNodeNameIs(String[], Element) - Method in class twitter4j.TwitterResponse
 
ensureRootNodeNameIs(String, Document) - Static method in class twitter4j.TwitterResponse
 
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.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.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
 
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(Element, 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
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
 
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
 
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
 
forceUsePost(boolean) - Method in class twitter4j.Twitter
Deprecated. some methods don't accept POST method anymore
FRIENDS - Static variable in class twitter4j.AsyncTwitter
 
FRIENDS_IDS - Static variable in class twitter4j.AsyncTwitter
 
FRIENDS_TIMELINE - Static variable in class twitter4j.AsyncTwitter
 

G

get(String, boolean) - Method in class twitter4j.http.HttpClient
 
get(String) - Method in class twitter4j.http.HttpClient
 
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
 
getAccessToken() - Method in class twitter4j.http.RequestToken
 
getAccessTokenURL() - Method in class twitter4j.http.HttpClient
 
getAuthenticatedUser() - Method in class twitter4j.Twitter
Deprecated. since Twitter4J 2.0.0 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
getChildBoolean(String, Element) - Method in class twitter4j.TwitterResponse
 
getChildDate(String, Element) - Method in class twitter4j.TwitterResponse
 
getChildDate(String, Element, String) - Method in class twitter4j.TwitterResponse
 
getChildInt(String, Element) - Method in class twitter4j.TwitterResponse
 
getChildLong(String, Element) - Method in class twitter4j.TwitterResponse
 
getChildText(String, Element) - Method in class twitter4j.TwitterResponse
 
getClientURL() - Method in class twitter4j.Twitter
 
getClientVersion() - Method in class twitter4j.Twitter
 
getCompletedIn() - Method in class twitter4j.QueryResult
 
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.  
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
getDowntimeSchedule() - Method in class twitter4j.Twitter
Returns the same text displayed on http://twitter.com/home when a maintenance window is scheduled, in the requested format.
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, int page) 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.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

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
 
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
 
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
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) - 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
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.  
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
getTweets() - Method in class twitter4j.QueryResult
 
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
 
gotDirectMessages(List<DirectMessage>) - Method in class twitter4j.TwitterAdapter
 
gotDirectMessages(List<DirectMessage>) - Method in interface twitter4j.TwitterListener
 
gotDowntimeSchedule(String) - Method in class twitter4j.TwitterAdapter
 
gotDowntimeSchedule(String) - Method in interface twitter4j.TwitterListener
 
gotExists(boolean) - Method in class twitter4j.TwitterAdapter
 
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
 
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
 
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
 
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
 

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.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.Tweet
 
hashCode() - Method in class twitter4j.Twitter
 
hashCode() - Method in class twitter4j.User
 
HTMLEntity - Class in twitter4j.http
 
HTMLEntity() - Constructor for class twitter4j.http.HTMLEntity
 
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
 
httpRequest(String, PostParameter[], boolean) - Method in class twitter4j.http.HttpClient
 

I

IDs - Class in twitter4j
A data class representing array of numeric IDs.
IM - Static variable in class twitter4j.Twitter
 
isAuthenticationEnabled() - Method in class twitter4j.http.HttpClient
 
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.  
isNotificationEnabled() - Method in class twitter4j.ExtendedUser
 
isNotifications() - Method in class twitter4j.ExtendedUser
Deprecated. use isNotificationsEnabled() instead
isNotifications() - Method in class twitter4j.UserWithStatus
Deprecated.  
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() - Method in class twitter4j.Status
Test if the status is truncated
isUsePostForced() - Method in class twitter4j.Twitter
 

K

KILOMETERS - Variable in class twitter4j.Query
 

L

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
 
left(User) - Method in interface twitter4j.TwitterListener
Deprecated. use disabledNotification instead

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.
maxId(long) - Method in class twitter4j.Paging
 
MENTIONS - Static variable in class twitter4j.AsyncTwitter
 
MILES - Variable in class twitter4j.Query
 

N

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
 

O

OAuth - Class in twitter4j.http
 
OAuth(String, String) - Constructor for class twitter4j.http.OAuth
 
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
 
onException(TwitterException, int) - Method in class twitter4j.TwitterAdapter
 
onException(TwitterException, int) - Method in interface twitter4j.TwitterListener
 

P

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
 
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
 
PUBLIC_TIMELINE - Static variable in class twitter4j.AsyncTwitter
 

Q

Query - Class in twitter4j
A data class represents search query.
Query() - Constructor for class twitter4j.Query
 
Query(String) - Constructor for class twitter4j.Query
 
QueryResult - Class in twitter4j
A data class representing search API response

R

RATE_LIMIT_STATUS - Static variable in class twitter4j.AsyncTwitter
 
RateLimitStatus - Class in twitter4j
A data class representing Twitter rate limit status
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.
REPLIES - Static variable in class twitter4j.AsyncTwitter
Deprecated. use DESTROY_FRIENDSHIP instead.
RequestToken - Class in twitter4j.http
 
Response - Class in twitter4j.http
A data class representing HTTP Response
Response(int, InputStream) - Constructor for class twitter4j.http.Response
 

S

SEARCH - Static variable in class twitter4j.AsyncTwitter
 
search(Query) - Method in class twitter4j.Twitter

calls http://search.twitter.com/search
searchAcync(Query, TwitterListener) - Method in class twitter4j.AsyncTwitter

calls http://search.twitter.com/search
searched(QueryResult) - Method in class twitter4j.TwitterAdapter
 
searched(QueryResult) - Method in interface twitter4j.TwitterListener
 
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.
sentDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
sentDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
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
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
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.
sinceId(int) - Method in class twitter4j.Paging
 
sinceId(long) - Method in class twitter4j.Paging
 
SMS - Static variable in class twitter4j.Twitter
 
Status - Class in twitter4j
A data class representing one single status of a 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
 
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.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.Tweet
 
toString() - Method in class twitter4j.Twitter
 
toString() - Method in class twitter4j.User
 
Tweet - Class in twitter4j
A data class representing a Tweet in the search response
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
 
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
 

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
 
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
 
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
calls http://twitter.com/statuses/update
updateAsync(String, long) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
calls http://twitter.com/statuses/update
updated(Status) - Method in class twitter4j.TwitterAdapter
 
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
 
updatedLocation(User) - 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
Update the location
updateLocationAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Update the location
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
calls http://twitter.com/statuses/update
updateStatusAsync(String) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
calls http://twitter.com/statuses/update
updateStatusAsync(String, long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
calls http://twitter.com/statuses/update
updateStatusAsync(String, long) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
calls http://twitter.com/statuses/update
User - Class in twitter4j
A data class representing Basic user information element
USER_DETAIL - Static variable in class twitter4j.AsyncTwitter
 
USER_TIMELINE - Static variable in class twitter4j.AsyncTwitter
 
UserWithStatus - Class in twitter4j
Deprecated. use twitter4j.ExtendedUser instead
UserWithStatus(Element, Twitter) - Constructor for class twitter4j.UserWithStatus
Deprecated.  

V

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.

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

Copyright © 2009. All Rights Reserved.