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

A

asDocument() - Method in class twitter4j.http.Response
 
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
 

B

BLOCK - Static variable in class twitter4j.AsyncTwitter
 
block(String) - Method in class twitter4j.Twitter
Blocks the user specified in the ID parameter as the authenticating user.
blockAsync(String) - Method in class twitter4j.AsyncTwitter
Blocks the user specified in the ID parameter as the authenticating user.
blocked(User) - Method in class twitter4j.TwitterAdapter
 
blocked(User) - Method in interface twitter4j.TwitterListener
 

C

constructUsers(Document, Twitter) - Static method in class twitter4j.User
 
CREATE - Static variable in class twitter4j.AsyncTwitter
 
create(String) - Method in class twitter4j.Twitter
Befriends the user specified in the ID parameter as the authenticating user.
CREATE_FAVORITE - Static variable in class twitter4j.AsyncTwitter
 
createAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Befriends the user specified in the ID parameter as the authenticating user.
createAsync(String) - Method in class twitter4j.AsyncTwitter
Befriends 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
 
createdFavorite(Status) - Method in class twitter4j.TwitterAdapter
 
createdFavorite(Status) - 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.

D

deletedDirectMessage(DirectMessage) - Method in class twitter4j.TwitterAdapter
 
deletedDirectMessage(DirectMessage) - Method in interface twitter4j.TwitterListener
 
deleteDirectMessage(int) - Method in class twitter4j.Twitter
Destroys the direct message specified in the required ID parameter.
deleteDirectMessageAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Delete specified direct message
DESTORY - Static variable in class twitter4j.AsyncTwitter
Deprecated. use DESTROY 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
 
destroy(String) - Method in class twitter4j.Twitter
Discontinues friendship with the user specified in the ID parameter as the authenticating user.
DESTROY_FAVORITE - Static variable in class twitter4j.AsyncTwitter
 
DESTROY_STATUS - Static variable in class twitter4j.AsyncTwitter
 
destroyAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Discontinues friendship with the specified in the ID parameter as the authenticating user.
destroyAsync(String) - Method in class twitter4j.AsyncTwitter
Discontinues friendship with the specified in the ID parameter as the authenticating user.
destroyed(User) - Method in class twitter4j.TwitterAdapter
 
destroyed(User) - Method in interface twitter4j.TwitterListener
 
destroyedFavorite(Status) - Method in class twitter4j.TwitterAdapter
 
destroyedFavorite(Status) - 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.
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.

E

encodeParameters(PostParameter[]) - Static method in class twitter4j.http.HttpClient
 
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.http.HttpClient
 
equals(Object) - Method in class twitter4j.http.PostParameter
 
equals(Object) - Method in class twitter4j.Status
 
equals(Object) - Method in class twitter4j.Twitter
 
equals(Object) - Method in class twitter4j.User
 
equals(Object) - Method in class twitter4j.UserWithStatus
 

F

FAVORITES - Static variable in class twitter4j.AsyncTwitter
 
favorites() - 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.
favorites(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.
favorites(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.
favorites(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.
favoritesAsync(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.
favoritesAsync(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.
favoritesAsync(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.
favoritesAsync(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.
FEATURED - Static variable in class twitter4j.AsyncTwitter
 
FOLLOW - Static variable in class twitter4j.AsyncTwitter
 
follow(String) - Method in class twitter4j.Twitter
Enables notifications for updates from the specified user to the authenticating user.
followAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Enables notifications for updates from the specified user to the authenticating user.
followAsync(String) - Method in class twitter4j.AsyncTwitter
Enables notifications for updates from the specified user to the authenticating user.
followed(User) - Method in class twitter4j.TwitterAdapter
 
followed(User) - Method in interface twitter4j.TwitterListener
 
FOLLOWERS - Static variable in class twitter4j.AsyncTwitter
 
forceUsePost(boolean) - Method in class twitter4j.Twitter
set true to force using POST method communicating to the server
FRIENDS - 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_DOWNTIME_SCHEDULE - Static variable in class twitter4j.AsyncTwitter
 
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
 
getChildInt(String, Element) - Method in class twitter4j.TwitterResponse
 
getChildLong(String, Element) - Method in class twitter4j.TwitterResponse
 
getChildText(String, Element) - Method in class twitter4j.TwitterResponse
 
getCreatedAt() - Method in class twitter4j.DirectMessage
 
getCreatedAt() - Method in class twitter4j.Status
Return the created_at
getDescription() - Method in class twitter4j.User
Returns the description of the user
getDirectMessages() - Method in class twitter4j.Twitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(int) - Method in class twitter4j.Twitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessages(Date) - Method in class twitter4j.Twitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessagesAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessagesAsync(Date, 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
Returns a list of the direct messages sent to the authenticating user.
getDirectMessagesByPage(int) - Method in class twitter4j.Twitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessagesByPageAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent to the authenticating user.
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.
getFavouritesCount() - Method in class twitter4j.UserWithStatus
 
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(int) - Method in class twitter4j.Twitter
Returns the authenticating user's followers, each with current status inline.
getFollowers(String) - Method in class twitter4j.Twitter
Returns the authenticating user's followers, each with current status inline.
getFollowers(String, int) - Method in class twitter4j.Twitter
Returns the authenticating user's followers, each with current status inline.
getFollowersAsync(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
Returns the authenticating user's followers, each with current status inline.
getFollowersAsync(String, 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
Returns the authenticating user's followers, each with current status inline.
getFollowersCount() - Method in class twitter4j.User
Returns the number of followers
getFollowersCount() - Method in class twitter4j.UserWithStatus
 
getFriends() - Method in class twitter4j.Twitter
Returns the specified user's friends, each with current status inline.
getFriends(int) - Method in class twitter4j.Twitter
Returns the specified user's friends, each with current status inline.
getFriends(String) - Method in class twitter4j.Twitter
Returns the user's friends, each with current status inline.
getFriends(String, int) - Method in class twitter4j.Twitter
Returns the user's friends, each with current status inline.
getFriendsAsync(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
Returns the specified user's friends, each with current status inline.
getFriendsAsync(String, 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
Returns the user's friends, each with current status inline.
getFriendsCount() - Method in class twitter4j.UserWithStatus
 
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(String) - 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
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user.
getFriendsTimeline(String, Date) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified userid.
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(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(Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user.
getFriendsTimelineAsync(String, Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getFriendsTimelineByPage(int) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user.
getFriendsTimelineByPage(String, int) - Method in class twitter4j.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the specified userid.
getFriendsTimelineByPageAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user.
getFriendsTimelineByPageAsync(String, int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent statuses posted in the last 24 hours from the specified user id.
getId() - Method in class twitter4j.DirectMessage
 
getId() - Method in class twitter4j.Status
Returns the id of the status
getId() - Method in class twitter4j.User
Returns the id of the user
getInReplyToStatusId() - Method in class twitter4j.Status
Returns the in_reply_tostatus_id
getInReplyToUserId() - Method in class twitter4j.Status
Returns the in_reply_user_id
getLocation() - Method in class twitter4j.User
Returns the location of the user
getName() - Method in class twitter4j.http.PostParameter
 
getName() - Method in class twitter4j.User
Returns the name of the user
getPassword() - Method in class twitter4j.http.HttpClient
 
getPassword() - Method in class twitter4j.Twitter
Returns authenticating password
getProfileBackgroundColor() - Method in class twitter4j.UserWithStatus
 
getProfileImageURL() - Method in class twitter4j.User
Returns the profile image url of the user
getProfileLinkColor() - Method in class twitter4j.UserWithStatus
 
getProfileSidebarBorderColor() - Method in class twitter4j.UserWithStatus
 
getProfileSidebarFillColor() - Method in class twitter4j.UserWithStatus
 
getProfileTextColor() - Method in class twitter4j.UserWithStatus
 
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
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.
getRecipient() - Method in class twitter4j.DirectMessage
 
getRecipientId() - Method in class twitter4j.DirectMessage
 
getRecipientScreenName() - Method in class twitter4j.DirectMessage
 
getReplies() - Method in class twitter4j.Twitter
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getRepliesAsync(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getRepliesByPage(int) - Method in class twitter4j.Twitter
Returns the most recent replies (status updates prefixed with @username) to the authenticating user.
getRepliesByPageAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
getScreenName() - Method in class twitter4j.User
Returns the screen name of the user
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(Date) - Method in class twitter4j.Twitter
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessages(int) - Method in class twitter4j.Twitter
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessagesAsync(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
Returns a list of the direct messages sent by the authenticating user.
getSentDirectMessagesAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a list of the direct messages sent by the authenticating user.
getSource() - Method in class twitter4j.Status
Returns the source
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.UserWithStatus
 
getStatusesCount() - Method in class twitter4j.UserWithStatus
 
getStatusId() - Method in class twitter4j.UserWithStatus
 
getStatusText() - Method in class twitter4j.UserWithStatus
 
getText() - Method in class twitter4j.DirectMessage
 
getText() - Method in class twitter4j.Status
Returns the text of the status
getURL() - Method in class twitter4j.User
Returns the url of the user
getUser() - Method in class twitter4j.Status
Return the user
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
Returns 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
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline(String, Date) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline(String, int) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline(int, Date) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimeline(String) - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the specified userid.
getUserTimeline() - Method in class twitter4j.Twitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimelineAsync(String, int, Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimelineAsync(String, Date, 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, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the specified user id.
getUserTimelineAsync(int, Date, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
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(TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns the most recent statuses posted in the last 24 hours from the authenticating user.
getValue() - Method in class twitter4j.http.PostParameter
 
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
 
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
 
gotFriends(List<User>) - Method in class twitter4j.TwitterAdapter
 
gotFriends(List<User>) - Method in interface twitter4j.TwitterListener
 
gotFriendsTimeline(List<Status>) - Method in class twitter4j.TwitterAdapter
 
gotFriendsTimeline(List<Status>) - Method in interface twitter4j.TwitterListener
 
gotPublicTimeline(List<Status>) - Method in class twitter4j.TwitterAdapter
 
gotPublicTimeline(List<Status>) - Method in interface twitter4j.TwitterListener
 
gotReplies(List<Status>) - Method in class twitter4j.TwitterAdapter
 
gotReplies(List<Status>) - Method in interface twitter4j.TwitterListener
 
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
 
gotUserDetail(UserWithStatus) - Method in class twitter4j.TwitterAdapter
 
gotUserDetail(UserWithStatus) - 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.http.HttpClient
 
hashCode() - Method in class twitter4j.http.PostParameter
 
hashCode() - Method in class twitter4j.Status
 
hashCode() - Method in class twitter4j.Twitter
 
hashCode() - Method in class twitter4j.User
 
hashCode() - Method in class twitter4j.UserWithStatus
 
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
 

I

IM - Static variable in class twitter4j.Twitter
 
isFavorited() - Method in class twitter4j.Status
Test if the status is favorited
isProtected() - Method in class twitter4j.User
Test if the user status is protected
isRootNodeNilClasses(Document) - Static method in class twitter4j.TwitterResponse
 
isTruncated() - Method in class twitter4j.Status
Test if the status is truncated
isUsePostForced() - Method in class twitter4j.Twitter
 

L

LEAVE - Static variable in class twitter4j.AsyncTwitter
 
leave(String) - Method in class twitter4j.Twitter
Disables notifications for updates from the specified user to the authenticating user.
leaveAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Disables notifications for updates from the specified user to the authenticating user.
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
 

N

NONE - Static variable in class twitter4j.Twitter
 

O

onException(TwitterException, int) - Method in class twitter4j.TwitterAdapter
 
onException(TwitterException, int) - Method in interface twitter4j.TwitterListener
 

P

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
 

R

REPLIES - Static variable in class twitter4j.AsyncTwitter
 
Response - Class in twitter4j.http
A data class representing HTTP Response
Response(int, InputStream) - Constructor for class twitter4j.http.Response
 

S

SEND_DIRECT_MESSAGE - Static variable in class twitter4j.AsyncTwitter
 
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
 
setBaseURL(String) - Method in class twitter4j.Twitter
Sets the base URL
setPassword(String) - Method in class twitter4j.http.HttpClient
 
setPassword(String) - Method in class twitter4j.Twitter
Sets the password
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.
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
 
setSource(String) - Method in class twitter4j.Twitter
Sets the source parameter that will be passed by updating methods See below for details.
setUserAgent(String) - Method in class twitter4j.http.HttpClient
 
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
 
show(int) - Method in class twitter4j.Twitter
Deprecated. Use show(long id) instead.
show(long) - Method in class twitter4j.Twitter
Returns a single status, specified by the id parameter.
showAsync(int, TwitterListener) - Method in class twitter4j.AsyncTwitter
Deprecated. Use showAsync(long id) instead.
showAsync(long, TwitterListener) - Method in class twitter4j.AsyncTwitter
Returns a single status, specified by the id parameter.
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
 
toString() - Method in class twitter4j.DirectMessage
 
toString() - Method in class twitter4j.http.Response
 
toString() - Method in class twitter4j.Status
 
toString() - Method in class twitter4j.Twitter
 
toString() - Method in class twitter4j.User
 
toString() - Method in class twitter4j.UserWithStatus
 
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.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
 
unblock(String) - Method in class twitter4j.Twitter
Un-blocks the user specified in the ID parameter as the authenticating user.
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
 
UPDATE - Static variable in class twitter4j.AsyncTwitter
 
update(String) - Method in class twitter4j.Twitter
Updates the user's status.
UPDATE_DELIVERLY_DEVICE - Static variable in class twitter4j.AsyncTwitter
 
UPDATE_LOCATION - Static variable in class twitter4j.AsyncTwitter
 
updateAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
updateAsync(String) - Method in class twitter4j.AsyncTwitter
Updates the user's status asynchronously
updated(Status) - Method in class twitter4j.TwitterAdapter
 
updated(Status) - Method in interface twitter4j.TwitterListener
 
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
 
updateLocation(String) - Method in class twitter4j.Twitter
Update the location
updateLocationAsync(String, TwitterListener) - Method in class twitter4j.AsyncTwitter
Update the location
User - Class in twitter4j
A data class representing Twitter User
USER_DETAIL - Static variable in class twitter4j.AsyncTwitter
 
USER_TIMELINE - Static variable in class twitter4j.AsyncTwitter
 
UserWithStatus - Class in twitter4j
A data class representing Twitter User with status
UserWithStatus(Element, Twitter) - Constructor for class twitter4j.UserWithStatus
 

V

verifyCredentials() - Method in class twitter4j.Twitter
Returns true if authentication was successful.

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