public enum InvocableActionType extends Enum<InvocableActionType>
Java class for InvocableActionType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="InvocableActionType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="apex"/>
<enumeration value="chatterPost"/>
<enumeration value="contentWorkspaceEnableFolders"/>
<enumeration value="emailAlert"/>
<enumeration value="emailSimple"/>
<enumeration value="flow"/>
<enumeration value="metricRefresh"/>
<enumeration value="quickAction"/>
<enumeration value="submit"/>
<enumeration value="thanks"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APEX |
CHATTER_POST |
CONTENT_WORKSPACE_ENABLE_FOLDERS |
EMAIL_ALERT |
EMAIL_SIMPLE |
FLOW |
METRIC_REFRESH |
QUICK_ACTION |
SUBMIT |
THANKS |
| Modifier and Type | Method and Description |
|---|---|
static InvocableActionType |
fromValue(String v) |
String |
value() |
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 APEX
public static final InvocableActionType CHATTER_POST
public static final InvocableActionType CONTENT_WORKSPACE_ENABLE_FOLDERS
public static final InvocableActionType EMAIL_ALERT
public static final InvocableActionType EMAIL_SIMPLE
public static final InvocableActionType FLOW
public static final InvocableActionType METRIC_REFRESH
public static final InvocableActionType QUICK_ACTION
public static final InvocableActionType SUBMIT
public static final InvocableActionType THANKS
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 value()
public static InvocableActionType fromValue(String v)
Copyright © 2016. All rights reserved.