public enum InvocableActionType extends Enum<InvocableActionType>
| Enum Constant and Description |
|---|
apex
Enumeration : apex
|
chatterPost
Enumeration : chatterPost
|
emailAlert
Enumeration : emailAlert
|
emailSimple
Enumeration : emailSimple
|
flow
Enumeration : flow
|
metricRefresh
Enumeration : metricRefresh
|
quickAction
Enumeration : quickAction
|
submit
Enumeration : submit
|
thanks
Enumeration : thanks
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static InvocableActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocableActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvocableActionType quickAction
public static final InvocableActionType submit
public static final InvocableActionType chatterPost
public static final InvocableActionType emailSimple
public static final InvocableActionType emailAlert
public static final InvocableActionType flow
public static final InvocableActionType apex
public static final InvocableActionType thanks
public static final InvocableActionType metricRefresh
public static InvocableActionType[] values()
for (InvocableActionType c : InvocableActionType.values()) System.out.println(c);
public static InvocableActionType 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 nullpublic String toString()
toString in class Enum<InvocableActionType>Copyright © 2015. All Rights Reserved.