Class DigitalCardProfileListPageAsync
-
- All Implemented Interfaces:
public final class DigitalCardProfileListPageAsyncList Card Profiles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDigitalCardProfileListPageAsync.Responsepublic final classDigitalCardProfileListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final DigitalCardProfileListPageAsync.Responseresponse()final List<DigitalCardProfile>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<DigitalCardProfileListParams>getNextPageParams()final CompletableFuture<Optional<DigitalCardProfileListPageAsync>>getNextPage()final DigitalCardProfileListPageAsync.AutoPagerautoPager()final static DigitalCardProfileListPageAsyncof(DigitalCardProfileServiceAsync digitalCardProfilesService, DigitalCardProfileListParams params, DigitalCardProfileListPageAsync.Response response)-
-
Method Detail
-
response
final DigitalCardProfileListPageAsync.Response response()
-
data
final List<DigitalCardProfile> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<DigitalCardProfileListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<DigitalCardProfileListPageAsync>> getNextPage()
-
autoPager
final DigitalCardProfileListPageAsync.AutoPager autoPager()
-
of
final static DigitalCardProfileListPageAsync of(DigitalCardProfileServiceAsync digitalCardProfilesService, DigitalCardProfileListParams params, DigitalCardProfileListPageAsync.Response response)
-
-
-
-