-
Returns the declined-list helper associated with this event.
void
Updates the declined-list helper associated with this event.
Event(String eventId,
boolean isPrivate,
String organizerId,
ArrayList<String> coOrganizerId,
String name,
String description,
Image image,
com.google.firebase.Timestamp createdTimestamp,
com.google.firebase.Timestamp modifiedTimestamp,
com.google.firebase.Timestamp registrationStartTimestamp,
com.google.firebase.Timestamp registrationEndTimestamp,
com.google.firebase.Timestamp eventStartTimestamp,
com.google.firebase.Timestamp eventEndTimestamp,
boolean geolocationEnforced,
int eventCapacity,
int waitingListCapacity,
int drawARound,
WaitingList waitingList,
PendingList pendingList,
AcceptedList acceptedList,
DeclinedList declinedList)
Creates an event using the full field set expected when hydrating from
EventDB.