Package | Description |
---|---|
io.sphere.sdk.extensions |
Modifier and Type | Method and Description |
---|---|
static TriggerType |
TriggerType.ofTriggerType(String value) |
static TriggerType |
TriggerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerType[] |
TriggerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<TriggerType> |
Trigger.getActions() |
Modifier and Type | Method and Description |
---|---|
TriggerBuilder |
TriggerBuilder.actions(List<TriggerType> actions)
Sets the
actions property of this builder. |
static TriggerBuilder |
TriggerBuilder.of(ExtensionResourceType resourceTypeId,
List<TriggerType> actions)
Creates a new object initialized with the given values.
|