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. listIdCreate(ListCreateRequest listCreateRequest)Create List Creates a new List.ListCreateResponseListsApi. listIdCreate(Integer retries, ListCreateRequest listCreateRequest)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. listIdCreateWithHttpInfo(ListCreateRequest listCreateRequest)Create List Creates a new List.Method parameters in com.twitter.clientlib.api with type arguments of type ListCreateResponse Modifier and Type Method Description okhttp3.CallListsApi. listIdCreateAsync(ListCreateRequest listCreateRequest, ApiCallback<ListCreateResponse> _callback)Create List (asynchronously) Creates a new List. -
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(ModelList data)ListCreateResponseListCreateResponse. errors(List<Problem> errors)static ListCreateResponseListCreateResponse. fromJson(String jsonString)Create an instance of ListCreateResponse given an JSON string
-