GovernanceRule.UpdateStages.WithIsGracePeriod Interface

public static interface GovernanceRule.UpdateStages.WithIsGracePeriod

The stage of the GovernanceRule update allowing to specify isGracePeriod.

Method Summary

Modifier and Type Method and Description
abstract Update withIsGracePeriod(Boolean isGracePeriod)

Specifies the isGracePeriod property: Defines whether there is a grace period on the governance rule.

Method Details

withIsGracePeriod

public abstract GovernanceRule.Update withIsGracePeriod(Boolean isGracePeriod)

Specifies the isGracePeriod property: Defines whether there is a grace period on the governance rule.

Parameters:

isGracePeriod - Defines whether there is a grace period on the governance rule.

Returns:

the next definition stage.

Applies to