Package com.lithic.api.models
Class CardAggregateBalanceListPageAsync
-
- All Implemented Interfaces:
public final class CardAggregateBalanceListPageAsyncGet the aggregated card balance across all end-user accounts.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardAggregateBalanceListPageAsync.Responsepublic final classCardAggregateBalanceListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final CardAggregateBalanceListPageAsync.Responseresponse()final List<AggregateBalanceListResponse>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<CardAggregateBalanceListParams>getNextPageParams()final CompletableFuture<Optional<CardAggregateBalanceListPageAsync>>getNextPage()final CardAggregateBalanceListPageAsync.AutoPagerautoPager()final static CardAggregateBalanceListPageAsyncof(AggregateBalanceServiceAsync aggregateBalancesService, CardAggregateBalanceListParams params, CardAggregateBalanceListPageAsync.Response response)-
-
Method Detail
-
response
final CardAggregateBalanceListPageAsync.Response response()
-
data
final List<AggregateBalanceListResponse> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CardAggregateBalanceListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<CardAggregateBalanceListPageAsync>> getNextPage()
-
autoPager
final CardAggregateBalanceListPageAsync.AutoPager autoPager()
-
of
final static CardAggregateBalanceListPageAsync of(AggregateBalanceServiceAsync aggregateBalancesService, CardAggregateBalanceListParams params, CardAggregateBalanceListPageAsync.Response response)
-
-
-
-