| Interface | Description |
|---|---|
| AccountSettings | |
| AccountTotals | |
| Category | |
| CursorSupport | |
| DirectMessage |
A data interface representing sent/received direct message.
|
| EntitySupport | |
| HashtagEntity |
A data interface representing one single Hashtag entity.
|
| IDs |
A data interface representing array of numeric IDs.
|
| Image |
Created with IntelliJ IDEA.
|
| JSONResponse |
Super interface of JSON Response data interfaces
|
| Location | |
| Media |
Created with IntelliJ IDEA.
|
| MediaEntity | |
| MediaEntity.Size | |
| MediaEntity.Variant | |
| MediaEntity.VideoInfo | |
| OEmbed | |
| PagableResponseList<T extends TwitterResponse> |
ResponseList with cursor support.
|
| Place | |
| RateLimitStatus |
A data interface representing Twitter REST API's rate limit status
|
| RateLimitStatusListener | |
| RelatedResults | |
| Relationship |
A data interface that has detailed information about a relationship between two users
|
| ResponseList<T> |
List of TwitterResponse.
|
| SavedSearch |
A data interface representing a Saved Search
|
| SimilarPlaces | |
| Status |
A data interface representing one single status of a user.
|
| StatusDeletionNotice |
A data class representing Status deletionNotice
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately. |
| Targeting | Deprecated
Do not use this class.
|
| TimeZone | |
| Trend |
A data interface representing Trend.
|
| Trends |
A data class representing Trends.
|
| TweetScope |
Created with IntelliJ IDEA.
|
| TwitterAPIConfiguration | |
| TwitterBase | |
| 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
|
| UserList |
A data interface representing Basic list information element
|
| UserMentionEntity |
A data interface representing one single user mention entity.
|
| Class | Description |
|---|---|
| GeoLocation |
A data class representing geo location.
|
| JSONResponseImpl |
An abstract base class for all objects based on a JSON response.
|
| MediaUpload |
Created with IntelliJ IDEA.
|
| 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. |
| 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. |
| RateLimitStatusEvent |
A data interface representing Twitter REST API's rate limit status
|
| RateLimitStatusImpl |
User: abhay
Date: 4/5/16
Time: 11:29 AM
|
| StatusDeletionNoticeImpl |
StatusDeletionNotice implementation.
|
| StatusUpdate | |
| TonUpload |
Created by vedsurtani on 01/04/15.
|
| TwitterAPIMonitor |
Singleton instance of all Twitter API monitoring.
|
| TwitterFactory |
A factory class for Twitter.
|
| TwitterImpl |
A java representation of the Twitter REST API
This class is thread safe and can be cached/re-used and used concurrently. Currently this class is not carefully designed to be extended. |
| TwitterUUIDResponse |
User: abhishekanand
Date: 08/02/15
Time: 2:57 AM
|
| Version | |
| VideoTweetRequest |
Created by vedsurtani on 03/04/15.
|
| VideoTweetResponse |
Created by vedsurtani on 03/04/15.
|
| Enum | Description |
|---|---|
| LocationType |
Created with IntelliJ IDEA.
|
| TargetingType | Deprecated
Do not use this class.
|
| TonUpload.MediaType |
| Exception | Description |
|---|---|
| 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. |
| TwitterInvalidParameterException |
User: rohun
Date: 31/01/14
Time: 6:47 PM
|
| TwitterRuntimeException |
Created by poly on 11/02/14.
|