Class DeclinedTransactionListPageAsync
-
- All Implemented Interfaces:
public final class DeclinedTransactionListPageAsyncList Declined Transactions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeclinedTransactionListPageAsync.Responsepublic final classDeclinedTransactionListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final DeclinedTransactionListPageAsync.Responseresponse()final List<DeclinedTransaction>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<DeclinedTransactionListParams>getNextPageParams()final CompletableFuture<Optional<DeclinedTransactionListPageAsync>>getNextPage()final DeclinedTransactionListPageAsync.AutoPagerautoPager()final static DeclinedTransactionListPageAsyncof(DeclinedTransactionServiceAsync declinedTransactionsService, DeclinedTransactionListParams params, DeclinedTransactionListPageAsync.Response response)-
-
Method Detail
-
response
final DeclinedTransactionListPageAsync.Response response()
-
data
final List<DeclinedTransaction> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<DeclinedTransactionListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<DeclinedTransactionListPageAsync>> getNextPage()
-
autoPager
final DeclinedTransactionListPageAsync.AutoPager autoPager()
-
of
final static DeclinedTransactionListPageAsync of(DeclinedTransactionServiceAsync declinedTransactionsService, DeclinedTransactionListParams params, DeclinedTransactionListPageAsync.Response response)
-
-
-
-