Interface GovernanceRule.UpdateStages.WithRuleType

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

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

    Modifier and Type
    Method
    Description
    Specifies the ruleType property: The rule type of the governance rule, defines the source of the rule e.g.
  • Method Details

    • withRuleType

      GovernanceRule.Update withRuleType(GovernanceRuleType ruleType)
      Specifies the ruleType property: The rule type of the governance rule, defines the source of the rule e.g. Integrated.
      Parameters:
      ruleType - The rule type of the governance rule, defines the source of the rule e.g. Integrated.
      Returns:
      the next definition stage.