Package com.lithic.api.models
Class EventSubscriptionListPageAsync
-
- All Implemented Interfaces:
public final class EventSubscriptionListPageAsyncList all the 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 BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<EventSubscriptionListParams>getNextPageParams()final CompletableFuture<Optional<EventSubscriptionListPageAsync>>getNextPage()final EventSubscriptionListPageAsync.AutoPagerautoPager()final static EventSubscriptionListPageAsyncof(SubscriptionServiceAsync subscriptionsService, EventSubscriptionListParams params, EventSubscriptionListPageAsync.Response response)-
-
Method Detail
-
response
final EventSubscriptionListPageAsync.Response response()
-
data
final List<EventSubscription> data()
-
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(SubscriptionServiceAsync subscriptionsService, EventSubscriptionListParams params, EventSubscriptionListPageAsync.Response response)
-
-
-
-