Uses of Class
com.twitter.clientlib.model.Get2UsersIdOwnedListsResponse
-
Packages that use Get2UsersIdOwnedListsResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of Get2UsersIdOwnedListsResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return Get2UsersIdOwnedListsResponse Modifier and Type Method Description Get2UsersIdOwnedListsResponse
ListsApi.APIlistUserOwnedListsRequest. execute()
Execute listUserOwnedLists requestGet2UsersIdOwnedListsResponse
ListsApi.APIlistUserOwnedListsRequest. 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 Get2UsersIdOwnedListsResponse Modifier and Type Method Description ApiResponse<Get2UsersIdOwnedListsResponse>
ListsApi.APIlistUserOwnedListsRequest. executeWithHttpInfo()
Execute listUserOwnedLists request with HTTP info returnedMethod parameters in com.twitter.clientlib.api with type arguments of type Get2UsersIdOwnedListsResponse Modifier and Type Method Description okhttp3.Call
ListsApi.APIlistUserOwnedListsRequest. executeAsync(ApiCallback<Get2UsersIdOwnedListsResponse> _callback)
Execute listUserOwnedLists request (asynchronously) -
Uses of Get2UsersIdOwnedListsResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return Get2UsersIdOwnedListsResponse Modifier and Type Method Description Get2UsersIdOwnedListsResponse
Get2UsersIdOwnedListsResponse. addDataItem(ModelList dataItem)
Get2UsersIdOwnedListsResponse
Get2UsersIdOwnedListsResponse. addErrorsItem(Problem errorsItem)
Get2UsersIdOwnedListsResponse
Get2UsersIdOwnedListsResponse. data(List<ModelList> data)
Get2UsersIdOwnedListsResponse
Get2UsersIdOwnedListsResponse. errors(List<Problem> errors)
static Get2UsersIdOwnedListsResponse
Get2UsersIdOwnedListsResponse. fromJson(String jsonString)
Create an instance of Get2UsersIdOwnedListsResponse given an JSON stringGet2UsersIdOwnedListsResponse
Get2UsersIdOwnedListsResponse. includes(Expansions includes)
Get2UsersIdOwnedListsResponse
Get2UsersIdOwnedListsResponse. meta(Get2ListsIdFollowersResponseMeta meta)
-