Package com.increase.api.models
Class CardPaymentListPage
-
- All Implemented Interfaces:
public final class CardPaymentListPageList Card Payments
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardPaymentListPage.Responsepublic final classCardPaymentListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final CardPaymentListPage.Responseresponse()final List<CardPayment>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<CardPaymentListParams>getNextPageParams()final Optional<CardPaymentListPage>getNextPage()final CardPaymentListPage.AutoPagerautoPager()final static CardPaymentListPageof(CardPaymentService cardPaymentsService, CardPaymentListParams params, CardPaymentListPage.Response response)-
-
Method Detail
-
response
final CardPaymentListPage.Response response()
-
data
final List<CardPayment> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CardPaymentListParams> getNextPageParams()
-
getNextPage
final Optional<CardPaymentListPage> getNextPage()
-
autoPager
final CardPaymentListPage.AutoPager autoPager()
-
of
final static CardPaymentListPage of(CardPaymentService cardPaymentsService, CardPaymentListParams params, CardPaymentListPage.Response response)
-
-
-
-