Uses of Class
com.oracle.bmc.secrets.model.SecretBundleContentDetails.ContentType
-
Packages that use SecretBundleContentDetails.ContentType Package Description com.oracle.bmc.secrets.model -
-
Uses of SecretBundleContentDetails.ContentType in com.oracle.bmc.secrets.model
Methods in com.oracle.bmc.secrets.model that return SecretBundleContentDetails.ContentType Modifier and Type Method Description static SecretBundleContentDetails.ContentType
SecretBundleContentDetails.ContentType. create(String key)
static SecretBundleContentDetails.ContentType
SecretBundleContentDetails.ContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecretBundleContentDetails.ContentType[]
SecretBundleContentDetails.ContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-