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