Uses of Class
travel.wink.sdk.booking.model.ContactAuthenticatedEntity
Packages that use ContactAuthenticatedEntity
-
Uses of ContactAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return ContactAuthenticatedEntityModifier and TypeMethodDescription@NotNull @Valid ContactAuthenticatedEntityGuestRoomLightweightAuthenticatedEntity.getContact()Associate a contact person for this blocking (if applicable).@Valid ContactAuthenticatedEntityPropertyAggregateLightweightAuthenticatedEntity.getReservations()Contact details for reservations deskContactAuthenticatedEntity.phoneNumber(String phoneNumber) ContactAuthenticatedEntity.secondaryEmail(String secondaryEmail) Methods in travel.wink.sdk.booking.model with parameters of type ContactAuthenticatedEntityModifier and TypeMethodDescriptionGuestRoomLightweightAuthenticatedEntity.contact(ContactAuthenticatedEntity contact) PropertyAggregateLightweightAuthenticatedEntity.reservations(ContactAuthenticatedEntity reservations) voidGuestRoomLightweightAuthenticatedEntity.setContact(ContactAuthenticatedEntity contact) voidPropertyAggregateLightweightAuthenticatedEntity.setReservations(ContactAuthenticatedEntity reservations)