Uses of Class
travel.wink.sdk.booking.model.ContactAgent
Packages that use ContactAgent
-
Uses of ContactAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return ContactAgentModifier and TypeMethodDescription@NotNull @Valid ContactAgentBookingAncillaryAgent.getContact()Get contact@NotNull @Valid ContactAgentGuestRoomAgent.getContact()Get contact@NotNull @Valid ContactAgentBookingAgent.getContactInfo()Get contactInfo@Valid ContactAgentHotelOnMapAgent.getReservations()Get reservationsContactAgent.phoneNumber(String phoneNumber) ContactAgent.secondaryEmail(String secondaryEmail) Methods in travel.wink.sdk.booking.model that return types with arguments of type ContactAgentModifier and TypeMethodDescription@Valid List<ContactAgent>PersonalAgent.getContactPerson()Get contactPersonMethods in travel.wink.sdk.booking.model with parameters of type ContactAgentModifier and TypeMethodDescriptionPersonalAgent.addContactPersonItem(ContactAgent contactPersonItem) BookingAncillaryAgent.contact(ContactAgent contact) GuestRoomAgent.contact(ContactAgent contact) BookingAgent.contactInfo(ContactAgent contactInfo) HotelOnMapAgent.reservations(ContactAgent reservations) voidBookingAncillaryAgent.setContact(ContactAgent contact) voidGuestRoomAgent.setContact(ContactAgent contact) voidBookingAgent.setContactInfo(ContactAgent contactInfo) voidHotelOnMapAgent.setReservations(ContactAgent reservations) Method parameters in travel.wink.sdk.booking.model with type arguments of type ContactAgentModifier and TypeMethodDescriptionPersonalAgent.contactPerson(List<ContactAgent> contactPerson) voidPersonalAgent.setContactPerson(List<ContactAgent> contactPerson)