public static interface ValidityPeriod.Builder extends SdkPojo, CopyableBuilder<ValidityPeriod.Builder,ValidityPeriod>
| Modifier and Type | Method and Description |
|---|---|
ValidityPeriod.Builder |
period(Long period)
The numeric value for the validity period.
|
ValidityPeriod.Builder |
periodType(String periodType)
The unit of time.
|
ValidityPeriod.Builder |
periodType(ValidityPeriodType periodType)
The unit of time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidityPeriod.Builder period(Long period)
The numeric value for the validity period.
period - The numeric value for the validity period.ValidityPeriod.Builder periodType(String periodType)
The unit of time. You can select hours, days, weeks, months, and years.
periodType - The unit of time. You can select hours, days, weeks, months, and years.ValidityPeriodType,
ValidityPeriodTypeValidityPeriod.Builder periodType(ValidityPeriodType periodType)
The unit of time. You can select hours, days, weeks, months, and years.
periodType - The unit of time. You can select hours, days, weeks, months, and years.ValidityPeriodType,
ValidityPeriodTypeCopyright © 2023. All rights reserved.