Uses of Class
com.twitter.clientlib.model.UsersRetweetsCreateResponse
-
Packages that use UsersRetweetsCreateResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of UsersRetweetsCreateResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return UsersRetweetsCreateResponse Modifier and Type Method Description UsersRetweetsCreateResponseTweetsApi. usersIdRetweets(UsersRetweetsCreateRequest usersRetweetsCreateRequest, String id)Causes the user (in the path) to retweet the specified tweet Causes the user (in the path) to retweet the specified tweet.UsersRetweetsCreateResponseTweetsApi. usersIdRetweets(Integer retries, UsersRetweetsCreateRequest usersRetweetsCreateRequest, String id)Calls the API using a retry mechanism to handle rate limits errors.Methods in com.twitter.clientlib.api that return types with arguments of type UsersRetweetsCreateResponse Modifier and Type Method Description ApiResponse<UsersRetweetsCreateResponse>TweetsApi. usersIdRetweetsWithHttpInfo(UsersRetweetsCreateRequest usersRetweetsCreateRequest, String id)Causes the user (in the path) to retweet the specified tweet Causes the user (in the path) to retweet the specified tweet.Method parameters in com.twitter.clientlib.api with type arguments of type UsersRetweetsCreateResponse Modifier and Type Method Description okhttp3.CallTweetsApi. usersIdRetweetsAsync(UsersRetweetsCreateRequest usersRetweetsCreateRequest, String id, ApiCallback<UsersRetweetsCreateResponse> _callback)Causes the user (in the path) to retweet the specified tweet (asynchronously) Causes the user (in the path) to retweet the specified tweet. -
Uses of UsersRetweetsCreateResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UsersRetweetsCreateResponse Modifier and Type Method Description UsersRetweetsCreateResponseUsersRetweetsCreateResponse. addErrorsItem(Problem errorsItem)UsersRetweetsCreateResponseUsersRetweetsCreateResponse. data(UsersRetweetsCreateResponseData data)UsersRetweetsCreateResponseUsersRetweetsCreateResponse. errors(List<Problem> errors)static UsersRetweetsCreateResponseUsersRetweetsCreateResponse. fromJson(String jsonString)Create an instance of UsersRetweetsCreateResponse given an JSON string
-