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