GovernanceRule.UpdateStages.WithConditionSets Interface

public static interface GovernanceRule.UpdateStages.WithConditionSets

The stage of the GovernanceRule update allowing to specify conditionSets.

Method Summary

Modifier and Type Method and Description
abstract Update withConditionSets(List<Object> conditionSets)

Specifies the conditionSets property: The governance rule conditionSets - see examples.

Method Details

withConditionSets

public abstract GovernanceRule.Update withConditionSets(List conditionSets)

Specifies the conditionSets property: The governance rule conditionSets - see examples.

Parameters:

conditionSets - The governance rule conditionSets - see examples.

Returns:

the next definition stage.

Applies to