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()Get contact@NotNull @Valid ContactBookerGuestRoomLightweightBooker.getContact()Get contact@NotNull @Valid ContactBookerBookingBooker.getContactInfo()Get contactInfo@Valid ContactBookerHotelOnMapBooker.getReservations()Get reservationsContactBooker.phoneNumber(String phoneNumber) ContactBooker.secondaryEmail(String secondaryEmail) Methods in travel.wink.sdk.booking.model that return types with arguments of type ContactBookerModifier and TypeMethodDescription@Valid List<ContactBooker> PersonalBooker.getContactPerson()Get contactPersonMethods in travel.wink.sdk.booking.model with parameters of type ContactBookerModifier and TypeMethodDescriptionPersonalBooker.addContactPersonItem(ContactBooker contactPersonItem) BookingAncillaryBooker.contact(ContactBooker contact) GuestRoomLightweightBooker.contact(ContactBooker contact) BookingBooker.contactInfo(ContactBooker contactInfo) HotelOnMapBooker.reservations(ContactBooker reservations) voidBookingAncillaryBooker.setContact(ContactBooker contact) voidGuestRoomLightweightBooker.setContact(ContactBooker contact) voidBookingBooker.setContactInfo(ContactBooker contactInfo) voidHotelOnMapBooker.setReservations(ContactBooker reservations) Method parameters in travel.wink.sdk.booking.model with type arguments of type ContactBookerModifier and TypeMethodDescriptionPersonalBooker.contactPerson(List<ContactBooker> contactPerson) voidPersonalBooker.setContactPerson(List<ContactBooker> contactPerson)