|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TwitterApi
Interface specifying a basic set of operations for interacting with Twitter. Implemented by TwitterTemplate.
| Method Summary | |
|---|---|
DirectMessageOperations |
directMessageOperations()
Returns the portion of the Twitter API containing the direct message operations. |
FriendOperations |
friendOperations()
Returns the portion of the Twitter API containing the friends and followers operations. |
boolean |
isAuthorizedForUser()
Returns true if the TwitterApi is configured to act on behalf of a user (eg., if it was created with OAuth credentials). |
ListOperations |
listOperations()
Returns the portion of the Twitter API containing the user list operations. |
SearchOperations |
searchOperations()
Returns the portion of the Twitter API containing the search operations. |
TimelineOperations |
timelineOperations()
Returns the portion of the Twitter API containing the tweet and timeline operations. |
UserOperations |
userOperations()
Returns the portion of the Twitter API containing the user operations. |
| Method Detail |
|---|
boolean isAuthorizedForUser()
DirectMessageOperations directMessageOperations()
FriendOperations friendOperations()
ListOperations listOperations()
SearchOperations searchOperations()
TimelineOperations timelineOperations()
UserOperations userOperations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||