public static enum SecretContentDetails.ContentType extends Enum<SecretContentDetails.ContentType> implements BmcEnum
The base64-encoded content of the secret.
Enum Constant and Description |
---|
Base64 |
Modifier and Type | Method and Description |
---|---|
static SecretContentDetails.ContentType |
create(String key) |
String |
getValue() |
static SecretContentDetails.ContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretContentDetails.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecretContentDetails.ContentType Base64
public static SecretContentDetails.ContentType[] values()
for (SecretContentDetails.ContentType c : SecretContentDetails.ContentType.values()) System.out.println(c);
public static SecretContentDetails.ContentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SecretContentDetails.ContentType create(String key)
Copyright © 2016–2024. All rights reserved.