Interface Schedule.UpdateStages.WithIsEnabled

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

public static interface Schedule.UpdateStages.WithIsEnabled
The stage of the Schedule update allowing to specify isEnabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the isEnabled property: Gets or sets a value indicating whether this schedule is enabled..
  • Method Details

    • withIsEnabled

      Schedule.Update withIsEnabled(Boolean isEnabled)
      Specifies the isEnabled property: Gets or sets a value indicating whether this schedule is enabled..
      Parameters:
      isEnabled - Gets or sets a value indicating whether this schedule is enabled.
      Returns:
      the next definition stage.