ExhibitionBookingMeetingType
Defines the different types for an exhibition booking meeting.
enum ExhibitionBookingMeetingType {
CREATED_BY_ORGANIZER
MUTUAL
REQUEST_FROM_OTHER_PARTY
REQUEST_FROM_SELF
}
Values
ExhibitionBookingMeetingType.CREATED_BY_ORGANIZER
The meeting was created by the event organizer.
ExhibitionBookingMeetingType.MUTUAL
Both parties added meeting preferences with each other and were matched by the Meeting Matching process.
ExhibitionBookingMeetingType.REQUEST_FROM_OTHER_PARTY
The meeting was initially requested by the registration.
ExhibitionBookingMeetingType.REQUEST_FROM_SELF
The meeting was initially requested by the exhibition booking.