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