Uses of Class
com.twitter.clientlib.model.SingleListLookupResponse
-
Packages that use SingleListLookupResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of SingleListLookupResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return SingleListLookupResponse Modifier and Type Method Description SingleListLookupResponseListsApi. listIdGet(Integer retries, String id, Set<String> listFields, Set<String> expansions, Set<String> userFields)Calls the API using a retry mechanism to handle rate limits errors.SingleListLookupResponseListsApi. listIdGet(String id, Set<String> listFields, Set<String> expansions, Set<String> userFields)List lookup by List ID Returns a ListMethods in com.twitter.clientlib.api that return types with arguments of type SingleListLookupResponse Modifier and Type Method Description ApiResponse<SingleListLookupResponse>ListsApi. listIdGetWithHttpInfo(String id, Set<String> listFields, Set<String> expansions, Set<String> userFields)List lookup by List ID Returns a ListMethod parameters in com.twitter.clientlib.api with type arguments of type SingleListLookupResponse Modifier and Type Method Description okhttp3.CallListsApi. listIdGetAsync(String id, Set<String> listFields, Set<String> expansions, Set<String> userFields, ApiCallback<SingleListLookupResponse> _callback)List lookup by List ID (asynchronously) Returns a List -
Uses of SingleListLookupResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return SingleListLookupResponse Modifier and Type Method Description SingleListLookupResponseSingleListLookupResponse. addErrorsItem(Problem errorsItem)SingleListLookupResponseSingleListLookupResponse. data(ModelList data)SingleListLookupResponseSingleListLookupResponse. errors(List<Problem> errors)static SingleListLookupResponseSingleListLookupResponse. fromJson(String jsonString)Create an instance of SingleListLookupResponse given an JSON stringSingleListLookupResponseSingleListLookupResponse. includes(SingleListLookupResponseIncludes includes)
-