GovernanceRule.DefinitionStages.WithConditionSets Interface

public static interface GovernanceRule.DefinitionStages.WithConditionSets

The stage of the GovernanceRule definition allowing to specify conditionSets.

Method Summary

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

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

Method Details

withConditionSets

public abstract GovernanceRule.DefinitionStages.WithCreate 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