Class CalendarEventAttendeeAnswerEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.calendar.CalendarEventAttendeeEntity
-
- org.silverpeas.core.webapi.calendar.CalendarEventAttendeeAnswerEntity
-
- All Implemented Interfaces:
Serializable
,WebEntity
public class CalendarEventAttendeeAnswerEntity extends CalendarEventAttendeeEntity
It represents the state of a recurrence in a calendar event as transmitted within the body of an HTTP response or an HTTP request.- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CalendarEventAttendeeAnswerEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OccurrenceEventActionMethodType
getAnswerMethodType()
CalendarEventOccurrenceEntity
getOccurrence()
void
setAnswerMethodType(OccurrenceEventActionMethodType answerMethodType)
void
setOccurrence(CalendarEventOccurrenceEntity occurrence)
-
Methods inherited from class org.silverpeas.core.webapi.calendar.CalendarEventAttendeeEntity
decorate, from, getFullName, getId, getParticipationStatus, getPresenceStatus, getURI, setFullName, setId, setParticipationStatus, setPresenceStatus, setUri, toString, withURI
-
-
-
-
Method Detail
-
getAnswerMethodType
public OccurrenceEventActionMethodType getAnswerMethodType()
-
setAnswerMethodType
public void setAnswerMethodType(OccurrenceEventActionMethodType answerMethodType)
-
getOccurrence
public CalendarEventOccurrenceEntity getOccurrence()
-
setOccurrence
public void setOccurrence(CalendarEventOccurrenceEntity occurrence)
-
-