Package com.increase.api.models
Class CardDisputeListPageAsync
-
- All Implemented Interfaces:
public final class CardDisputeListPageAsyncList Card Disputes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardDisputeListPageAsync.Responsepublic final classCardDisputeListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final CardDisputeListPageAsync.Responseresponse()final List<CardDispute>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<CardDisputeListParams>getNextPageParams()final CompletableFuture<Optional<CardDisputeListPageAsync>>getNextPage()final CardDisputeListPageAsync.AutoPagerautoPager()final static CardDisputeListPageAsyncof(CardDisputeServiceAsync cardDisputesService, CardDisputeListParams params, CardDisputeListPageAsync.Response response)-
-
Method Detail
-
response
final CardDisputeListPageAsync.Response response()
-
data
final List<CardDispute> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CardDisputeListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<CardDisputeListPageAsync>> getNextPage()
-
autoPager
final CardDisputeListPageAsync.AutoPager autoPager()
-
of
final static CardDisputeListPageAsync of(CardDisputeServiceAsync cardDisputesService, CardDisputeListParams params, CardDisputeListPageAsync.Response response)
-
-
-
-