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.APIcreateTweetRequest. execute()Execute createTweet requestTweetCreateResponseTweetsApi.APIcreateTweetRequest. 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 TweetCreateResponse Modifier and Type Method Description ApiResponse<TweetCreateResponse>TweetsApi.APIcreateTweetRequest. executeWithHttpInfo()Execute createTweet request with HTTP info returnedMethod parameters in com.twitter.clientlib.api with type arguments of type TweetCreateResponse Modifier and Type Method Description okhttp3.CallTweetsApi.APIcreateTweetRequest. executeAsync(ApiCallback<TweetCreateResponse> _callback)Execute createTweet request (asynchronously) -
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
-