GovernanceAssignment.DefinitionStages.WithIsGracePeriod Interface

public static interface GovernanceAssignment.DefinitionStages.WithIsGracePeriod

The stage of the GovernanceAssignment definition allowing to specify isGracePeriod.

Method Summary

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

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

Method Details

withIsGracePeriod

public abstract GovernanceAssignment.DefinitionStages.WithCreate withIsGracePeriod(Boolean isGracePeriod)

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

Parameters:

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

Returns:

the next definition stage.

Applies to