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 TweetCreateResponse
TweetsApi.APIcreateTweetRequest. execute()
Execute createTweet requestTweetCreateResponse
TweetsApi.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.Call
TweetsApi.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 TweetCreateResponse
TweetCreateResponse. addErrorsItem(Problem errorsItem)
TweetCreateResponse
TweetCreateResponse. data(TweetCreateResponseData data)
TweetCreateResponse
TweetCreateResponse. errors(List<Problem> errors)
static TweetCreateResponse
TweetCreateResponse. fromJson(String jsonString)
Create an instance of TweetCreateResponse given an JSON string
-