Interface GovernanceRule.UpdateStages.WithConditionSets

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

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

    Modifier and Type
    Method
    Description
    withConditionSets(List<Object> conditionSets)
    Specifies the conditionSets property: The governance rule conditionSets - see examples.
  • Method Details

    • withConditionSets

      GovernanceRule.Update withConditionSets(List<Object> conditionSets)
      Specifies the conditionSets property: The governance rule conditionSets - see examples.
      Parameters:
      conditionSets - The governance rule conditionSets - see examples.
      Returns:
      the next definition stage.