public static enum FeatureStep.StepType extends java.lang.Enum<FeatureStep.StepType>
| Enum Constant and Description |
|---|
Action
Query step type, more details see https://platform.ifttt.com/docs/connect_api#actions
|
Query
Action step type, more details see https://platform.ifttt.com/docs/connect_api#queries
|
Trigger
Trigger step type, more details see https://platform.ifttt.com/docs/connect_api#triggers
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureStep.StepType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureStep.StepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureStep.StepType Trigger
public static final FeatureStep.StepType Action
public static final FeatureStep.StepType Query
public static FeatureStep.StepType[] values()
for (FeatureStep.StepType c : FeatureStep.StepType.values()) System.out.println(c);
public static FeatureStep.StepType 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 null