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