Automation.DefinitionStages.WithActions Interface
public static interface Automation.DefinitionStages.WithActions
The stage of the Automation definition allowing to specify actions.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withActions(List<AutomationAction> actions)
Specifies the actions property: A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.. |
Method Details
withActions
public abstract Automation.DefinitionStages.WithCreate withActions(List<AutomationAction> actions)
Specifies the actions property: A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true..
Parameters:
Returns: