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