Class CalendarExceptionsResponse
java.lang.Object
com.aspose.tasks.cloud.model.responses.AsposeResponse
com.aspose.tasks.cloud.model.responses.CalendarExceptionsResponse
CalendarExceptions response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCalendarExceptionsItem
(CalendarException calendarExceptionsItem) calendarExceptions
(List<CalendarException> calendarExceptions) boolean
Get calendarExceptionsint
hashCode()
void
setCalendarExceptions
(List<CalendarException> calendarExceptions) toString()
-
Constructor Details
-
CalendarExceptionsResponse
public CalendarExceptionsResponse()
-
-
Method Details
-
calendarExceptions
-
addCalendarExceptionsItem
public CalendarExceptionsResponse addCalendarExceptionsItem(CalendarException calendarExceptionsItem) -
getCalendarExceptions
Get calendarExceptions- Returns:
- calendarExceptions
-
setCalendarExceptions
-
equals
- Overrides:
equals
in classAsposeResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAsposeResponse
-
toString
- Overrides:
toString
in classAsposeResponse
-