Class JobRecurrenceResponse


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

      • count

        public java.util.Optional<java.lang.Integer> count()
        Returns:
        Gets or sets the maximum number of times that the job should run.
      • endTime

        public java.util.Optional<java.lang.String> endTime()
        Returns:
        Gets or sets the time at which the job will complete.
      • frequency

        public java.util.Optional<java.lang.String> frequency()
        Returns:
        Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).
      • interval

        public java.util.Optional<java.lang.Integer> interval()
        Returns:
        Gets or sets the interval between retries.