Package com.lithic.api.models
Class FinancialAccountStatementListPageAsync
-
- All Implemented Interfaces:
public final class FinancialAccountStatementListPageAsyncList the statements for a given financial account.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFinancialAccountStatementListPageAsync.Responsepublic final classFinancialAccountStatementListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FinancialAccountStatementListPageAsync.Responseresponse()final List<Statement>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<FinancialAccountStatementListParams>getNextPageParams()final CompletableFuture<Optional<FinancialAccountStatementListPageAsync>>getNextPage()final FinancialAccountStatementListPageAsync.AutoPagerautoPager()final static FinancialAccountStatementListPageAsyncof(StatementServiceAsync statementsService, FinancialAccountStatementListParams params, FinancialAccountStatementListPageAsync.Response response)-
-
Method Detail
-
response
final FinancialAccountStatementListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FinancialAccountStatementListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FinancialAccountStatementListPageAsync>> getNextPage()
-
autoPager
final FinancialAccountStatementListPageAsync.AutoPager autoPager()
-
of
final static FinancialAccountStatementListPageAsync of(StatementServiceAsync statementsService, FinancialAccountStatementListParams params, FinancialAccountStatementListPageAsync.Response response)
-
-
-
-