Class InboundWireDrawdownRequestListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class InboundWireDrawdownRequestListPage.AutoPager implements Iterable<InboundWireDrawdownRequest>
-
-
Constructor Summary
Constructors Constructor Description InboundWireDrawdownRequestListPage.AutoPager(InboundWireDrawdownRequestListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<InboundWireDrawdownRequest>iterator()final Stream<InboundWireDrawdownRequest>stream()-
-
Constructor Detail
-
InboundWireDrawdownRequestListPage.AutoPager
InboundWireDrawdownRequestListPage.AutoPager(InboundWireDrawdownRequestListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<InboundWireDrawdownRequest> iterator()
-
stream
final Stream<InboundWireDrawdownRequest> stream()
-
-
-
-