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