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 ListCreateResponse
ListsApi.APIlistIdCreateRequest. execute()
Execute listIdCreate requestListCreateResponse
ListsApi.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.Call
ListsApi.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 ListCreateResponse
ListCreateResponse. addErrorsItem(Problem errorsItem)
ListCreateResponse
ListCreateResponse. data(ListCreateResponseData data)
ListCreateResponse
ListCreateResponse. errors(List<Problem> errors)
static ListCreateResponse
ListCreateResponse. fromJson(String jsonString)
Create an instance of ListCreateResponse given an JSON string
-