Class PutCalendarJobRequest

    • Constructor Detail

      • PutCalendarJobRequest

        public PutCalendarJobRequest​(String calendarId,
                                     String... jobIds)
        Create a new request referencing an existing Calendar and which JobIds to add to it.
        Parameters:
        calendarId - The non-null ID of the calendar
        jobIds - JobIds to add to the calendar, cannot be empty, or contain null values. It can be a list of jobs or groups.