Class CalendarEventOccurrenceUpdateEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.calendar.CalendarEventEntity
-
- org.silverpeas.core.webapi.calendar.CalendarEventOccurrenceEntity
-
- org.silverpeas.core.webapi.calendar.CalendarEventOccurrenceUpdateEntity
-
- All Implemented Interfaces:
Serializable
,WebEntity
public class CalendarEventOccurrenceUpdateEntity extends CalendarEventOccurrenceEntity
It represents the state of a calendar event in a calendar 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
CalendarEventOccurrenceUpdateEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarEntity
getCalendar()
OccurrenceEventActionMethodType
getUpdateMethodType()
void
setCalendar(CalendarEntity calendar)
void
setUpdateMethodType(OccurrenceEventActionMethodType updateMethodType)
protected org.apache.commons.lang3.builder.ToStringBuilder
toStringBuilder()
-
Methods inherited from class org.silverpeas.core.webapi.calendar.CalendarEventOccurrenceEntity
decodeId, decorate, equals, fromOccurrence, getOccurrenceEditionUrl, getOccurrenceId, getOccurrencePermalinkUrl, getOccurrenceUri, getOccurrenceViewUrl, getOriginalStartDate, getURI, hashCode, isFirstEventOccurrence, setFirstEventOccurrence, setOccurrenceEditionUrl, setOccurrenceId, setOccurrencePermalinkUrl, setOccurrenceUri, setOccurrenceViewUrl, setOriginalStartDate, withAttendees, withAttributes, withCalendarURI, withEventPermalinkURL, withEventURI, withOccurrenceEditionURL, withOccurrencePermalinkURL, withOccurrenceURI, withOccurrenceViewURL
-
Methods inherited from class org.silverpeas.core.webapi.calendar.CalendarEventEntity
calendarSync, canBeAccessed, canBeDeleted, canBeModified, decorate, fromEvent, getAttachmentParameters, getAttendees, getAttributes, getCalendarId, getCalendarUri, getCalendarZoneId, getContent, getContributionType, getCreateDate, getCreatedById, getDescription, getEndDate, getEventId, getEventPermalinkUrl, getEventUri, getId, getLastUpdateDate, getLastUpdatedById, getLocation, getOwnerName, getPdcClassification, getPriority, getRecurrence, getReminder, getStartDate, getTitle, getVisibility, isOnAllDay, setAttendees, setAttributes, setCalendarId, setCalendarUri, setCalendarZoneId, setContent, setContributionType, setDescription, setEndDate, setEventId, setEventPermalinkUrl, setEventUri, setId, setLastUpdateDate, setLastUpdatedById, setLocation, setOnAllDay, setPriority, setRecurrence, setStartDate, setTitle, setURI, setVisibility, toString
-
-
-
-
Method Detail
-
getCalendar
public CalendarEntity getCalendar()
-
setCalendar
public void setCalendar(CalendarEntity calendar)
-
getUpdateMethodType
public OccurrenceEventActionMethodType getUpdateMethodType()
-
setUpdateMethodType
public void setUpdateMethodType(OccurrenceEventActionMethodType updateMethodType)
-
toStringBuilder
protected org.apache.commons.lang3.builder.ToStringBuilder toStringBuilder()
- Overrides:
toStringBuilder
in classCalendarEventOccurrenceEntity
-
-