| Interface | Description |
|---|---|
| SearchService |
Interface defining the operations for searching Twitter and retrieving trending data.
|
| Class | Description |
|---|---|
| CursoredList<T> |
List that includes previous and next cursors for paging through items returned from Twitter in cursored pages.
|
| DirectMessage |
Represents a direct message.
|
| Place |
Represents a place that a Twitter user may send a tweet from.
|
| PlacePrototype |
Represents a new place that could be created.
|
| RateLimitStatus |
Carries data concerning the rate limit status.
|
| SavedSearch |
Represents a saved search.
|
| SearchResults |
Represents the results of a Twitter search, including matching
Tweets and any metadata associated with that search. |
| SimilarPlaces |
Represents the results of a similar places search.
|
| SimilarPlacesResponse |
Represents the results of a similar places search.
|
| StatusDetails |
Carries optional metadata pertaining to a Twitter status update.
|
| SuggestionCategory |
Represents a suggestion category; a category of users that Twitter may suggest that a user follow.
|
| Trend |
Represents a single trending topic.
|
| Trends |
Represents a list of trending topics at a specific point in time.
|
| Tweet |
Represents a Twitter status update (e.g., a "tweet").
|
| TwitterProfile |
Model class representing a Twitter user's profile information.
|
| UserList |
Represents a user-defined list.
|
| Enum | Description |
|---|---|
| ImageSize |
Enumeration of image sizes supported by Twitter
|
| PlaceType |
| Exception | Description |
|---|---|
| InvalidMessageRecipientException |
Exception thrown when an attempt is made to send a direct message to an invalid recipient; that is, a recipient who is not
following the authenticated user.
|
| MessageTooLongException |
Exception indicating that an attempt was made to post a status or send a direct message where the length exceeds Twitter's
140 character limit.
|
Copyright © 2013. All Rights Reserved.