Package com.lithic.api.models
Class CardFinancialTransactionListPageAsync
-
- All Implemented Interfaces:
public final class CardFinancialTransactionListPageAsyncList the financial transactions for a given card.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardFinancialTransactionListPageAsync.Responsepublic final classCardFinancialTransactionListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final CardFinancialTransactionListPageAsync.Responseresponse()final List<FinancialTransaction>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<CardFinancialTransactionListParams>getNextPageParams()final CompletableFuture<Optional<CardFinancialTransactionListPageAsync>>getNextPage()final CardFinancialTransactionListPageAsync.AutoPagerautoPager()final static CardFinancialTransactionListPageAsyncof(FinancialTransactionServiceAsync financialTransactionsService, CardFinancialTransactionListParams params, CardFinancialTransactionListPageAsync.Response response)-
-
Method Detail
-
response
final CardFinancialTransactionListPageAsync.Response response()
-
data
final List<FinancialTransaction> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CardFinancialTransactionListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<CardFinancialTransactionListPageAsync>> getNextPage()
-
autoPager
final CardFinancialTransactionListPageAsync.AutoPager autoPager()
-
of
final static CardFinancialTransactionListPageAsync of(FinancialTransactionServiceAsync financialTransactionsService, CardFinancialTransactionListParams params, CardFinancialTransactionListPageAsync.Response response)
-
-
-
-