Class CalendarEventOccurrenceDeleteEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.calendar.CalendarEventEntity
-
- org.silverpeas.core.webapi.calendar.CalendarEventOccurrenceEntity
-
- org.silverpeas.core.webapi.calendar.CalendarEventOccurrenceDeleteEntity
-
- All Implemented Interfaces:
Serializable
,WebEntity
public class CalendarEventOccurrenceDeleteEntity 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
CalendarEventOccurrenceDeleteEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OccurrenceEventActionMethodType
getDeleteMethodType()
protected void
setDeleteMethodType(OccurrenceEventActionMethodType deleteMethodType)
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
-
getDeleteMethodType
public OccurrenceEventActionMethodType getDeleteMethodType()
-
setDeleteMethodType
protected void setDeleteMethodType(OccurrenceEventActionMethodType deleteMethodType)
-
toStringBuilder
protected org.apache.commons.lang3.builder.ToStringBuilder toStringBuilder()
- Overrides:
toStringBuilder
in classCalendarEventOccurrenceEntity
-
-