public class EventSearchResultEntity extends EventEntity
| Constructor and 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,
Permission acl,
List<EventAttendeeEntity> attendees,
List<EventConference> conferences,
List<EventAttachmentEntity> attachments,
List<EventReminderEntity> reminders,
boolean allowAttendeeToUpdate,
boolean allowAttendeeToInvite,
boolean sendInvitation,
List<String> excerpts) |
public 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,
Permission acl,
List<EventAttendeeEntity> attendees,
List<EventConference> conferences,
List<EventAttachmentEntity> attachments,
List<EventReminderEntity> reminders,
boolean allowAttendeeToUpdate,
boolean allowAttendeeToInvite,
boolean sendInvitation,
List<String> excerpts)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.