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