Uses of Class
com.oracle.bmc.vault.model.SecretVersionSummary.ContentType
-
Packages that use SecretVersionSummary.ContentType Package Description com.oracle.bmc.vault.model -
-
Uses of SecretVersionSummary.ContentType in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return SecretVersionSummary.ContentType Modifier and Type Method Description static SecretVersionSummary.ContentTypeSecretVersionSummary.ContentType. create(String key)SecretVersionSummary.ContentTypeSecretVersionSummary. getContentType()The content type of the secret version’s secret contents.static SecretVersionSummary.ContentTypeSecretVersionSummary.ContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecretVersionSummary.ContentType[]SecretVersionSummary.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 SecretVersionSummary.ContentType Modifier and Type Method Description SecretVersionSummary.BuilderSecretVersionSummary.Builder. contentType(SecretVersionSummary.ContentType contentType)The content type of the secret version’s secret contents.Constructors in com.oracle.bmc.vault.model with parameters of type SecretVersionSummary.ContentType Constructor Description SecretVersionSummary(SecretVersionSummary.ContentType contentType, String name, String secretId, List<SecretVersionSummary.Stages> stages, Date timeCreated, Date timeOfDeletion, Date timeOfExpiry, Long versionNumber, Map<String,Map<String,Object>> systemTags, Boolean isContentAutoGenerated)Deprecated.
-