public enum AutomationRuleDisabledReason extends Enum<AutomationRuleDisabledReason>
| Enum Constant and Description |
|---|
APPROVAL_COLUMN_MISSING |
APPROVAL_COLUMN_WRONG_TYPE |
AUTOMATION_NOT_ENABLED_FOR_ORG |
COLUMN_MISSING |
COLUMN_TYPE_INCOMPATIBLE |
NO_POTENTIAL_RECIPIENTS |
NO_VALID_SELECTED_COLUMNS |
| Modifier and Type | Method and Description |
|---|---|
static AutomationRuleDisabledReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomationRuleDisabledReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomationRuleDisabledReason AUTOMATION_NOT_ENABLED_FOR_ORG
public static final AutomationRuleDisabledReason COLUMN_MISSING
public static final AutomationRuleDisabledReason COLUMN_TYPE_INCOMPATIBLE
public static final AutomationRuleDisabledReason NO_POTENTIAL_RECIPIENTS
public static final AutomationRuleDisabledReason NO_VALID_SELECTED_COLUMNS
public static final AutomationRuleDisabledReason APPROVAL_COLUMN_MISSING
public static final AutomationRuleDisabledReason APPROVAL_COLUMN_WRONG_TYPE
public static AutomationRuleDisabledReason[] values()
for (AutomationRuleDisabledReason c : AutomationRuleDisabledReason.values()) System.out.println(c);
public static AutomationRuleDisabledReason 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 nullCopyright © 2014–2019 Smartsheet. All rights reserved.