Uses of Class
com.twitter.clientlib.model.ListDeleteResponse
-
Packages that use ListDeleteResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of ListDeleteResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return ListDeleteResponse Modifier and Type Method Description ListDeleteResponseListsApi. listIdDelete(Integer retries, String id)Calls the API using a retry mechanism to handle rate limits errors.ListDeleteResponseListsApi. listIdDelete(String id)Delete List Delete a List that you own.Methods in com.twitter.clientlib.api that return types with arguments of type ListDeleteResponse Modifier and Type Method Description ApiResponse<ListDeleteResponse>ListsApi. listIdDeleteWithHttpInfo(String id)Delete List Delete a List that you own.Method parameters in com.twitter.clientlib.api with type arguments of type ListDeleteResponse Modifier and Type Method Description okhttp3.CallListsApi. listIdDeleteAsync(String id, ApiCallback<ListDeleteResponse> _callback)Delete List (asynchronously) Delete a List that you own. -
Uses of ListDeleteResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ListDeleteResponse Modifier and Type Method Description ListDeleteResponseListDeleteResponse. addErrorsItem(Problem errorsItem)ListDeleteResponseListDeleteResponse. data(ListDeleteResponseData data)ListDeleteResponseListDeleteResponse. errors(List<Problem> errors)static ListDeleteResponseListDeleteResponse. fromJson(String jsonString)Create an instance of ListDeleteResponse given an JSON string
-