GovernanceRule.UpdateStages.WithDisplayName Interface

public static interface GovernanceRule.UpdateStages.WithDisplayName

The stage of the GovernanceRule update allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract Update withDisplayName(String displayName)

Specifies the displayName property: Display name of the governance rule.

Method Details

withDisplayName

public abstract GovernanceRule.Update withDisplayName(String displayName)

Specifies the displayName property: Display name of the governance rule.

Parameters:

displayName - Display name of the governance rule.

Returns:

the next definition stage.

Applies to