Interface GovernanceRule.UpdateStages.WithIsGracePeriod

All Known Subinterfaces:
GovernanceRule.Update
Enclosing interface:
GovernanceRule.UpdateStages

public static interface GovernanceRule.UpdateStages.WithIsGracePeriod
The stage of the GovernanceRule update allowing to specify isGracePeriod.
  • Method Summary

    Modifier and Type
    Method
    Description
    withIsGracePeriod(Boolean isGracePeriod)
    Specifies the isGracePeriod property: Defines whether there is a grace period on the governance rule.
  • Method Details

    • withIsGracePeriod

      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.