Uses of Class
com.oracle.bmc.certificatesmanagement.model.VersionStage
-
Packages that use VersionStage Package Description com.oracle.bmc.certificatesmanagement.model -
-
Uses of VersionStage in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return VersionStage Modifier and Type Method Description static VersionStageVersionStage. create(String key)static VersionStageVersionStage. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionStage[]VersionStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.certificatesmanagement.model that return types with arguments of type VersionStage Modifier and Type Method Description List<VersionStage>CertificateAuthorityVersion. getStages()A list of rotation states for this CA version.List<VersionStage>CertificateAuthorityVersionSummary. getStages()A list of rotation states for this CA version.List<VersionStage>CertificateVersion. getStages()A list of stages of this entity.List<VersionStage>CertificateVersionSummary. getStages()A list of rotation states for this certificate version.Method parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type VersionStage Modifier and Type Method Description CertificateAuthorityVersion.BuilderCertificateAuthorityVersion.Builder. stages(List<VersionStage> stages)A list of rotation states for this CA version.CertificateAuthorityVersionSummary.BuilderCertificateAuthorityVersionSummary.Builder. stages(List<VersionStage> stages)A list of rotation states for this CA version.CertificateVersion.BuilderCertificateVersion.Builder. stages(List<VersionStage> stages)A list of stages of this entity.CertificateVersionSummary.BuilderCertificateVersionSummary.Builder. stages(List<VersionStage> stages)A list of rotation states for this certificate version.Constructor parameters in com.oracle.bmc.certificatesmanagement.model with type arguments of type VersionStage Constructor Description CertificateAuthorityVersionSummary(String certificateAuthorityId, Long issuerCaVersionNumber, String serialNumber, Date timeCreated, Long versionNumber, String versionName, Date timeOfDeletion, Validity validity, List<VersionStage> stages, RevocationStatus revocationStatus)Deprecated.
-