Class JobRecurrenceScheduleResponse


  • public final class JobRecurrenceScheduleResponse
    extends java.lang.Object
    • Method Detail

      • hours

        public java.util.List<java.lang.Integer> hours()
        Returns:
        Gets or sets the hours of the day that the job should execute at.
      • minutes

        public java.util.List<java.lang.Integer> minutes()
        Returns:
        Gets or sets the minutes of the hour that the job should execute at.
      • monthDays

        public java.util.List<java.lang.Integer> monthDays()
        Returns:
        Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.
      • weekDays

        public java.util.List<java.lang.String> weekDays()
        Returns:
        Gets or sets the days of the week that the job should execute on.