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 UsersLikesCreateResponse
TweetsApi.APIusersIdLikeRequest. execute()
Execute usersIdLike requestUsersLikesCreateResponse
TweetsApi.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.Call
TweetsApi.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 UsersLikesCreateResponse
UsersLikesCreateResponse. addErrorsItem(Problem errorsItem)
UsersLikesCreateResponse
UsersLikesCreateResponse. data(UsersLikesCreateResponseData data)
UsersLikesCreateResponse
UsersLikesCreateResponse. errors(List<Problem> errors)
static UsersLikesCreateResponse
UsersLikesCreateResponse. fromJson(String jsonString)
Create an instance of UsersLikesCreateResponse given an JSON string
-