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