GovernanceRule.UpdateStages.WithRulePriority Interface

public static interface GovernanceRule.UpdateStages.WithRulePriority

The stage of the GovernanceRule update allowing to specify rulePriority.

Method Summary

Modifier and Type Method and Description
abstract Update withRulePriority(int rulePriority)

Specifies the rulePriority property: The governance rule priority, priority to the lower number.

Method Details

withRulePriority

public abstract GovernanceRule.Update withRulePriority(int rulePriority)

Specifies the rulePriority property: The governance rule priority, priority to the lower number. Rules with the same priority on the same scope will not be allowed.

Parameters:

rulePriority - The governance rule priority, priority to the lower number. Rules with the same priority on the same scope will not be allowed.

Returns:

the next definition stage.

Applies to