Automation.UpdateStages.WithActions Interface

public static interface Automation.UpdateStages.WithActions

The stage of the Automation update allowing to specify actions.

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update withActions(List 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:

actions - A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.

Returns:

the next definition stage.

Applies to