Package com.lithic.api.models
Class EventSubscriptionListPage
-
- All Implemented Interfaces:
public final class EventSubscriptionListPageList all the event subscriptions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventSubscriptionListPage.Responsepublic final classEventSubscriptionListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final EventSubscriptionListPage.Responseresponse()final List<EventSubscription>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<EventSubscriptionListParams>getNextPageParams()final Optional<EventSubscriptionListPage>getNextPage()final EventSubscriptionListPage.AutoPagerautoPager()final static EventSubscriptionListPageof(SubscriptionService subscriptionsService, EventSubscriptionListParams params, EventSubscriptionListPage.Response response)-
-
Method Detail
-
response
final EventSubscriptionListPage.Response response()
-
data
final List<EventSubscription> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<EventSubscriptionListParams> getNextPageParams()
-
getNextPage
final Optional<EventSubscriptionListPage> getNextPage()
-
autoPager
final EventSubscriptionListPage.AutoPager autoPager()
-
of
final static EventSubscriptionListPage of(SubscriptionService subscriptionsService, EventSubscriptionListParams params, EventSubscriptionListPage.Response response)
-
-
-
-