Class DeleteCalendarJobRequest

    • Constructor Detail

      • DeleteCalendarJobRequest

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

      • getJobIds

        public java.util.List<java.lang.String> getJobIds()
      • getCalendarId

        public java.lang.String getCalendarId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object