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