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