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 WithCreate withIsDisabled(Boolean isDisabled)

Specifies the isDisabled property: Defines whether the rule is active/inactive.

Method Details

withIsDisabled

public abstract GovernanceRule.DefinitionStages.WithCreate withIsDisabled(Boolean isDisabled)

Specifies the isDisabled property: Defines whether the rule is active/inactive.

Parameters:

isDisabled - Defines whether the rule is active/inactive.

Returns:

the next definition stage.

Applies to