GovernanceRule.DefinitionStages.WithIsDisabled Interface
public static interface GovernanceRule.DefinitionStages.WithIsDisabled
The stage of the GovernanceRule definition allowing to specify isDisabled.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withIsDisabled(Boolean isDisabled)
Specifies the is |
Method Details
withIsDisabled
public abstract GovernanceRule.DefinitionStages.WithCreate withIsDisabled(Boolean isDisabled)
Specifies the isDisabled property: Defines whether the rule is active/inactive.
Parameters:
Returns: