Class DeleteCalendarRequest

    • Constructor Detail

      • DeleteCalendarRequest

        public DeleteCalendarRequest​(java.lang.String calendarId)
        The constructor requires a single calendar id.
        Parameters:
        calendarId - The calendar to delete. Must be non-null
    • Method Detail

      • getCalendarId

        public java.lang.String getCalendarId()
      • hashCode

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

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