GovernanceRule.UpdateStages.WithRuleType Interface

public static interface GovernanceRule.UpdateStages.WithRuleType

The stage of the GovernanceRule update allowing to specify ruleType.

Method Summary

Modifier and Type Method and Description
abstract Update withRuleType(GovernanceRuleType ruleType)

Specifies the ruleType property: The rule type of the governance rule, defines the source of the rule e.g.

Method Details

withRuleType

public abstract 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.

Applies to