Package com.lithic.api.models
Class EventListPageAsync
-
- All Implemented Interfaces:
public final class EventListPageAsyncList all events.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventListPageAsync.Responsepublic final classEventListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final EventListPageAsync.Responseresponse()final List<Event>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<EventListParams>getNextPageParams()final CompletableFuture<Optional<EventListPageAsync>>getNextPage()final EventListPageAsync.AutoPagerautoPager()final static EventListPageAsyncof(EventServiceAsync eventsService, EventListParams params, EventListPageAsync.Response response)-
-
Method Detail
-
response
final EventListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<EventListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<EventListPageAsync>> getNextPage()
-
autoPager
final EventListPageAsync.AutoPager autoPager()
-
of
final static EventListPageAsync of(EventServiceAsync eventsService, EventListParams params, EventListPageAsync.Response response)
-
-
-
-