public interface Twitter
extends org.springframework.social.ApiBinding
Modifier and Type | Method and Description |
---|---|
BlockOperations |
blockOperations()
Returns the portion of the Twitter API containing the block operations.
|
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.
|
GeoOperations |
geoOperations()
Returns the portion of the Twitter API containing the geo location operations.
|
ListOperations |
listOperations()
Returns the portion of the Twitter API containing the user list operations.
|
org.springframework.web.client.RestOperations |
restOperations()
Returns the underlying
RestOperations object allowing for consumption of Twitter endpoints that may not be otherwise covered by the API binding. |
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.
|
BlockOperations blockOperations()
DirectMessageOperations directMessageOperations()
FriendOperations friendOperations()
GeoOperations geoOperations()
ListOperations listOperations()
SearchOperations searchOperations()
TimelineOperations timelineOperations()
UserOperations userOperations()
org.springframework.web.client.RestOperations restOperations()
RestOperations
object allowing for consumption of Twitter endpoints that may not be otherwise covered by the API binding.
The RestOperations object returned is configured to include an OAuth "Authorization" header on all requests.Copyright © 2018. All rights reserved.