Uses of Class
com.twitter.clientlib.model.ListCreateResponse
-
Packages that use ListCreateResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of ListCreateResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return ListCreateResponse Modifier and Type Method Description ListCreateResponseListsApi.APIlistIdCreateRequest. execute()Execute listIdCreate requestListCreateResponseListsApi.APIlistIdCreateRequest. 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 ListCreateResponse Modifier and Type Method Description ApiResponse<ListCreateResponse>ListsApi.APIlistIdCreateRequest. executeWithHttpInfo()Execute listIdCreate request with HTTP info returnedMethod parameters in com.twitter.clientlib.api with type arguments of type ListCreateResponse Modifier and Type Method Description okhttp3.CallListsApi.APIlistIdCreateRequest. executeAsync(ApiCallback<ListCreateResponse> _callback)Execute listIdCreate request (asynchronously) -
Uses of ListCreateResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ListCreateResponse Modifier and Type Method Description ListCreateResponseListCreateResponse. addErrorsItem(Problem errorsItem)ListCreateResponseListCreateResponse. data(ListCreateResponseData data)ListCreateResponseListCreateResponse. errors(List<Problem> errors)static ListCreateResponseListCreateResponse. fromJson(String jsonString)Create an instance of ListCreateResponse given an JSON string
-