Interface GovernanceRule.DefinitionStages.WithIsGracePeriod

All Known Subinterfaces:
GovernanceRule.Definition, GovernanceRule.DefinitionStages.Blank, GovernanceRule.DefinitionStages.WithCreate
Enclosing interface:
GovernanceRule.DefinitionStages

public static interface GovernanceRule.DefinitionStages.WithIsGracePeriod
The stage of the GovernanceRule definition allowing to specify isGracePeriod.
  • Method Details

    • withIsGracePeriod

      GovernanceRule.DefinitionStages.WithCreate 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.