Interface Schedule.UpdateStages.WithState

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

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

    Modifier and Type
    Method
    Description
    Specifies the state property: Indicates whether or not this scheduled task is enabled..
  • Method Details

    • withState

      Schedule.Update withState(EnableStatus state)
      Specifies the state property: Indicates whether or not this scheduled task is enabled..
      Parameters:
      state - Indicates whether or not this scheduled task is enabled.
      Returns:
      the next definition stage.