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