Class JobScheduleResponse


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

      • enabled

        public java.util.Optional<java.lang.Boolean> enabled()
        Returns:
        Whether or not the schedule is enabled.
      • endTime

        public java.util.Optional<java.lang.String> endTime()
        Returns:
        Schedule end time.
      • interval

        public java.util.Optional<java.lang.String> interval()
        Returns:
        Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.
      • startTime

        public java.util.Optional<java.lang.String> startTime()
        Returns:
        Schedule start time.
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        Schedule interval type