Package com.lithic.api.models
Class FinancialAccountBalanceListPageAsync
-
- All Implemented Interfaces:
public final class FinancialAccountBalanceListPageAsyncGet the balances for a given financial account.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFinancialAccountBalanceListPageAsync.Responsepublic final classFinancialAccountBalanceListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FinancialAccountBalanceListPageAsync.Responseresponse()final List<BalanceListResponse>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<FinancialAccountBalanceListParams>getNextPageParams()final CompletableFuture<Optional<FinancialAccountBalanceListPageAsync>>getNextPage()final FinancialAccountBalanceListPageAsync.AutoPagerautoPager()final static FinancialAccountBalanceListPageAsyncof(BalanceServiceAsync balancesService, FinancialAccountBalanceListParams params, FinancialAccountBalanceListPageAsync.Response response)-
-
Method Detail
-
response
final FinancialAccountBalanceListPageAsync.Response response()
-
data
final List<BalanceListResponse> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FinancialAccountBalanceListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FinancialAccountBalanceListPageAsync>> getNextPage()
-
autoPager
final FinancialAccountBalanceListPageAsync.AutoPager autoPager()
-
of
final static FinancialAccountBalanceListPageAsync of(BalanceServiceAsync balancesService, FinancialAccountBalanceListParams params, FinancialAccountBalanceListPageAsync.Response response)
-
-
-
-