public static enum Trigger.TRIGGER_TYPE extends java.lang.Enum<Trigger.TRIGGER_TYPE>
| Enum Constant and Description |
|---|
NewFileCreatedFailure |
NewFileCreatedSuccess |
SessionEndFailure |
SessionEndSuccess |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Trigger.TRIGGER_TYPE> |
fromRestStringToTriggerType(java.lang.String restInput) |
static java.lang.String |
fromTriggerTypeToRestString(java.lang.String text) |
static Trigger.TRIGGER_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Trigger.TRIGGER_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Trigger.TRIGGER_TYPE NewFileCreatedSuccess
public static final Trigger.TRIGGER_TYPE NewFileCreatedFailure
public static final Trigger.TRIGGER_TYPE SessionEndSuccess
public static final Trigger.TRIGGER_TYPE SessionEndFailure
public static Trigger.TRIGGER_TYPE[] values()
for (Trigger.TRIGGER_TYPE c : Trigger.TRIGGER_TYPE.values()) System.out.println(c);
public static Trigger.TRIGGER_TYPE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.util.List<Trigger.TRIGGER_TYPE> fromRestStringToTriggerType(java.lang.String restInput)
public static java.lang.String fromTriggerTypeToRestString(java.lang.String text)