|
Class Summary |
| AsyncTwitter |
Twitter API with a series of asynchronous APIs.
With this class, you can call TwitterAPI acynchronously.
|
| DirectMessage |
A data class representing sent/received direct message. |
| ExtendedUser |
A data class representing Extended user information element |
| IDs |
A data class representing array of numeric IDs. |
| Paging |
Controlls pagination |
| Query |
A data class represents search query. |
| QueryResult |
A data class representing search API response |
| RateLimitStatus |
A data class representing Twitter rate limit status |
| Status |
A data class representing one single status of a user. |
| Tweet |
A data class representing a Tweet in the search response |
| Twitter |
A java reporesentation of the Twitter API |
| TwitterAdapter |
A handy adapter of TwitterListener. |
| TwitterResponse |
Super class of Twitter Response objects. |
| User |
A data class representing Basic user information element |
| UserWithStatus |
Deprecated. use twitter4j.ExtendedUser instead |