Interface GovernanceAssignment.UpdateStages.WithIsGracePeriod

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

public static interface GovernanceAssignment.UpdateStages.WithIsGracePeriod
The stage of the GovernanceAssignment 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 assignment.
  • Method Details

    • withIsGracePeriod

      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.