Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
Modifier and Type | Interface and Description |
---|---|
interface |
PagableResponseList<T extends TwitterResponse>
ResponseList with cursor support.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccountSettings |
interface |
AccountTotals |
interface |
DirectMessage
A data interface representing sent/received direct message.
|
interface |
DirectMessageList
List of
DirectMessage
like string cursor version of PagableResponseList |
interface |
IDs
A data interface representing array of numeric IDs.
|
interface |
OEmbed |
interface |
PagableResponseList<T extends TwitterResponse>
ResponseList with cursor support.
|
interface |
Place |
interface |
QueryResult
A data interface representing search API response
|
interface |
Relationship
A data interface that has detailed information about a relationship between two users
|
interface |
ResponseList<T>
List of TwitterResponse.
|
interface |
SavedSearch
A data interface representing a Saved Search
|
interface |
Status
A data interface representing one single status of a user.
|
interface |
Trends
A data class representing Trends.
|
interface |
TwitterAPIConfiguration |
interface |
User
A data interface representing Basic user information element
|
interface |
UserList
A data interface representing Basic list information element
|
Modifier and Type | Class and Description |
---|---|
class |
OEmbedJSONImpl |
class |
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. |
Copyright © 2018. All rights reserved.