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