Package com.increase.api.models
Class CardDisputeListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class CardDisputeListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description CardDisputeListPageAsync.AutoPager(CardDisputeListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<CardDispute> action, Executor executor)final CompletableFuture<List<CardDispute>>toList(Executor executor)-
-
Constructor Detail
-
CardDisputeListPageAsync.AutoPager
CardDisputeListPageAsync.AutoPager(CardDisputeListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<CardDispute> action, Executor executor)
-
toList
final CompletableFuture<List<CardDispute>> toList(Executor executor)
-
-
-
-