Package org.exoplatform.agenda.model
Class EventFilter
java.lang.Object
org.exoplatform.agenda.model.EventFilter
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionEventFilter(long attendeeId, List<Long> ownerIds, List<EventAttendeeResponse> responseTypes, ZonedDateTime start, ZonedDateTime end, int limit) EventFilter(List<Long> ownerIds, int offset, int limit) EventFilter(List<Long> ownerIds, ZonedDateTime start, ZonedDateTime end) -
Method Summary
-
Constructor Details
-
EventFilter
public EventFilter(long attendeeId, List<Long> ownerIds, List<EventAttendeeResponse> responseTypes, ZonedDateTime start, ZonedDateTime end, int limit) -
EventFilter
-
EventFilter
-
-
Method Details