Package com.lithic.api.models
Class EventSubscriptionListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class EventSubscriptionListPage.AutoPager implements Iterable<EventSubscription>
-
-
Constructor Summary
Constructors Constructor Description EventSubscriptionListPage.AutoPager(EventSubscriptionListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<EventSubscription>iterator()final Stream<EventSubscription>stream()-
-
Constructor Detail
-
EventSubscriptionListPage.AutoPager
EventSubscriptionListPage.AutoPager(EventSubscriptionListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<EventSubscription> iterator()
-
stream
final Stream<EventSubscription> stream()
-
-
-
-