public interface CalendarActionData extends IAdaptable
getAdapter
String getDelegateTo()
CalendarActionData withDelegateTo(String delegateTo)
CalendarProcess.DELEGATE
is useddelegateTo
- name either in abbreviated or canonical formatTemporal getChangeToStart()
CalendarActionData withChangeToStart(Temporal changeToStart)
CalendarProcess.COUNTER
changeToStart
- new start timeTemporal getChangeToEnd()
CalendarActionData withChangeToEnd(Temporal changeToEnd)
CalendarProcess.COUNTER
changeToEnd
- new end timeboolean isKeepInformed()
CalendarActionData withKeepInformed(boolean keepInformed)
CalendarProcess.CANCEL
keepInformed
- true to be kept informedCalendarActionData withAddNamesRequired(String... addNamesReq)
addNamesReq
- attendees, either in canonical or abbreviated formatCalendarActionData withAddNamesOptional(String... addNamesOpt)
addNamesOpt
- attendees, either in canonical or abbreviated formatCalendarActionData withAddNamesFYI(String... addNamesFYI)
addNamesFYI
- attendees, either in canonical or abbreviated formatCalendarActionData withRemoveNames(String... removeNames)
removeNames
- attendees, either in canonical or abbreviated formatCopyright © 2019–2021 HCL. All rights reserved.