Uses of Class
com.twitter.clientlib.model.TweetCreateResponse
-
Packages that use TweetCreateResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of TweetCreateResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return TweetCreateResponse Modifier and Type Method Description TweetCreateResponseTweetsApi. createTweet(CreateTweetRequest createTweetRequest)Creation of a Tweet Causes the user to create a tweet under the authorized account.TweetCreateResponseTweetsApi. createTweet(Integer retries, CreateTweetRequest createTweetRequest)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 TweetCreateResponse Modifier and Type Method Description ApiResponse<TweetCreateResponse>TweetsApi. createTweetWithHttpInfo(CreateTweetRequest createTweetRequest)Creation of a Tweet Causes the user to create a tweet under the authorized account.Method parameters in com.twitter.clientlib.api with type arguments of type TweetCreateResponse Modifier and Type Method Description okhttp3.CallTweetsApi. createTweetAsync(CreateTweetRequest createTweetRequest, ApiCallback<TweetCreateResponse> _callback)Creation of a Tweet (asynchronously) Causes the user to create a tweet under the authorized account. -
Uses of TweetCreateResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return TweetCreateResponse Modifier and Type Method Description TweetCreateResponseTweetCreateResponse. addErrorsItem(Problem errorsItem)TweetCreateResponseTweetCreateResponse. data(TweetCreateResponseData data)TweetCreateResponseTweetCreateResponse. errors(List<Problem> errors)static TweetCreateResponseTweetCreateResponse. fromJson(String jsonString)Create an instance of TweetCreateResponse given an JSON string
-