Class EventSubscriptionListPageAsync
-
- All Implemented Interfaces:
public final class EventSubscriptionListPageAsyncList Event Subscriptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventSubscriptionListPageAsync.Responsepublic final classEventSubscriptionListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final EventSubscriptionListPageAsync.Responseresponse()final List<EventSubscription>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<EventSubscriptionListParams>getNextPageParams()final CompletableFuture<Optional<EventSubscriptionListPageAsync>>getNextPage()final EventSubscriptionListPageAsync.AutoPagerautoPager()final static EventSubscriptionListPageAsyncof(EventSubscriptionServiceAsync eventSubscriptionsService, EventSubscriptionListParams params, EventSubscriptionListPageAsync.Response response)-
-
Method Detail
-
response
final EventSubscriptionListPageAsync.Response response()
-
data
final List<EventSubscription> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<EventSubscriptionListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<EventSubscriptionListPageAsync>> getNextPage()
-
autoPager
final EventSubscriptionListPageAsync.AutoPager autoPager()
-
of
final static EventSubscriptionListPageAsync of(EventSubscriptionServiceAsync eventSubscriptionsService, EventSubscriptionListParams params, EventSubscriptionListPageAsync.Response response)
-
-
-
-