Uses of Class
org.exoplatform.agenda.constant.EventAvailability
-
Packages that use EventAvailability Package Description org.exoplatform.agenda.constant org.exoplatform.agenda.rest.model -
-
Uses of EventAvailability in org.exoplatform.agenda.constant
Methods in org.exoplatform.agenda.constant that return EventAvailability Modifier and Type Method Description static EventAvailabilityEventAvailability. 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. -
Uses of EventAvailability in org.exoplatform.agenda.rest.model
Constructors in org.exoplatform.agenda.rest.model with parameters of type EventAvailability 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)
-