Package com.lithic.api.models
Class TokenizationListPageAsync
-
- All Implemented Interfaces:
public final class TokenizationListPageAsyncList card tokenizations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTokenizationListPageAsync.Responsepublic final classTokenizationListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final TokenizationListPageAsync.Responseresponse()final List<Tokenization>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<TokenizationListParams>getNextPageParams()final CompletableFuture<Optional<TokenizationListPageAsync>>getNextPage()final TokenizationListPageAsync.AutoPagerautoPager()final static TokenizationListPageAsyncof(TokenizationServiceAsync tokenizationsService, TokenizationListParams params, TokenizationListPageAsync.Response response)-
-
Method Detail
-
response
final TokenizationListPageAsync.Response response()
-
data
final List<Tokenization> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<TokenizationListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<TokenizationListPageAsync>> getNextPage()
-
autoPager
final TokenizationListPageAsync.AutoPager autoPager()
-
of
final static TokenizationListPageAsync of(TokenizationServiceAsync tokenizationsService, TokenizationListParams params, TokenizationListPageAsync.Response response)
-
-
-
-