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