Uses of Class
org.exoplatform.agenda.rest.model.EventOccurrenceEntity
-
Packages that use EventOccurrenceEntity Package Description org.exoplatform.agenda.rest.model -
-
Uses of EventOccurrenceEntity in org.exoplatform.agenda.rest.model
Methods in org.exoplatform.agenda.rest.model that return EventOccurrenceEntity Modifier and Type Method Description EventOccurrenceEntityEventOccurrenceEntity. clone()Constructors in org.exoplatform.agenda.rest.model with parameters of type EventOccurrenceEntity Constructor Description EventSearchResultEntity(long id, EventEntity parent, String remoteId, long remoteProviderId, String remoteProviderName, CalendarEntity calendar, org.exoplatform.social.rest.entity.IdentityEntity creator, String created, String updated, String summary, String description, String location, String color, String timeZoneId, String start, String end, boolean allDay, EventAvailability availability, EventStatus status, EventRecurrenceEntity recurrence, EventOccurrenceEntity occurrence, EventPermission acl, List<EventAttendeeEntity> attendees, List<EventConference> conferences, List<EventReminderEntity> reminders, boolean allowAttendeeToUpdate, boolean allowAttendeeToInvite, boolean sendInvitation, List<String> excerpts)
-