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 ListUpdateResponse
ListsApi.APIlistIdUpdateRequest. execute()
Execute listIdUpdate requestListUpdateResponse
ListsApi.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.Call
ListsApi.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 ListUpdateResponse
ListUpdateResponse. addErrorsItem(Problem errorsItem)
ListUpdateResponse
ListUpdateResponse. data(ListUpdateResponseData data)
ListUpdateResponse
ListUpdateResponse. errors(List<Problem> errors)
static ListUpdateResponse
ListUpdateResponse. fromJson(String jsonString)
Create an instance of ListUpdateResponse given an JSON string
-