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.APIlistIdUpdateRequest. execute()Execute listIdUpdate requestListUpdateResponseListsApi.APIlistIdUpdateRequest. 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 ListUpdateResponse Modifier and Type Method Description ApiResponse<ListUpdateResponse>ListsApi.APIlistIdUpdateRequest. executeWithHttpInfo()Execute listIdUpdate request with HTTP info returnedMethod parameters in com.twitter.clientlib.api with type arguments of type ListUpdateResponse Modifier and Type Method Description okhttp3.CallListsApi.APIlistIdUpdateRequest. executeAsync(ApiCallback<ListUpdateResponse> _callback)Execute listIdUpdate request (asynchronously) -
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
-