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