Interface AutomationRule.UpdateStages.WithOrder

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

public static interface AutomationRule.UpdateStages.WithOrder
The stage of the AutomationRule update allowing to specify order.
  • Method Summary

    Modifier and Type
    Method
    Description
    withOrder(int order)
    Specifies the order property: The order of execution of the automation rule..
  • Method Details

    • withOrder

      AutomationRule.Update withOrder(int order)
      Specifies the order property: The order of execution of the automation rule..
      Parameters:
      order - The order of execution of the automation rule.
      Returns:
      the next definition stage.