MeetingPreferenceType
Defines the type of a meeting preference.
Meeting preference types carry weight during the meeting matching process, which influences the likelihood of a meeting preference turning into a match:
- Platinum carries the most weight.
- Gold comes second.
- Standard comes third.
enum MeetingPreferenceType {
GOLD
PLATINUM
STANDARD
}
Values
MeetingPreferenceType.GOLD
Represents a "gold" meeting preference.
MeetingPreferenceType.PLATINUM
Represents a "platinum" meeting preference.
MeetingPreferenceType.STANDARD
Represents a standard meeting preference.
Member Of
CreateExhibitionBookingToRegistrationMeetingPreferencesInput input ● CreateRegistrationToExhibitionBookingMeetingPreferencesInput input ● CreateRegistrationToRegistrationMeetingPreferencesInput input ● DeleteExhibitionBookingMeetingPreferencesInput input ● DeleteRegistrationMeetingPreferencesInput input ● ExhibitionBookingToRegistrationMeetingPreference object ● MarkExhibitionBookingToRegistrationMeetingPreferencesAsExcludedInput input ● MarkRegistrationToExhibitionBookingMeetingPreferencesAsExcludedInput input ● MarkRegistrationToRegistrationMeetingPreferencesAsExcludedInput input ● RegistrationToExhibitionBookingMeetingPreference object ● RegistrationToRegistrationMeetingPreference object ● ReorderExhibitionBookingMeetingPreferencesInput input ● ReorderRegistrationMeetingPreferencesInput input