Package com.increase.api.models
Class CardPurchaseSupplementListPage
-
- All Implemented Interfaces:
public final class CardPurchaseSupplementListPageList Card Purchase Supplements
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardPurchaseSupplementListPage.Responsepublic final classCardPurchaseSupplementListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final CardPurchaseSupplementListPage.Responseresponse()final List<CardPurchaseSupplement>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<CardPurchaseSupplementListParams>getNextPageParams()final Optional<CardPurchaseSupplementListPage>getNextPage()final CardPurchaseSupplementListPage.AutoPagerautoPager()final static CardPurchaseSupplementListPageof(CardPurchaseSupplementService cardPurchaseSupplementsService, CardPurchaseSupplementListParams params, CardPurchaseSupplementListPage.Response response)-
-
Method Detail
-
response
final CardPurchaseSupplementListPage.Response response()
-
data
final List<CardPurchaseSupplement> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CardPurchaseSupplementListParams> getNextPageParams()
-
getNextPage
final Optional<CardPurchaseSupplementListPage> getNextPage()
-
autoPager
final CardPurchaseSupplementListPage.AutoPager autoPager()
-
of
final static CardPurchaseSupplementListPage of(CardPurchaseSupplementService cardPurchaseSupplementsService, CardPurchaseSupplementListParams params, CardPurchaseSupplementListPage.Response response)
-
-
-
-