Interface RecurrenceInfo
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
DefaultRecurrenceInfo
This is a collection of information for recurring
CalendarEvents.-
Method Summary
Modifier and TypeMethodDescriptionclone()@Nullable StringvoidsetExceptionDates(Set<DateTimeValue> exceptionDates) voidsetRecurrenceRule(Recurrence recurrenceRule)
-
Method Details
-
getRecurrenceRule
Recurrence getRecurrenceRule() -
setRecurrenceRule
-
getExceptionDates
Set<DateTimeValue> getExceptionDates() -
setExceptionDates
-
getExceptionDatesList
-
clone
- Throws:
CloneNotSupportedException
-