Uses of Class
com.twitter.clientlib.model.UsersLikesCreateResponse
-
Packages that use UsersLikesCreateResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of UsersLikesCreateResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return UsersLikesCreateResponse Modifier and Type Method Description UsersLikesCreateResponseTweetsApi. usersIdLike(UsersLikesCreateRequest usersLikesCreateRequest, String id)Causes the user (in the path) to like the specified tweet Causes the user (in the path) to like the specified tweet.UsersLikesCreateResponseTweetsApi. usersIdLike(Integer retries, UsersLikesCreateRequest usersLikesCreateRequest, 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 UsersLikesCreateResponse Modifier and Type Method Description ApiResponse<UsersLikesCreateResponse>TweetsApi. usersIdLikeWithHttpInfo(UsersLikesCreateRequest usersLikesCreateRequest, String id)Causes the user (in the path) to like the specified tweet Causes the user (in the path) to like the specified tweet.Method parameters in com.twitter.clientlib.api with type arguments of type UsersLikesCreateResponse Modifier and Type Method Description okhttp3.CallTweetsApi. usersIdLikeAsync(UsersLikesCreateRequest usersLikesCreateRequest, String id, ApiCallback<UsersLikesCreateResponse> _callback)Causes the user (in the path) to like the specified tweet (asynchronously) Causes the user (in the path) to like the specified tweet. -
Uses of UsersLikesCreateResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UsersLikesCreateResponse Modifier and Type Method Description UsersLikesCreateResponseUsersLikesCreateResponse. addErrorsItem(Problem errorsItem)UsersLikesCreateResponseUsersLikesCreateResponse. data(UsersLikesCreateResponseData data)UsersLikesCreateResponseUsersLikesCreateResponse. errors(List<Problem> errors)static UsersLikesCreateResponseUsersLikesCreateResponse. fromJson(String jsonString)Create an instance of UsersLikesCreateResponse given an JSON string
-