Uses of Class
travel.wink.sdk.extranet.property.model.ContactSupplier
Packages that use ContactSupplier
-
Uses of ContactSupplier in travel.wink.sdk.extranet.property.model
Methods in travel.wink.sdk.extranet.property.model that return ContactSupplierModifier and TypeMethodDescription@Valid ContactSupplierHotelSupplier.getAccountingContact()Get accountingContact@Valid ContactSupplierHotelSupplier.getOwnerContact()Get ownerContact@Valid ContactSupplierHotelSupplier.getReservationsContact()Get reservationsContact@NotNull @Valid ContactSupplierUpsertReservationsDeskRequestSupplier.getReservationsContact()Get reservationsContactContactSupplier.phoneNumber(String phoneNumber) ContactSupplier.secondaryEmail(String secondaryEmail) Methods in travel.wink.sdk.extranet.property.model with parameters of type ContactSupplierModifier and TypeMethodDescriptionHotelSupplier.accountingContact(ContactSupplier accountingContact) HotelSupplier.ownerContact(ContactSupplier ownerContact) HotelSupplier.reservationsContact(ContactSupplier reservationsContact) UpsertReservationsDeskRequestSupplier.reservationsContact(ContactSupplier reservationsContact) voidHotelSupplier.setAccountingContact(ContactSupplier accountingContact) voidHotelSupplier.setOwnerContact(ContactSupplier ownerContact) voidHotelSupplier.setReservationsContact(ContactSupplier reservationsContact) voidUpsertReservationsDeskRequestSupplier.setReservationsContact(ContactSupplier reservationsContact)