Uses of Class
com.aspose.tasks.cloud.model.CalendarException
Packages that use CalendarException
Package
Description
-
Uses of CalendarException in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return CalendarExceptionModifier and TypeMethodDescriptionCalendarException.addDaysOfWeekItem
(DayType daysOfWeekItem) CalendarException.addWorkingTimesItem
(WorkingTime workingTimesItem) CalendarException.daysOfWeek
(List<DayType> daysOfWeek) CalendarException.dayWorking
(Boolean dayWorking) CalendarException.enteredByOccurrences
(Boolean enteredByOccurrences) CalendarException.fromDate
(org.threeten.bp.OffsetDateTime fromDate) CalendarException.monthItem
(MonthItemType monthItem) CalendarException.monthPosition
(MonthPosition monthPosition) CalendarException.occurrences
(Integer occurrences) CalendarException.toDate
(org.threeten.bp.OffsetDateTime toDate) CalendarException.type
(CalendarExceptionType type) CalendarException.workingTimes
(List<WorkingTime> workingTimes) -
Uses of CalendarException in com.aspose.tasks.cloud.model.requests
Methods in com.aspose.tasks.cloud.model.requests that return CalendarExceptionModifier and TypeMethodDescriptionPostCalendarExceptionRequest.getcalendarException()
PutCalendarExceptionRequest.getcalendarException()
Methods in com.aspose.tasks.cloud.model.requests with parameters of type CalendarExceptionModifier and TypeMethodDescriptionvoid
PostCalendarExceptionRequest.setcalendarException
(CalendarException value) void
PutCalendarExceptionRequest.setcalendarException
(CalendarException value) Constructors in com.aspose.tasks.cloud.model.requests with parameters of type CalendarExceptionModifierConstructorDescriptionPostCalendarExceptionRequest
(String name, Integer calendarUid, CalendarException calendarException, String fileName, String storage, String folder) PutCalendarExceptionRequest
(String name, Integer calendarUid, Integer index, CalendarException calendarException, String fileName, String storage, String folder) -
Uses of CalendarException in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return types with arguments of type CalendarExceptionModifier and TypeMethodDescriptionCalendarExceptionsResponse.getCalendarExceptions()
Get calendarExceptionsMethods in com.aspose.tasks.cloud.model.responses with parameters of type CalendarExceptionModifier and TypeMethodDescriptionCalendarExceptionsResponse.addCalendarExceptionsItem
(CalendarException calendarExceptionsItem) Method parameters in com.aspose.tasks.cloud.model.responses with type arguments of type CalendarExceptionModifier and TypeMethodDescriptionCalendarExceptionsResponse.calendarExceptions
(List<CalendarException> calendarExceptions) void
CalendarExceptionsResponse.setCalendarExceptions
(List<CalendarException> calendarExceptions)