public enum CreateClassificationTemplateRequestBodyTemplateKeyField extends Enum<CreateClassificationTemplateRequestBodyTemplateKeyField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateClassificationTemplateRequestBodyTemplateKeyField.CreateClassificationTemplateRequestBodyTemplateKeyFieldDeserializer |
static class |
CreateClassificationTemplateRequestBodyTemplateKeyField.CreateClassificationTemplateRequestBodyTemplateKeyFieldSerializer |
| Enum Constant and Description |
|---|
SECURITYCLASSIFICATION_6VMVOCHWUWO |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static CreateClassificationTemplateRequestBodyTemplateKeyField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateClassificationTemplateRequestBodyTemplateKeyField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateClassificationTemplateRequestBodyTemplateKeyField SECURITYCLASSIFICATION_6VMVOCHWUWO
public static CreateClassificationTemplateRequestBodyTemplateKeyField[] values()
for (CreateClassificationTemplateRequestBodyTemplateKeyField c : CreateClassificationTemplateRequestBodyTemplateKeyField.values()) System.out.println(c);
public static CreateClassificationTemplateRequestBodyTemplateKeyField 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 null