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

A

AccountHandler - Class in com.twitterapime.rest.handler
Handler class for parsing the account's XML results from Twitter API.
AccountHandler() - Constructor for class com.twitterapime.rest.handler.AccountHandler
 
append(Query, Query) - Static method in class com.twitterapime.search.QueryComposer
Append a query to another one.
Attributes - Interface in com.twitterapime.parser
This interface defines a list of attributes.

B

block(UserAccount) - Method in class com.twitterapime.rest.FriendshipManager
Allows the authenticating user to block the user specified in the given UserAccount object.
block(UserAccount) - Method in class com.twitterapime.rest.UserAccountManager
FriendshipManager.block(UserAccount)

C

close() - Method in interface com.twitterapime.io.HttpConnection
Close the connection.
close() - Method in class com.twitterapime.io.HttpRequest
Close the request object connection.
com.twitterapime.io - package com.twitterapime.io
 
com.twitterapime.io.handler - package com.twitterapime.io.handler
 
com.twitterapime.model - package com.twitterapime.model
 
com.twitterapime.parser - package com.twitterapime.parser
 
com.twitterapime.platform - package com.twitterapime.platform
 
com.twitterapime.rest - package com.twitterapime.rest
 
com.twitterapime.rest.handler - package com.twitterapime.rest.handler
 
com.twitterapime.search - package com.twitterapime.search
 
com.twitterapime.search.handler - package com.twitterapime.search.handler
 
com.twitterapime.util - package com.twitterapime.util
 
com.twitterapime.xauth - package com.twitterapime.xauth
 
containAll(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that contain all the given words.
containAny(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that contain at least one of the given words.
containExact(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that exactly match the given phrase, e.g., "The sky is blue.".
containHashtag(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that contain the given hashtag, e.g., "twitter".
containLink() - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that contain link(s).
containNone(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that do not contain none of the given words.
containQuestion() - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that contain a question "?".
convertTweetDateToLong(String) - Static method in class com.twitterapime.util.StringUtil
Convert a given date according to a format used by Twitter to long.
count(int) - Static method in class com.twitterapime.search.QueryComposer
Create a query to define the tweet count to be returned.
Credential - Class in com.twitterapime.rest
This class defines an entity that represents a user's credential.
Credential(String, String) - Constructor for class com.twitterapime.rest.Credential
Deprecated.  
Credential(String, String, String, String) - Constructor for class com.twitterapime.rest.Credential
Create an instance of Credential class.
Credential(String, String, String, Token) - Constructor for class com.twitterapime.rest.Credential
Create an instance of Credential class.
CREDENTIAL_ACCESS_TOKEN - Static variable in class com.twitterapime.model.MetadataSet
Report the credential's access token, e.g., "oauth_token=fduye8fd&oauth_token_secret=897fdjhf7d7h".
CREDENTIAL_CONSUMER_KEY - Static variable in class com.twitterapime.model.MetadataSet
Report the credential's consumer key, e.g., "jhdas78asjdhajsdas87d8adj".
CREDENTIAL_CONSUMER_SECRET - Static variable in class com.twitterapime.model.MetadataSet
Report the credential's consumer secret, e.g., "fiuwnmlfd89d23hspmghuyf".
CREDENTIAL_PASSWORD - Static variable in class com.twitterapime.model.MetadataSet
Report the credential's password, e.g., "j0hnsm1th".
CREDENTIAL_USERNAME - Static variable in class com.twitterapime.model.MetadataSet
Report the credential's username, e.g., "johnsmith".
CUSTOM_HTTP_CODE_ENHANCE_YOUR_CALM - Static variable in class com.twitterapime.io.HttpResponseCodeInterpreter
420: Custom Http code from Twitter API which means to wait a little bit for a new request.

D

data - Variable in class com.twitterapime.model.DefaultEntity
Hashtable object that stores the attributes/values.
DefaultEntity - Class in com.twitterapime.model
This class provides a basic implementation of Entity interface.
DefaultEntity() - Constructor for class com.twitterapime.model.DefaultEntity
Create an instance of DefaultEntity class.
DefaultEntity(Hashtable) - Constructor for class com.twitterapime.model.DefaultEntity
Create an instance of DefaultEntity class.
DefaultXMLHandler - Class in com.twitterapime.parser
This class defines a default XML document handler.
DefaultXMLHandler() - Constructor for class com.twitterapime.parser.DefaultXMLHandler
 
DirectMessageHandler - Class in com.twitterapime.rest.handler
Handler class for parsing the XML Direct Message from Twitter API.
DirectMessageHandler() - Constructor for class com.twitterapime.rest.handler.DirectMessageHandler
 

E

encode(String, String) - Static method in class com.twitterapime.util.StringUtil
Encode a given string.
endDocument() - Method in class com.twitterapime.parser.DefaultXMLHandler
 
endDocument() - Method in interface com.twitterapime.parser.XMLHandler
Callback method called to notify the end of the document.
endDocument() - Method in class com.twitterapime.rest.handler.AccountHandler
 
endDocument() - Method in class com.twitterapime.rest.handler.StatusHandler
 
endElement(String, String, String) - Method in class com.twitterapime.parser.DefaultXMLHandler
 
endElement(String, String, String) - Method in interface com.twitterapime.parser.XMLHandler
Callback method called to notify the end of a element in the document.
endElement(String, String, String) - Method in class com.twitterapime.rest.handler.DirectMessageHandler
 
endElement(String, String, String) - Method in class com.twitterapime.rest.handler.TimelineHandler
 
endElement(String, String, String) - Method in class com.twitterapime.search.handler.SearchResultHandler
 
Entity - Interface in com.twitterapime.model
This interface defines some basic accessor methods to access different typed attributes from a data entity.
equals(Object) - Method in class com.twitterapime.model.DefaultEntity
 
equals(Object) - Method in class com.twitterapime.platform.PlatformProvider
 
equals(Object) - Method in class com.twitterapime.rest.UserAccountManager
 
equals(Object) - Method in class com.twitterapime.search.Query
 

F

findByID(String) - Method in class com.twitterapime.rest.TweetER
Find the tweet associated to the given ID.
follow(UserAccount) - Method in class com.twitterapime.rest.FriendshipManager
Allows the authenticating user to follow the user specified in the given UserAccount object.
follow(UserAccount) - Method in class com.twitterapime.rest.UserAccountManager
FriendshipManager.follow(UserAccount)
formatTweetID(String) - Static method in class com.twitterapime.util.StringUtil
Format the Tweet ID returned by Twitter Search API.
FriendshipManager - Class in com.twitterapime.rest
This class defines the methods responsible for managing friendship (friends and followers).
from(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that were sent by a given person, e.g., "twitteruser".

G

geocode(String, String, int, String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that were sent from a user that was located within a given radius of the given latitude/longitude.
GeoLocation - Class in com.twitterapime.rest
This class defines an entity that represents a geographic location.
GeoLocation() - Constructor for class com.twitterapime.rest.GeoLocation
Create an instance of GeoLocation class.
GeoLocation(Hashtable) - Constructor for class com.twitterapime.rest.GeoLocation
Create an instance of GeoLocation class.
GeoLocation(String) - Constructor for class com.twitterapime.rest.GeoLocation
Create an instance of GeoLocation class.
GeoLocation(String, String) - Constructor for class com.twitterapime.rest.GeoLocation
Create an instance of GeoLocation class.
GEOLOCATION_COUNTRY - Static variable in class com.twitterapime.model.MetadataSet
Reports the geo location country, e.g., "United States".
GEOLOCATION_LATITUDE - Static variable in class com.twitterapime.model.MetadataSet
Reports the geo location latitude, e.g., "+50".
GEOLOCATION_LONGITUDE - Static variable in class com.twitterapime.model.MetadataSet
Reports the geo location longitude, e.g., "-10".
GEOLOCATION_PLACE_FULL_NAME - Static variable in class com.twitterapime.model.MetadataSet
Reports the geo location full name, e.g., "San Francisco, CA".
GEOLOCATION_PLACE_ID - Static variable in class com.twitterapime.model.MetadataSet
Reports the geo location place id, e.g., "87d6s767dsd".
GEOLOCATION_PLACE_NAME - Static variable in class com.twitterapime.model.MetadataSet
Reports the geo location place name, e.g., "San Francisco".
GEOLOCATION_PLACE_TYPE - Static variable in class com.twitterapime.model.MetadataSet
Reports the geo location place type, e.g., "city".
GEOLOCATION_PLACE_URL - Static variable in class com.twitterapime.model.MetadataSet
Reports the geo location url, e.g., "http://api.twitter.com/1/geo/id/3c9e627dd6b55d9e.json".
GEOLOCATION_POLYGON - Static variable in class com.twitterapime.model.MetadataSet
Reports the geo location polygon, e.g., {"123", "456", "789", "0"}.
GeoLocationHandler - Class in com.twitterapime.rest.handler
Handler class for parsing the XML geo location from Twitter API.
GeoLocationHandler() - Constructor for class com.twitterapime.rest.handler.GeoLocationHandler
 
GET - Static variable in interface com.twitterapime.io.HttpConnection
HTTP Get method.
getAPICallsCount() - Method in class com.twitterapime.search.SearchDevice
Get the calls count submitted to Twitter Search API since the API was loaded by class loader.
getArray(String) - Method in class com.twitterapime.model.DefaultEntity
 
getArray(String) - Method in interface com.twitterapime.model.Entity
Get the values of an array attribute.
getAvailableProviders() - Static method in class com.twitterapime.platform.PlatformProviderSelector
Get all the platform providers supported by this API.
getBodyContent() - Method in class com.twitterapime.io.HttpResponse
Get the response's body content.
getBodyParameters() - Method in class com.twitterapime.io.HttpRequest
Get body parameters.
getCode() - Method in class com.twitterapime.io.HttpResponse
Get the response code.
getCurrentProvider() - Static method in class com.twitterapime.platform.PlatformProviderSelector
Get the current platform provider which is providing all the services of this API.
getDate(String) - Method in class com.twitterapime.model.DefaultEntity
 
getDate(String) - Method in interface com.twitterapime.model.Entity
Get the value of a date attribute.
getDefaultParser() - Static method in class com.twitterapime.parser.ParserFactory
Create the default parser instance according to the underlying platform.
getDefaultProvider() - Static method in class com.twitterapime.platform.PlatformProviderSelector
Get the default platform provider suggested by Platform Provider selector.
getElement(Object) - Method in class com.twitterapime.util.QSort
Get an element to be sorted from a given object.
getErrorMessage(HttpResponse) - Static method in class com.twitterapime.io.HttpResponseCodeInterpreter
Get error messages from connection's response.
getFollowersID(Query) - Method in class com.twitterapime.rest.FriendshipManager
Get the followers ID list of verified user.
getFollowersID(UserAccount, Query) - Method in class com.twitterapime.rest.FriendshipManager
Get the followers ID list of a given user.
getFollowersID(Query) - Method in class com.twitterapime.rest.UserAccountManager
FriendshipManager.getFollowersID(Query)
getFriendsID(Query) - Method in class com.twitterapime.rest.FriendshipManager
Get the friends ID list of verified user.
getFriendsID(UserAccount, Query) - Method in class com.twitterapime.rest.FriendshipManager
Get the friends ID list of a given user.
getFriendsID(Query) - Method in class com.twitterapime.rest.UserAccountManager
FriendshipManager.getFriendsID(Query)
getHeaderField(String) - Method in interface com.twitterapime.io.HttpConnection
Returns the value of the named header field.
getHeaderFields() - Method in class com.twitterapime.io.HttpRequest
Get header fields.
getID() - Method in class com.twitterapime.platform.PlatformProvider
Get the platform provider ID.
getIndex(String) - Method in interface com.twitterapime.parser.Attributes
Get the index value of a given qualified name.
getInstance(UserAccountManager) - Static method in class com.twitterapime.rest.FriendshipManager
Get an instance of FriendshipManager class and associate it to a given user account.
getInstance() - Static method in class com.twitterapime.rest.FriendshipManager
Get a single instance of FriendshipManager class, which is NOT associated to any user account.
getInstance(UserAccountManager) - Static method in class com.twitterapime.rest.Timeline
Get an instance of Timeline class and associate it to a given user account.
getInstance() - Static method in class com.twitterapime.rest.Timeline
Get a single instance of Timeline class, which is NOT associated to any user account.
getInstance(UserAccountManager) - Static method in class com.twitterapime.rest.TweetER
Get an instance of TweetER class and associate it to a given user account.
getInstance() - Static method in class com.twitterapime.rest.TweetER
Get a single instance of TweetER class, which is NOT associated to any user account.
getInstance(Credential) - Static method in class com.twitterapime.rest.UserAccountManager
Get an instance of UserAccountManager class and associate it to a given user credential.
getInstance() - Static method in class com.twitterapime.search.SearchDevice
Get an instance of SearchDevice class.
getInt(String) - Method in class com.twitterapime.model.DefaultEntity
 
getInt(String) - Method in interface com.twitterapime.model.Entity
Get the value of an int attribute.
getLastAPICallTime() - Method in class com.twitterapime.search.SearchDevice
Get the time at which the last call was submitted to Twitter Search API.
getLastTweet() - Method in class com.twitterapime.rest.UserAccount
Get the last tweet posted by the user.
getLength() - Method in interface com.twitterapime.parser.Attributes
Get the number of attributes in the list.
getLocation() - Method in class com.twitterapime.search.Tweet
Get the tweet's location object.
getLong(String) - Method in class com.twitterapime.model.DefaultEntity
 
getLong(String) - Method in interface com.twitterapime.model.Entity
Get the value of a long attribute.
getMethod() - Method in class com.twitterapime.io.HttpRequest
Get Http method.
getObject(String) - Method in class com.twitterapime.model.DefaultEntity
 
getObject(String) - Method in interface com.twitterapime.model.Entity
Get the value of an object attribute.
getParsedErrorMessage() - Method in class com.twitterapime.io.handler.HttpResponseCodeErrorHandler
Return the parsed error message.
getParsedRateLimitStatus() - Method in class com.twitterapime.rest.handler.RateLimitStatusHandler
Return the parsed rate limit status info.
getParsedRequestMessage() - Method in class com.twitterapime.io.handler.HttpResponseCodeErrorHandler
Return the parsed request message.
getParsedTweet() - Method in class com.twitterapime.rest.handler.StatusHandler
Return the parsed tweet.
getParsedTweets() - Method in class com.twitterapime.rest.handler.DirectMessageHandler
Return the parsed tweets.
getParsedTweets() - Method in class com.twitterapime.rest.handler.TimelineHandler
Return the parsed tweets.
getParsedTweets() - Method in class com.twitterapime.search.handler.SearchResultHandler
Returns the parsed tweets.
getParsedUserAccount() - Method in class com.twitterapime.rest.handler.AccountHandler
Return the parsed user account.
getQName(int) - Method in interface com.twitterapime.parser.Attributes
Get the qualified name associated to the given index value.
getQueryString() - Method in class com.twitterapime.io.HttpRequest
Get URL's query string.
getQueryStringParams() - Method in class com.twitterapime.io.HttpRequest
Get URL's query string parameters.
getRateLimitStatus() - Method in class com.twitterapime.rest.UserAccountManager
Returns a set of info about the number of API requests available to the requesting user before the REST API limit is reached for the current hour.
getRateLimitStatus() - Method in class com.twitterapime.search.SearchDevice
Return a set of info about the number of API requests available to the requesting IP address before the REST API limit is reached for the current hour.
getRecipientAccount() - Method in class com.twitterapime.search.Tweet
Get the recipient account.
Call this method to retrieve info about the recipient user by sending a Direct Message.
getRepostedTweet() - Method in class com.twitterapime.search.Tweet
Get the reposted tweet object.
getRequestProperty(String) - Method in interface com.twitterapime.io.HttpConnection
Returns the value of the named general request property for this connection.
getResponseCode() - Method in interface com.twitterapime.io.HttpConnection
Returns the HTTP response status code, e.g., 200 (HTTP_OK).
getSanitizedURL() - Method in class com.twitterapime.io.HttpRequest
Get sanitized URL.
getSecret() - Method in class com.twitterapime.xauth.Token
Get the secret token.
getStream() - Method in class com.twitterapime.io.HttpResponse
Get the response's stream.
getString(String) - Method in class com.twitterapime.model.DefaultEntity
 
getString(String) - Method in interface com.twitterapime.model.Entity
Get the value of a string attribute.
getToken() - Method in class com.twitterapime.xauth.Token
Get the access token.
getType(int) - Method in interface com.twitterapime.parser.Attributes
Get the type of a qualified name associated to the given index value.
getURL() - Method in class com.twitterapime.io.HttpRequest
Get URL.
getUserAccount() - Method in class com.twitterapime.rest.UserAccountManager
Get the logged user's account.
getUserAccount(UserAccount) - Method in class com.twitterapime.rest.UserAccountManager
Get the account of a given user.
getUserAccount() - Method in class com.twitterapime.search.Tweet
Get the user account.
getValue(String) - Method in interface com.twitterapime.parser.Attributes
Get the value associated to a given qualified name.
getValue(int) - Method in interface com.twitterapime.parser.Attributes
Get the value of a qualified name associated to the given index value.
greater(Object, Object) - Method in class com.twitterapime.util.QSort
Verify if a given object (1st param) is greater than another object (2nd param).

H

Handler - Interface in com.twitterapime.parser
This interface defines a document handler.
hashCode() - Method in class com.twitterapime.model.DefaultEntity
 
hashCode() - Method in class com.twitterapime.platform.PlatformProvider
 
hashCode() - Method in class com.twitterapime.rest.UserAccountManager
 
hashCode() - Method in class com.twitterapime.search.Query
 
HEAD - Static variable in interface com.twitterapime.io.HttpConnection
HTTP Head method.
HTTP_BAD_GATEWAY - Static variable in interface com.twitterapime.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_REQUEST - Static variable in interface com.twitterapime.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_FORBIDDEN - Static variable in interface com.twitterapime.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_INTERNAL_ERROR - Static variable in interface com.twitterapime.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_NOT_ACCEPTABLE - Static variable in interface com.twitterapime.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_FOUND - Static variable in interface com.twitterapime.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_MODIFIED - Static variable in interface com.twitterapime.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface com.twitterapime.io.HttpConnection
200: The request has succeeded.
HTTP_UNAUTHORIZED - Static variable in interface com.twitterapime.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface com.twitterapime.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HttpConnection - Interface in com.twitterapime.io
This interface defines the necessary methods and constants for an HTTP connection.
HttpConnector - Class in com.twitterapime.io
This is factory class for creating new HttpConnection objects.
HttpRequest - Class in com.twitterapime.io
This class implements a Http request.
HttpRequest(String) - Constructor for class com.twitterapime.io.HttpRequest
Create an instance of HttpRequest class.
HttpResponse - Class in com.twitterapime.io
This class implements a Http response.
HttpResponseCodeErrorHandler - Class in com.twitterapime.io.handler
Handler class for parsing the XML error messages from Twitter API.
HttpResponseCodeErrorHandler() - Constructor for class com.twitterapime.io.handler.HttpResponseCodeErrorHandler
 
HttpResponseCodeInterpreter - Class in com.twitterapime.io
This class is responsible for interpreting the Http response-codes from Twitter API, in order to check the status of a request: success or failure.

I

InvalidQueryException - Exception in com.twitterapime.search
This class represents an exception to notify about an error in a query sent to Twitter Search API.
InvalidQueryException() - Constructor for exception com.twitterapime.search.InvalidQueryException
Create an instance of InvalidQueryException class.
InvalidQueryException(String) - Constructor for exception com.twitterapime.search.InvalidQueryException
Create an instance of InvalidQueryException class that receives a custom message.
isAscendingSort() - Method in class com.twitterapime.util.QSort
Return if the sort is set up for ascending or descending.
isBlocking(UserAccount) - Method in class com.twitterapime.rest.FriendshipManager
Verify whether the authenticating user is blocking the user specified in the given UserAccount object.
isBlocking(UserAccount) - Method in class com.twitterapime.rest.UserAccountManager
FriendshipManager.isBlocking(UserAccount)
isEmpty(String) - Static method in class com.twitterapime.util.StringUtil
Verify whether the given string is null or empty.
isFollowing(UserAccount) - Method in class com.twitterapime.rest.FriendshipManager
Verify whether the authenticating user is following the user specified in the given UserAccount object.
isFollowing(UserAccount) - Method in class com.twitterapime.rest.UserAccountManager
FriendshipManager.isFollowing(UserAccount)
isVerified() - Method in class com.twitterapime.rest.UserAccountManager
Return whether it is properly verified.

L

lang(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that are from given language, e.g., "en".
lesser(Object, Object) - Method in class com.twitterapime.util.QSort
Verify if a given object (1st param) is lesser than another object (2nd param).
LimitExceededException - Exception in com.twitterapime.search
This class represents an exception to notify that the number of calls to Twitter Search API has exceeded the limit per IP within an hour period.
LimitExceededException() - Constructor for exception com.twitterapime.search.LimitExceededException
Create an instance of LimitExceededException class.
LimitExceededException(String) - Constructor for exception com.twitterapime.search.LimitExceededException
Create an instance of LimitExceededException class that receives a custom message.
loadParsedTweet(Tweet, int) - Method in class com.twitterapime.rest.handler.DirectMessageHandler
Load the parsed values, from a given index, into the given tweet.
loadParsedTweet(Tweet) - Method in class com.twitterapime.rest.handler.StatusHandler
Load the parsed values into the given tweet.
loadParsedUserAccount(UserAccount) - Method in class com.twitterapime.rest.handler.AccountHandler
Load the parsed values into the given UserAccount.

M

MAX_CHARACTERS - Static variable in class com.twitterapime.search.Tweet
Content max number of characters.
maxID(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that are lesser than or equal to a given ID, e.g., "123549789".
MetadataSet - Class in com.twitterapime.model
MetadataSet is a interface that specifies a collection of metadata attributes applicable to the entities that implement the interface Entity.

N

negativeAttitude() - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that contain a negative attitude ":(".

O

open(String) - Method in interface com.twitterapime.io.HttpConnection
Create and open a Http connection.
open(String) - Static method in class com.twitterapime.io.HttpConnector
Create and open a HttpConnection.
openInputStream() - Method in interface com.twitterapime.io.HttpConnection
Open and return an input stream for a connection.
openOutputStream() - Method in interface com.twitterapime.io.HttpConnection
Open and return an output stream for a connection.

P

page(int) - Static method in class com.twitterapime.search.QueryComposer
Create a query to define the number of tweets page to be returned.
paginate(int, int) - Static method in class com.twitterapime.search.QueryComposer
Create a query to paginate the results to be returned.
parse(InputStream, Handler) - Method in class com.twitterapime.parser.Parser
Parse the content of the input stream specified as XML using the specified Handler.
parse(String) - Static method in class com.twitterapime.xauth.Token
Parse an access token string and creates a Token object.
Parser - Class in com.twitterapime.parser
This interface defines the necessary methods of a parser in order to retrieve the content of a document.
Parser() - Constructor for class com.twitterapime.parser.Parser
 
ParserException - Exception in com.twitterapime.parser
This class represents an exception to notify about situations where there is any error in the document format.
ParserException() - Constructor for exception com.twitterapime.parser.ParserException
Create an instance of ParserException class.
ParserException(String) - Constructor for exception com.twitterapime.parser.ParserException
Create an instance of ParserException class that receives a custom message.
ParserFactory - Class in com.twitterapime.parser
This factory class is responsible for creating new parser objects.
perform(HttpResponse) - Static method in class com.twitterapime.io.HttpResponseCodeInterpreter
Perform an analyze of a given HttpResponse object's response-code in order to interpret whether the requests to Twitter API went well.
PlatformProvider - Class in com.twitterapime.platform
This class defines a platform provider which represents a given platform supported by Twitter API ME.
PlatformProviderSelector - Class in com.twitterapime.platform
This class is responsible for managing the platform providers available in this API, besides defining which one is current one.
populate(Hashtable, String, String) - Method in class com.twitterapime.rest.handler.GeoLocationHandler
Populate the given hash according to the tags and their values
populate(Hashtable, String, String) - Method in class com.twitterapime.rest.handler.TweetHandler
Populate the given hash according to the tags and their values
populate(Hashtable, String, String) - Method in class com.twitterapime.rest.handler.UserAccountHandler
Populate the given hash according to the tags and their values
positiveAttitude() - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that contain a positive attitude ":)".
POST - Static variable in interface com.twitterapime.io.HttpConnection
HTTP Post method.
post(Tweet) - Method in class com.twitterapime.rest.TweetER
Post a given tweet to Twitter.
PPID_ANDROID - Static variable in class com.twitterapime.platform.PlatformProvider
Constant that identifies the platform provider ID that represents the Android platform.
PPID_JAVA_ME - Static variable in class com.twitterapime.platform.PlatformProvider
Constant that identifies the platform provider ID that represents the Java Micro Edition platform.

Q

QSort - Class in com.twitterapime.util
This class implements QSort algorithm.
QSort() - Constructor for class com.twitterapime.util.QSort
Default constructor.
Query - Class in com.twitterapime.search
This class defines a structure of a query.
QueryComposer - Class in com.twitterapime.search
This class is responsible for composing queries that are used to be sent to Twitter Search API.
quicksort(Object[], int, int) - Method in class com.twitterapime.util.QSort
Start sorting a given array of objects.

R

RateLimitStatus - Class in com.twitterapime.rest
This class defines an entity that represents the rate limit status.
RateLimitStatus() - Constructor for class com.twitterapime.rest.RateLimitStatus
Create an instance of RateLimitStatus class.
RateLimitStatus(Hashtable) - Constructor for class com.twitterapime.rest.RateLimitStatus
Create an instance of RateLimitStatus class.
RATELIMITSTATUS_HOURLY_LIMIT - Static variable in class com.twitterapime.model.MetadataSet
Report the hourly limit number of hits to Twitter REST API, e.g., "150".
RATELIMITSTATUS_REMAINING_HITS - Static variable in class com.twitterapime.model.MetadataSet
Report the remaining number of hits to Twitter REST API, e.g., "140".
RATELIMITSTATUS_RESET_TIME - Static variable in class com.twitterapime.model.MetadataSet
Report the time at which the number of hits to Twitter REST API will be reseted, e.g., "1654897954646".
RateLimitStatusHandler - Class in com.twitterapime.rest.handler
Handler class for parsing the XML rate limit status from Twitter API.
RateLimitStatusHandler() - Constructor for class com.twitterapime.rest.handler.RateLimitStatusHandler
 
reference(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that reference a given person, e.g., "twitteruser".
removeTags(String) - Static method in class com.twitterapime.util.StringUtil
Remove any tag occurrence from the given string.
repost(Tweet) - Method in class com.twitterapime.rest.TweetER
Repost a given tweet to Twitter.
resultCount(int) - Static method in class com.twitterapime.search.QueryComposer
Create a query to define the tweet count to be returned.

S

searchCompleted() - Method in interface com.twitterapime.search.SearchDeviceListener
This method is called when the search operation is completed.
SearchDevice - Class in com.twitterapime.search
This class is the entry point of Search API, which defines the methods responsible for submitting a query to Twitter Search API.
SearchDeviceListener - Interface in com.twitterapime.search
This interface defines the methods of a listener interested on the result of a search operation from SearchDevice class.
searchFailed(Throwable) - Method in interface com.twitterapime.search.SearchDeviceListener
This method is called when an exception is thrown during the search operation.
SearchResultHandler - Class in com.twitterapime.search.handler
Handler class for parsing the XML search result from Twitter API.
SearchResultHandler() - Constructor for class com.twitterapime.search.handler.SearchResultHandler
 
searchTweets(Query) - Method in class com.twitterapime.search.SearchDevice
Search for tweets that match the given query.
searchTweets(String) - Method in class com.twitterapime.search.SearchDevice
Search for tweets that match the given query string.
select(PlatformProvider) - Static method in class com.twitterapime.platform.PlatformProviderSelector
Set the given platform provider object as the current platform that will provide the services available in this API.
send() - Method in class com.twitterapime.io.HttpRequest
Send a given to the URL.
send(Tweet) - Method in class com.twitterapime.rest.TweetER
Send a given Direct Message to a given recipient.
setAscendingSortEnabled(boolean) - Method in class com.twitterapime.util.QSort
Set enable the ascending sort or descending.
setBodyParameter(String, String) - Method in class com.twitterapime.io.HttpRequest
Set a body parameter value.
setData(Hashtable) - Method in class com.twitterapime.model.DefaultEntity
Set a new pack of attributes/values.
setData(DefaultEntity) - Method in class com.twitterapime.model.DefaultEntity
Set the given entity's data to the object.
setHeaderField(String, String) - Method in class com.twitterapime.io.HttpRequest
Set a header field's value.
setMethod(String) - Method in class com.twitterapime.io.HttpRequest
Set Http method.
setRequestMethod(String) - Method in interface com.twitterapime.io.HttpConnection
Set the method for the URL request, one of: GET, POST or HEAD.
setRequestProperty(String, String) - Method in interface com.twitterapime.io.HttpConnection
Sets the general request property.
setSearchDeviceListener(SearchDeviceListener) - Method in class com.twitterapime.rest.handler.DirectMessageHandler
Set the search device listener object.
setSearchDeviceListener(SearchDeviceListener) - Method in class com.twitterapime.rest.handler.TimelineHandler
Set the search device listener object.
setSearchDeviceListener(SearchDeviceListener) - Method in class com.twitterapime.search.handler.SearchResultHandler
Set the search device listener object.
setServiceURL(String, String) - Method in class com.twitterapime.rest.FriendshipManager
Set a new URL to a given Twitter API service.
setServiceURL(String, String) - Method in class com.twitterapime.rest.Timeline
Set a new URL to a given Twitter API service.
setServiceURL(String, String) - Method in class com.twitterapime.rest.TweetER
Set a new URL to a given Twitter API service.
setServiceURL(String, String) - Method in class com.twitterapime.rest.UserAccountManager
Set a new URL to a given Twitter API service.
setServiceURL(String, String) - Method in class com.twitterapime.search.SearchDevice
Set a new URL to a given Twitter API service.
setSigner(XAuthSigner, Token) - Method in class com.twitterapime.io.HttpRequest
Set xAuth signer and access token.
sign(HttpRequest, Token) - Method in class com.twitterapime.xauth.XAuthSigner
Sign the given request.
signForAccessToken(HttpRequest, String, String) - Method in class com.twitterapime.xauth.XAuthSigner
Sign the given request to obtain the access token.
signOut() - Method in class com.twitterapime.rest.UserAccountManager
Ends the session of the authenticating user.
since(Date) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that were sent since a given date, e.g., "01/01/2009".
sinceID(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that are greater than a given ID, e.g., "123549789".
size() - Method in class com.twitterapime.model.DefaultEntity
Return the number of entries in the entity.
source(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that were sent from a given source application, e.g., "web".
split(String, char) - Static method in class com.twitterapime.util.StringUtil
Split a string based on a given delimiter.
splitTweetAuthorNames(String) - Static method in class com.twitterapime.util.StringUtil
Split the author's username and name from the given string, according to the format: " ()".
startDocument() - Method in class com.twitterapime.parser.DefaultXMLHandler
 
startDocument() - Method in interface com.twitterapime.parser.XMLHandler
Callback method called to notify the start of the document.
startElement(String, String, String, Attributes) - Method in class com.twitterapime.parser.DefaultXMLHandler
 
startElement(String, String, String, Attributes) - Method in interface com.twitterapime.parser.XMLHandler
Callback method called to notify the start of a element in the document.
startElement(String, String, String, Attributes) - Method in class com.twitterapime.rest.handler.DirectMessageHandler
 
startElement(String, String, String, Attributes) - Method in class com.twitterapime.rest.handler.TimelineHandler
 
startElement(String, String, String, Attributes) - Method in class com.twitterapime.search.handler.SearchResultHandler
 
startGetDirectMessages(Query, boolean, SearchDeviceListener) - Method in class com.twitterapime.rest.Timeline
Get all Direct Messages from/to the authenticating user according to given filter.
startGetHomeTweets(Query, SearchDeviceListener) - Method in class com.twitterapime.rest.Timeline
Get most recent tweets, including retweets, posted by the authenticating user and the user's friends according to given filter.
startGetMentions(Query, SearchDeviceListener) - Method in class com.twitterapime.rest.Timeline
Get most recent mentions (status containing @username) for the authenticating user according to given filter.
startGetPublicTweets(SearchDeviceListener) - Method in class com.twitterapime.rest.Timeline
Get most recent tweets from non-protected users who have set a custom user icon.
startGetUserTweets(Query, SearchDeviceListener) - Method in class com.twitterapime.rest.Timeline
Get most recent tweets posted from the authenticating user and that user's friends according to given filter.
startSearchTweets(Query, SearchDeviceListener) - Method in class com.twitterapime.search.SearchDevice
Search for tweets that match the given query.
startSearchTweets(String, SearchDeviceListener) - Method in class com.twitterapime.search.SearchDevice
Search for tweets that match the given query string.
StatusHandler - Class in com.twitterapime.rest.handler
Handler class for parsing the status' XML results from Twitter API.
StatusHandler() - Constructor for class com.twitterapime.rest.handler.StatusHandler
 
StringUtil - Class in com.twitterapime.util
This class provides some useful methods to work with strings.
swap(Object[], int, int) - Method in class com.twitterapime.util.QSort
Swap two objects from the array according to the given indexes.

T

text(String) - Method in class com.twitterapime.io.handler.HttpResponseCodeErrorHandler
 
text(String) - Method in class com.twitterapime.parser.DefaultXMLHandler
 
text(String) - Method in interface com.twitterapime.parser.XMLHandler
Callback method called to notify a string data inside an element.
text(String) - Method in class com.twitterapime.rest.handler.AccountHandler
 
text(String) - Method in class com.twitterapime.rest.handler.DirectMessageHandler
 
text(String) - Method in class com.twitterapime.rest.handler.RateLimitStatusHandler
 
text(String) - Method in class com.twitterapime.rest.handler.StatusHandler
 
text(String) - Method in class com.twitterapime.rest.handler.TimelineHandler
 
text(String) - Method in class com.twitterapime.search.handler.SearchResultHandler
 
Timeline - Class in com.twitterapime.rest
This class defines the methods responsible for accessing the main timelines (i.e.
TimelineHandler - Class in com.twitterapime.rest.handler
Handler class for parsing the XML timeline from Twitter API.
TimelineHandler() - Constructor for class com.twitterapime.rest.handler.TimelineHandler
 
to(String) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that were sent to a given person, e.g., "twitteruser".
Token - Class in com.twitterapime.xauth
This class implements an OAuth token.
Token(String, String) - Constructor for class com.twitterapime.xauth.Token
Create an instance of Token class.
toString() - Method in class com.twitterapime.model.DefaultEntity
 
toString() - Method in class com.twitterapime.platform.PlatformProvider
 
toString() - Method in class com.twitterapime.search.Query
 
toString() - Method in class com.twitterapime.xauth.Token
 
Tweet - Class in com.twitterapime.search
This class defines an entity that represents a Tweet.
Tweet() - Constructor for class com.twitterapime.search.Tweet
Create an instance of Tweet class.
Tweet(Hashtable) - Constructor for class com.twitterapime.search.Tweet
Create an instance of Tweet class.
Tweet(String) - Constructor for class com.twitterapime.search.Tweet
Create an instance of Tweet class.
Tweet(String, GeoLocation) - Constructor for class com.twitterapime.search.Tweet
Create an instance of Tweet class.
Tweet(String, String) - Constructor for class com.twitterapime.search.Tweet
Create an instance of Tweet class.
This constructor is used when the Tweet object is going to be sent as a Direct Message.
TWEET_AUTHOR_NAME - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's author's name, e.g., "John Smith".
TWEET_AUTHOR_PICTURE_URI - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's author's picture URI, e.g., "http://a3.twimg.com/profile_images/8978974/pic_normal.JPG".
TWEET_AUTHOR_URI - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's author's URI, e.g., "http://twitter.com/twitteruser".
TWEET_AUTHOR_USERNAME - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's author's username, e.g., "johnsmith".
TWEET_CONTENT - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's content, e.g., "Hello Twitter!!! How are you?".
TWEET_FAVOURITE - Static variable in class com.twitterapime.model.MetadataSet
Report whether the tweet is marked as favourite, e.g., "true" or "false".
TWEET_ID - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's ID, e.g., "9637830025".
TWEET_LANG - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's language code, e.g., "en".
TWEET_LOCATION - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's location object, e.g., GeoLocation class.
TWEET_PUBLISH_DATE - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's publish date (long format), e.g., "165498132546".
TWEET_RECIPIENT_ACCOUNT - Static variable in class com.twitterapime.model.MetadataSet
Report the user account object of Direct Message's recipient, e.g., UserAccount class.
TWEET_REPOSTED_TWEET - Static variable in class com.twitterapime.model.MetadataSet
Report the reposted tweet object from a repost operation, e.g., Tweet class.
TWEET_SOURCE - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's source (application), e.g., "TweetApp".
TWEET_URI - Static variable in class com.twitterapime.model.MetadataSet
Report the tweet's URI, e.g., "http://twitter.com/twitteruser/statuses/7895462131".
TWEET_USER_ACCOUNT - Static variable in class com.twitterapime.model.MetadataSet
Report the user account object of tweet's sender, e.g., UserAccount class.
TweetER - Class in com.twitterapime.rest
This class defines the methods responsible for managing (e.g.
tweetFound(Tweet) - Method in interface com.twitterapime.search.SearchDeviceListener
This method is called when a tweet is received.
TweetHandler - Class in com.twitterapime.rest.handler
Handler class for parsing the XML tweet from Twitter API.
TweetHandler() - Constructor for class com.twitterapime.rest.handler.TweetHandler
 
TWITTER_API_URL_SERVICE_ACCOUNT_RATE_LIMIT_STATUS - Static variable in class com.twitterapime.rest.UserAccountManager
Key for Twitter API URL service account rate limit status.
TWITTER_API_URL_SERVICE_ACCOUNT_RATE_LIMIT_STATUS - Static variable in class com.twitterapime.search.SearchDevice
Key for Twitter API URL service account rate limit status.
TWITTER_API_URL_SERVICE_ACCOUNT_UPDATE_PROFILE - Static variable in class com.twitterapime.rest.UserAccountManager
Key for Twitter API URL service account update profile.
TWITTER_API_URL_SERVICE_ACCOUNT_VERIFY_CREDENTIALS - Static variable in class com.twitterapime.rest.UserAccountManager
Key for Twitter API URL service account verify credentials.
TWITTER_API_URL_SERVICE_BLOCKS_CREATE - Static variable in class com.twitterapime.rest.FriendshipManager
Key for Twitter API URL service blocks create.
TWITTER_API_URL_SERVICE_BLOCKS_DESTROY - Static variable in class com.twitterapime.rest.FriendshipManager
Key for Twitter API URL service blocks destroy.
TWITTER_API_URL_SERVICE_BLOCKS_EXISTS - Static variable in class com.twitterapime.rest.FriendshipManager
Key for Twitter API URL service friendships exists.
TWITTER_API_URL_SERVICE_DIRECT_MESSAGES - Static variable in class com.twitterapime.rest.Timeline
Key for Twitter API URL service direct messages.
TWITTER_API_URL_SERVICE_DIRECT_MESSAGES_NEW - Static variable in class com.twitterapime.rest.TweetER
Key for Twitter API URL service direct messages new.
TWITTER_API_URL_SERVICE_DIRECT_MESSAGES_SENT - Static variable in class com.twitterapime.rest.Timeline
Key for Twitter API URL service direct messages sent.
TWITTER_API_URL_SERVICE_FOLLOWERS_ID - Static variable in class com.twitterapime.rest.FriendshipManager
Key for Twitter API URL service followers id.
TWITTER_API_URL_SERVICE_FRIENDS_ID - Static variable in class com.twitterapime.rest.FriendshipManager
Key for Twitter API URL service friends id.
TWITTER_API_URL_SERVICE_FRIENDSHIPS_CREATE - Static variable in class com.twitterapime.rest.FriendshipManager
Key for Twitter API URL service friendships create.
TWITTER_API_URL_SERVICE_FRIENDSHIPS_DESTROY - Static variable in class com.twitterapime.rest.FriendshipManager
Key for Twitter API URL service friendships destroy.
TWITTER_API_URL_SERVICE_FRIENDSHIPS_EXISTS - Static variable in class com.twitterapime.rest.FriendshipManager
Key for Twitter API URL service friendships exists.
TWITTER_API_URL_SERVICE_OAUTH_ACCESS_TOKEN - Static variable in class com.twitterapime.rest.UserAccountManager
Key for Twitter API URL service OAuth access token.
TWITTER_API_URL_SERVICE_SEARCH - Static variable in class com.twitterapime.search.SearchDevice
Key for Twitter API URL service search.
TWITTER_API_URL_SERVICE_STATUSES_HOME_TIMELINE - Static variable in class com.twitterapime.rest.Timeline
Key for Twitter API URL service statuses home timeline.
TWITTER_API_URL_SERVICE_STATUSES_MENTIONS - Static variable in class com.twitterapime.rest.Timeline
Key for Twitter API URL service statuses mentions.
TWITTER_API_URL_SERVICE_STATUSES_PUBLIC_TIMELINE - Static variable in class com.twitterapime.rest.Timeline
Key for Twitter API URL service statuses public timeline.
TWITTER_API_URL_SERVICE_STATUSES_RETWEET - Static variable in class com.twitterapime.rest.TweetER
Key for Twitter API URL service statuses retweet.
TWITTER_API_URL_SERVICE_STATUSES_SHOW - Static variable in class com.twitterapime.rest.TweetER
Key for Twitter API URL service statuses show.
TWITTER_API_URL_SERVICE_STATUSES_UPDATE - Static variable in class com.twitterapime.rest.TweetER
Key for Twitter API URL service statuses update.
TWITTER_API_URL_SERVICE_STATUSES_USER_TIMELINE - Static variable in class com.twitterapime.rest.Timeline
Key for Twitter API URL service statuses user timeline.
TWITTER_API_URL_SERVICE_USERS_SHOW - Static variable in class com.twitterapime.rest.UserAccountManager
Key for Twitter API URL service users show.

U

unblock(UserAccount) - Method in class com.twitterapime.rest.FriendshipManager
Allows the authenticating user to unblock the user specified in the given UserAccount object.
unblock(UserAccount) - Method in class com.twitterapime.rest.UserAccountManager
FriendshipManager.unblock(UserAccount)
unfollow(UserAccount) - Method in class com.twitterapime.rest.FriendshipManager
Allows the authenticating user to unfollow the user specified in the given UserAccount object.
unfollow(UserAccount) - Method in class com.twitterapime.rest.UserAccountManager
FriendshipManager.unfollow(UserAccount)
until(Date) - Static method in class com.twitterapime.search.QueryComposer
Create a query to search for tweets that were sent until a given date, e.g., "01/10/2009".
updateProfile(UserAccount) - Method in class com.twitterapime.rest.UserAccountManager
Update account information of authenticated user.
UserAccount - Class in com.twitterapime.rest
This class defines an entity that represents a user's account.
UserAccount() - Constructor for class com.twitterapime.rest.UserAccount
Create an instance of UserAccount class.
UserAccount(Hashtable) - Constructor for class com.twitterapime.rest.UserAccount
Create an instance of UserAccount class.
UserAccount(String) - Constructor for class com.twitterapime.rest.UserAccount
Create an instance of UserAccount class.
This constructor is used when the UserAccount object is going to be used for Follow or Unfollow operations on UserAccountManager.
USERACCOUNT_CREATE_DATE - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's create date (long format), e.g., "16549813254".
USERACCOUNT_DESCRIPTION - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's description, e.g., "It's my personal account.".
USERACCOUNT_FAVOURITES_COUNT - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's favourites count, e.g., "16".
USERACCOUNT_FOLLOWERS_COUNT - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's followers count, e.g., "10".
USERACCOUNT_FRIENDS_COUNT - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's friends count, e.g., "26".
USERACCOUNT_GEO_ENABLED - Static variable in class com.twitterapime.model.MetadataSet
Report whether tweet location is enabled in user profile, e.g., "true" or "false".
USERACCOUNT_ID - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's ID, e.g., "489613465".
USERACCOUNT_LAST_TWEET - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's last tweet object, e.g., Tweet class.
USERACCOUNT_LOCATION - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's location, e.g., "San Francisco".
USERACCOUNT_NAME - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's name, e.g., "John Smith".
USERACCOUNT_NOTIFICATIONS - Static variable in class com.twitterapime.model.MetadataSet
Report whether the user account receives notifications, e.g., "true" or "false".
USERACCOUNT_PICTURE_URI - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's picture URI, e.g., "http://a3.twimg.com/profile_images/8978974/pic_normal.JPG".
USERACCOUNT_PROFILE_BACKGROUND_COLOR - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's profile background color, e.g., "1A1B1F".
USERACCOUNT_PROFILE_BACKGROUND_IMAGE_URI - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's profile background image URI, e.g., "http://s.twimg.com/a/1259882278/images/themes/theme9/bg.gif".
USERACCOUNT_PROFILE_LINK_COLOR - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's profile link color, e.g., "2FC2EF".
USERACCOUNT_PROFILE_TEXT_COLOR - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's profile text color, e.g., "666666".
USERACCOUNT_PROTECTED - Static variable in class com.twitterapime.model.MetadataSet
Report whether the user account is protected, e.g., "true" or "false".
USERACCOUNT_TIME_ZONE - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's time zone, e.g., "California".
USERACCOUNT_TWEETS_COUNT - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's tweets count, e.g., "159".
USERACCOUNT_URL - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's URL, e.g., "http://www.johnsmith.com".
USERACCOUNT_USER_NAME - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's username, e.g., "johnsmith".
USERACCOUNT_UTC_OFFSET - Static variable in class com.twitterapime.model.MetadataSet
Report the user account's UCT offset, e.g., "-10800".
USERACCOUNT_VERIFIED - Static variable in class com.twitterapime.model.MetadataSet
Report whether the user account is verified, e.g., "true" or "false".
UserAccountHandler - Class in com.twitterapime.rest.handler
Handler class for parsing the XML user account from Twitter API.
UserAccountHandler() - Constructor for class com.twitterapime.rest.handler.UserAccountHandler
 
UserAccountManager - Class in com.twitterapime.rest
This class is responsible for managing the user account.

V

validateContent() - Method in class com.twitterapime.search.Tweet
Validate tweet's content.
validateRecipient() - Method in class com.twitterapime.search.Tweet
Validate Direct Messsage's recipient info.
verifyCredential() - Method in class com.twitterapime.rest.UserAccountManager
Verify whether the given user's credential are valid.

W

wasSuccessful() - Method in class com.twitterapime.io.HttpResponse
Returns whether the request was OK.

X

XAuthSigner - Class in com.twitterapime.xauth
This class implements a xAuth signer.
XAuthSigner(String, String) - Constructor for class com.twitterapime.xauth.XAuthSigner
Create an instance of XAuthSigner class.
XMLHandler - Interface in com.twitterapime.parser
This interface defines a XML document handler.
xmlPath - Variable in class com.twitterapime.parser.DefaultXMLHandler
Current reading path.

Z

zeroPad(int, int) - Static method in class com.twitterapime.util.StringUtil
Return a padded string with leading zeros.

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

Copyright © 2010 Twitter API ME Team. All Rights Reserved.