Package com.increase.api.models
Class DigitalWalletTokenListPageAsync
-
- All Implemented Interfaces:
public final class DigitalWalletTokenListPageAsyncList Digital Wallet Tokens
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDigitalWalletTokenListPageAsync.Responsepublic final classDigitalWalletTokenListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final DigitalWalletTokenListPageAsync.Responseresponse()final List<DigitalWalletToken>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<DigitalWalletTokenListParams>getNextPageParams()final CompletableFuture<Optional<DigitalWalletTokenListPageAsync>>getNextPage()final DigitalWalletTokenListPageAsync.AutoPagerautoPager()final static DigitalWalletTokenListPageAsyncof(DigitalWalletTokenServiceAsync digitalWalletTokensService, DigitalWalletTokenListParams params, DigitalWalletTokenListPageAsync.Response response)-
-
Method Detail
-
response
final DigitalWalletTokenListPageAsync.Response response()
-
data
final List<DigitalWalletToken> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<DigitalWalletTokenListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<DigitalWalletTokenListPageAsync>> getNextPage()
-
autoPager
final DigitalWalletTokenListPageAsync.AutoPager autoPager()
-
of
final static DigitalWalletTokenListPageAsync of(DigitalWalletTokenServiceAsync digitalWalletTokensService, DigitalWalletTokenListParams params, DigitalWalletTokenListPageAsync.Response response)
-
-
-
-