Interface GovernanceRule.UpdateStages.WithIsDisabled

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

public static interface GovernanceRule.UpdateStages.WithIsDisabled
The stage of the GovernanceRule update allowing to specify isDisabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    withIsDisabled(Boolean isDisabled)
    Specifies the isDisabled property: Defines whether the rule is active/inactive.
  • Method Details

    • withIsDisabled

      GovernanceRule.Update withIsDisabled(Boolean isDisabled)
      Specifies the isDisabled property: Defines whether the rule is active/inactive.
      Parameters:
      isDisabled - Defines whether the rule is active/inactive.
      Returns:
      the next definition stage.