Uses of Class
com.twitter.clientlib.model.TweetDeleteResponse
-
Packages that use TweetDeleteResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of TweetDeleteResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return TweetDeleteResponse Modifier and Type Method Description TweetDeleteResponseTweetsApi. deleteTweetById(Integer retries, String id)Calls the API using a retry mechanism to handle rate limits errors.TweetDeleteResponseTweetsApi. deleteTweetById(String id)Tweet delete by Tweet ID Delete specified Tweet (in the path) by ID.Methods in com.twitter.clientlib.api that return types with arguments of type TweetDeleteResponse Modifier and Type Method Description ApiResponse<TweetDeleteResponse>TweetsApi. deleteTweetByIdWithHttpInfo(String id)Tweet delete by Tweet ID Delete specified Tweet (in the path) by ID.Method parameters in com.twitter.clientlib.api with type arguments of type TweetDeleteResponse Modifier and Type Method Description okhttp3.CallTweetsApi. deleteTweetByIdAsync(String id, ApiCallback<TweetDeleteResponse> _callback)Tweet delete by Tweet ID (asynchronously) Delete specified Tweet (in the path) by ID. -
Uses of TweetDeleteResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return TweetDeleteResponse Modifier and Type Method Description TweetDeleteResponseTweetDeleteResponse. addErrorsItem(Problem errorsItem)TweetDeleteResponseTweetDeleteResponse. data(TweetDeleteResponseData data)TweetDeleteResponseTweetDeleteResponse. errors(List<Problem> errors)static TweetDeleteResponseTweetDeleteResponse. fromJson(String jsonString)Create an instance of TweetDeleteResponse given an JSON string
-