Interface Automation.UpdateStages.WithActions

All Known Subinterfaces:
Automation.Update
Enclosing interface:
Automation.UpdateStages

public static interface Automation.UpdateStages.WithActions
The stage of the Automation update allowing to specify actions.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      Automation.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..
      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.