Uses of Class
com.twitter.clientlib.model.ListUpdateResponse
-
Packages that use ListUpdateResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of ListUpdateResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return ListUpdateResponse Modifier and Type Method Description ListUpdateResponseListsApi. listIdUpdate(ListUpdateRequest listUpdateRequest, String id)Update List Update a List that you own.ListUpdateResponseListsApi. listIdUpdate(Integer retries, ListUpdateRequest listUpdateRequest, String id)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 ListUpdateResponse Modifier and Type Method Description ApiResponse<ListUpdateResponse>ListsApi. listIdUpdateWithHttpInfo(ListUpdateRequest listUpdateRequest, String id)Update List Update a List that you own.Method parameters in com.twitter.clientlib.api with type arguments of type ListUpdateResponse Modifier and Type Method Description okhttp3.CallListsApi. listIdUpdateAsync(ListUpdateRequest listUpdateRequest, String id, ApiCallback<ListUpdateResponse> _callback)Update List (asynchronously) Update a List that you own. -
Uses of ListUpdateResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ListUpdateResponse Modifier and Type Method Description ListUpdateResponseListUpdateResponse. addErrorsItem(Problem errorsItem)ListUpdateResponseListUpdateResponse. data(ListUpdateResponseData data)ListUpdateResponseListUpdateResponse. errors(List<Problem> errors)static ListUpdateResponseListUpdateResponse. fromJson(String jsonString)Create an instance of ListUpdateResponse given an JSON string
-