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