Class CardPaymentListPageAsync
-
- All Implemented Interfaces:
public final class CardPaymentListPageAsyncList Card Payments
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardPaymentListPageAsync.Responsepublic final classCardPaymentListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final CardPaymentListPageAsync.Responseresponse()final List<CardPayment>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<CardPaymentListParams>getNextPageParams()final CompletableFuture<Optional<CardPaymentListPageAsync>>getNextPage()final CardPaymentListPageAsync.AutoPagerautoPager()final static CardPaymentListPageAsyncof(CardPaymentServiceAsync cardPaymentsService, CardPaymentListParams params, CardPaymentListPageAsync.Response response)-
-
Method Detail
-
response
final CardPaymentListPageAsync.Response response()
-
data
final List<CardPayment> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CardPaymentListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<CardPaymentListPageAsync>> getNextPage()
-
autoPager
final CardPaymentListPageAsync.AutoPager autoPager()
-
of
final static CardPaymentListPageAsync of(CardPaymentServiceAsync cardPaymentsService, CardPaymentListParams params, CardPaymentListPageAsync.Response response)
-
-
-
-