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