Uses of Package
twitter4j

Packages that use twitter4j
twitter4j   
twitter4j.api   
twitter4j.auth   
twitter4j.json   
 

Classes in twitter4j used by twitter4j
Annotation
          A data class representing an Annotation of a Status or a Tweet
Annotations
          A data class representing the Annotations of a Status or a Tweet
CursorSupport
           
FilterQuery
           
GeoLocation
          A data class representing geo location.
GeoQuery
           
HashtagEntity
          A data interface representing one single Hashtag entity.
Location
           
Paging
          Controls pagination.
It is possible to use the same Paging instance in a multi-threaded context only if the instance is treated immutably.
But basically instance of this class is NOT thread safe.
Place
           
ProfileImage.ImageSize
           
Query
          A data class represents search query.
An instance of this class is NOT thread safe.
Instances can be shared across threads, but should not be mutated while a search is ongoing.
RateLimitStatus
          A data interface representing Twitter REST API's rate limit status
RateLimitStatusEvent
          A data interface representing Twitter REST API's rate limit status
RateLimitStatusListener
           
ResponseList
          List of TwitterResponse.
SimilarPlaces
           
Status
          A data interface representing one single status of a user.
StatusUpdate
           
Trend
          A data interface representing Trend.
Tweet
          A data class representing a Tweet in the search response
Twitter
           
TwitterAPIMonitor
          Singleton instance of all Twitter API monitoring.
TwitterBase
           
TwitterException
          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.
TwitterResponse
          Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble.
URLEntity
          A data interface representing one single URL entity.
User
          A data interface representing Basic user information element
UserMentionEntity
          A data interface representing one single user mention entity.
 

Classes in twitter4j used by twitter4j.api
AccountSettings
           
AccountTotals
           
Category
           
DirectMessage
          A data interface representing sent/received direct message.
Friendship
           
GeoLocation
          A data class representing geo location.
GeoQuery
           
IDs
          A data interface representing array of numeric IDs.
Location
           
PagableResponseList
          ResponseList with cursor support.
Paging
          Controls pagination.
It is possible to use the same Paging instance in a multi-threaded context only if the instance is treated immutably.
But basically instance of this class is NOT thread safe.
Place
           
ProfileImage
           
ProfileImage.ImageSize
           
Query
          A data class represents search query.
An instance of this class is NOT thread safe.
Instances can be shared across threads, but should not be mutated while a search is ongoing.
QueryResult
          A data interface representing search API response
RateLimitStatus
          A data interface representing Twitter REST API's rate limit status
RelatedResults
           
Relationship
          A data interface that has detailed information about a relationship between two users
ResponseList
          List of TwitterResponse.
SavedSearch
          A data interface representing a Saved Search
SimilarPlaces
           
Status
          A data interface representing one single status of a user.
StatusUpdate
           
Trends
          A data class representing Trends.
TwitterException
          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.
User
          A data interface representing Basic user information element
UserList
          A data interface representing Basic list information element
 

Classes in twitter4j used by twitter4j.auth
TwitterException
          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.
 

Classes in twitter4j used by twitter4j.json
AccountTotals
           
Category
           
DirectMessage
          A data interface representing sent/received direct message.
IDs
          A data interface representing array of numeric IDs.
Location
           
Place
           
RateLimitStatus
          A data interface representing Twitter REST API's rate limit status
RelatedResults
           
Relationship
          A data interface that has detailed information about a relationship between two users
SavedSearch
          A data interface representing a Saved Search
Status
          A data interface representing one single status of a user.
Trend
          A data interface representing Trend.
Trends
          A data class representing Trends.
Tweet
          A data class representing a Tweet in the search response
TwitterException
          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.
User
          A data interface representing Basic user information element
UserList
          A data interface representing Basic list information element
 



Copyright © 2011. All Rights Reserved.