Interface Schedule.UpdateStages.WithTime

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

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

    Modifier and Type
    Method
    Description
    Specifies the time property: The target time to trigger the action.
  • Method Details

    • withTime

      Schedule.Update withTime(String time)
      Specifies the time property: The target time to trigger the action. The format is HH:MM..
      Parameters:
      time - The target time to trigger the action. The format is HH:MM.
      Returns:
      the next definition stage.