Uses of Class
com.twitter.clientlib.model.ListCreateRequest
-
Packages that use ListCreateRequest Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of ListCreateRequest in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api with parameters of type ListCreateRequest 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.okhttp3.CallListsApi. listIdCreateAsync(ListCreateRequest listCreateRequest, ApiCallback<ListCreateResponse> _callback)Create List (asynchronously) Creates a new List.okhttp3.CallListsApi. listIdCreateCall(ListCreateRequest listCreateRequest, ApiCallback _callback)Build call for listIdCreateApiResponse<ListCreateResponse>ListsApi. listIdCreateWithHttpInfo(ListCreateRequest listCreateRequest)Create List Creates a new List. -
Uses of ListCreateRequest in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ListCreateRequest Modifier and Type Method Description ListCreateRequestListCreateRequest. _private(Boolean _private)ListCreateRequestListCreateRequest. description(String description)static ListCreateRequestListCreateRequest. fromJson(String jsonString)Create an instance of ListCreateRequest given an JSON stringListCreateRequestListCreateRequest. name(String name)
-