| Package | Description |
|---|---|
| org.exoplatform.agenda.constant | |
| org.exoplatform.agenda.rest.model |
| Modifier and Type | Method and Description |
|---|---|
static EventAvailability |
EventAvailability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventAvailability[] |
EventAvailability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.