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