Package com.lithic.api.models
Class CardListPage
-
- All Implemented Interfaces:
public final class CardListPageList cards.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardListPage.Responsepublic final classCardListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final CardListPage.Responseresponse()final List<Card>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<CardListParams>getNextPageParams()final Optional<CardListPage>getNextPage()final CardListPage.AutoPagerautoPager()final static CardListPageof(CardService cardsService, CardListParams params, CardListPage.Response response)-
-
Method Detail
-
response
final CardListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CardListParams> getNextPageParams()
-
getNextPage
final Optional<CardListPage> getNextPage()
-
autoPager
final CardListPage.AutoPager autoPager()
-
of
final static CardListPage of(CardService cardsService, CardListParams params, CardListPage.Response response)
-
-
-
-