public static interface TemplateRevision.Builder extends SdkPojo, CopyableBuilder<TemplateRevision.Builder,TemplateRevision>
| Modifier and Type | Method and Description |
|---|---|
TemplateRevision.Builder |
majorRevision(Integer majorRevision)
The revision version of the template.
|
TemplateRevision.Builder |
minorRevision(Integer minorRevision)
The revision version of the template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateRevision.Builder majorRevision(Integer majorRevision)
The revision version of the template. Re-enrolling all certificate holders will increment the major revision.
majorRevision - The revision version of the template. Re-enrolling all certificate holders will increment the major
revision.TemplateRevision.Builder minorRevision(Integer minorRevision)
The revision version of the template. Re-enrolling all certificate holders will increment the major revision.
minorRevision - The revision version of the template. Re-enrolling all certificate holders will increment the major
revision.Copyright © 2023. All rights reserved.