Uses of Class
com.oracle.bmc.vault.model.SecretVersion.ContentType
-
Packages that use SecretVersion.ContentType Package Description com.oracle.bmc.vault.model -
-
Uses of SecretVersion.ContentType in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return SecretVersion.ContentType Modifier and Type Method Description static SecretVersion.ContentTypeSecretVersion.ContentType. create(String key)SecretVersion.ContentTypeSecretVersion. getContentType()The content type of the secret version’s secret contents.static SecretVersion.ContentTypeSecretVersion.ContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecretVersion.ContentType[]SecretVersion.ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vault.model with parameters of type SecretVersion.ContentType Modifier and Type Method Description SecretVersion.BuilderSecretVersion.Builder. contentType(SecretVersion.ContentType contentType)The content type of the secret version’s secret contents.Constructors in com.oracle.bmc.vault.model with parameters of type SecretVersion.ContentType Constructor Description SecretVersion(SecretVersion.ContentType contentType, String name, String secretId, List<SecretVersion.Stages> stages, Date timeCreated, Date timeOfDeletion, Date timeOfCurrentVersionExpiry, Long versionNumber, Boolean isContentAutoGenerated)Deprecated.
-