Uses of Class
com.twitter.clientlib.model.UsersLikesCreateRequest
-
Packages that use UsersLikesCreateRequest Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of UsersLikesCreateRequest in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api with parameters of type UsersLikesCreateRequest 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.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.okhttp3.CallTweetsApi. usersIdLikeCall(UsersLikesCreateRequest usersLikesCreateRequest, String id, ApiCallback _callback)Build call for usersIdLikeApiResponse<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. -
Uses of UsersLikesCreateRequest in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UsersLikesCreateRequest Modifier and Type Method Description static UsersLikesCreateRequestUsersLikesCreateRequest. fromJson(String jsonString)Create an instance of UsersLikesCreateRequest given an JSON stringUsersLikesCreateRequestUsersLikesCreateRequest. tweetId(String tweetId)
-