Package com.lithic.api.models
Class AggregateBalanceListPageAsync
-
- All Implemented Interfaces:
public final class AggregateBalanceListPageAsyncGet the aggregated balance across all end-user accounts by financial account type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAggregateBalanceListPageAsync.Responsepublic final classAggregateBalanceListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final AggregateBalanceListPageAsync.Responseresponse()final List<AggregateBalance>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AggregateBalanceListParams>getNextPageParams()final CompletableFuture<Optional<AggregateBalanceListPageAsync>>getNextPage()final AggregateBalanceListPageAsync.AutoPagerautoPager()final static AggregateBalanceListPageAsyncof(AggregateBalanceServiceAsync aggregateBalancesService, AggregateBalanceListParams params, AggregateBalanceListPageAsync.Response response)-
-
Method Detail
-
response
final AggregateBalanceListPageAsync.Response response()
-
data
final List<AggregateBalance> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AggregateBalanceListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<AggregateBalanceListPageAsync>> getNextPage()
-
autoPager
final AggregateBalanceListPageAsync.AutoPager autoPager()
-
of
final static AggregateBalanceListPageAsync of(AggregateBalanceServiceAsync aggregateBalancesService, AggregateBalanceListParams params, AggregateBalanceListPageAsync.Response response)
-
-
-
-