GovernanceAssignment.UpdateStages.WithIsGracePeriod Interface

public static interface GovernanceAssignment.UpdateStages.WithIsGracePeriod

The stage of the GovernanceAssignment 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 assignment.

Method Details

withIsGracePeriod

public abstract GovernanceAssignment.Update 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