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.APIusersIdLikeRequest. execute()Execute usersIdLike requestUsersLikesCreateResponseTweetsApi.APIusersIdLikeRequest. execute(Integer retries)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.APIusersIdLikeRequest. executeWithHttpInfo()Execute usersIdLike request with HTTP info returnedMethod parameters in com.twitter.clientlib.api with type arguments of type UsersLikesCreateResponse Modifier and Type Method Description okhttp3.CallTweetsApi.APIusersIdLikeRequest. executeAsync(ApiCallback<UsersLikesCreateResponse> _callback)Execute usersIdLike request (asynchronously) -
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
-