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