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