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