Uses of Class
travel.wink.sdk.booking.model.ContactBooker
Packages that use ContactBooker
-
Uses of ContactBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return ContactBookerModifier and TypeMethodDescription@NotNull @Valid ContactBookerBookingAncillaryBooker.getContact()Travel blocking contact (if applicable)@NotNull @Valid ContactBookerGuestRoomLightweightBooker.getContact()Associate a contact person for this blocking (if applicable).@Valid ContactBookerPropertyAggregateLightweightBooker.getReservations()Contact details for reservations deskContactBooker.phoneNumber(String phoneNumber) ContactBooker.secondaryEmail(String secondaryEmail) Methods in travel.wink.sdk.booking.model with parameters of type ContactBookerModifier and TypeMethodDescriptionBookingAncillaryBooker.contact(ContactBooker contact) GuestRoomLightweightBooker.contact(ContactBooker contact) PropertyAggregateLightweightBooker.reservations(ContactBooker reservations) voidBookingAncillaryBooker.setContact(ContactBooker contact) voidGuestRoomLightweightBooker.setContact(ContactBooker contact) voidPropertyAggregateLightweightBooker.setReservations(ContactBooker reservations)