Uses of Class
travel.wink.sdk.extranet.model.UpsertReservationsDeskRequestSupplier
Packages that use UpsertReservationsDeskRequestSupplier
-
Uses of UpsertReservationsDeskRequestSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertReservationsDeskRequestSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelViewSupplier> PropertyApi.updateReservationsDesk(String hotelIdentifier, UpsertReservationsDeskRequestSupplier upsertReservationsDeskRequestSupplier, String winkVersion) Update reservations desk Manage reservation desk hours of operation and contact details.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> PropertyApi.updateReservationsDeskWithHttpInfo(String hotelIdentifier, UpsertReservationsDeskRequestSupplier upsertReservationsDeskRequestSupplier, String winkVersion) Update reservations desk Manage reservation desk hours of operation and contact details.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPropertyApi.updateReservationsDeskWithResponseSpec(String hotelIdentifier, UpsertReservationsDeskRequestSupplier upsertReservationsDeskRequestSupplier, String winkVersion) Update reservations desk Manage reservation desk hours of operation and contact details. -
Uses of UpsertReservationsDeskRequestSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertReservationsDeskRequestSupplierModifier and TypeMethodDescriptionUpsertReservationsDeskRequestSupplier.reservationDeskEndTime(String reservationDeskEndTime) UpsertReservationsDeskRequestSupplier.reservationDeskStartTime(String reservationDeskStartTime) UpsertReservationsDeskRequestSupplier.reservationsContact(ContactSupplier reservationsContact)