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