Class PhysicalCardProfileListPageAsync
-
- All Implemented Interfaces:
public final class PhysicalCardProfileListPageAsyncList Physical Card Profiles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPhysicalCardProfileListPageAsync.Responsepublic final classPhysicalCardProfileListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final PhysicalCardProfileListPageAsync.Responseresponse()final List<PhysicalCardProfile>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<PhysicalCardProfileListParams>getNextPageParams()final CompletableFuture<Optional<PhysicalCardProfileListPageAsync>>getNextPage()final PhysicalCardProfileListPageAsync.AutoPagerautoPager()final static PhysicalCardProfileListPageAsyncof(PhysicalCardProfileServiceAsync physicalCardProfilesService, PhysicalCardProfileListParams params, PhysicalCardProfileListPageAsync.Response response)-
-
Method Detail
-
response
final PhysicalCardProfileListPageAsync.Response response()
-
data
final List<PhysicalCardProfile> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<PhysicalCardProfileListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<PhysicalCardProfileListPageAsync>> getNextPage()
-
autoPager
final PhysicalCardProfileListPageAsync.AutoPager autoPager()
-
of
final static PhysicalCardProfileListPageAsync of(PhysicalCardProfileServiceAsync physicalCardProfilesService, PhysicalCardProfileListParams params, PhysicalCardProfileListPageAsync.Response response)
-
-
-
-