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