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