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