Uses of Class
com.aspose.tasks.cloud.model.responses.CalendarExceptionsResponse
Packages that use CalendarExceptionsResponse
-
Uses of CalendarExceptionsResponse in com.aspose.tasks.cloud.api
Methods in com.aspose.tasks.cloud.api that return CalendarExceptionsResponseModifier and TypeMethodDescriptionTasksApi.getCalendarExceptions
(GetCalendarExceptionsRequest request) Get a list of calendar's exceptions.Method parameters in com.aspose.tasks.cloud.api with type arguments of type CalendarExceptionsResponseModifier and TypeMethodDescriptioncom.squareup.okhttp.Call
TasksApi.getCalendarExceptionsAsync
(GetCalendarExceptionsRequest request, ApiCallback<CalendarExceptionsResponse> callback) Get a list of calendar's exceptions. -
Uses of CalendarExceptionsResponse in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return CalendarExceptionsResponseModifier and TypeMethodDescriptionCalendarExceptionsResponse.addCalendarExceptionsItem
(CalendarException calendarExceptionsItem) CalendarExceptionsResponse.calendarExceptions
(List<CalendarException> calendarExceptions)