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