Uses of Class
travel.wink.sdk.extranet.model.HotelViewSupplier
Packages that use HotelViewSupplier
-
Uses of HotelViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type HotelViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelViewSupplier>OnboardingApi.registerHotel(PropertyRegistrationRequestSupplier propertyRegistrationRequestSupplier, String winkVersion) Register property Registers a new property with the wink.travel payment.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>OnboardingApi.registerHotelWithHttpInfo(PropertyRegistrationRequestSupplier propertyRegistrationRequestSupplier, String winkVersion) Register property Registers a new property with the wink.travel payment.reactor.core.publisher.Mono<HotelViewSupplier>PropertyApi.showHotelByManager(String hotelIdentifier, String winkVersion) Show hotel Retrieve hotel by hotel identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>PropertyApi.showHotelByManagerWithHttpInfo(String hotelIdentifier, String winkVersion) Show hotel Retrieve hotel by hotel identifierreactor.core.publisher.Flux<HotelViewSupplier>PropertyApi.showHotelsByManager(String winkVersion) Show hotels Retrieve a list of all your hotelsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<HotelViewSupplier>>>PropertyApi.showHotelsByManagerWithHttpInfo(String winkVersion) Show hotels Retrieve a list of all your hotelsreactor.core.publisher.Mono<HotelViewSupplier>ChannelManagerApi.updateChannelManager(String hotelIdentifier, UpdateChannelManagerRequestSupplier updateChannelManagerRequestSupplier, String winkVersion) Set channel manager Set which channel manager this property uses.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>ChannelManagerApi.updateChannelManagerWithHttpInfo(String hotelIdentifier, UpdateChannelManagerRequestSupplier updateChannelManagerRequestSupplier, String winkVersion) Set channel manager Set which channel manager this property uses.reactor.core.publisher.Mono<HotelViewSupplier>PropertyApi.updateGeneralManager(String hotelIdentifier, UpsertGeneralManagerRequestSupplier upsertGeneralManagerRequestSupplier, String winkVersion) Update General Manager Update general manager informationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>PropertyApi.updateGeneralManagerWithHttpInfo(String hotelIdentifier, UpsertGeneralManagerRequestSupplier upsertGeneralManagerRequestSupplier, String winkVersion) Update General Manager Update general manager informationreactor.core.publisher.Mono<HotelViewSupplier>GeoLocationApi.updateGeoLocation(String hotelIdentifier, UpdateLocationRequestSupplier updateLocationRequestSupplier, String winkVersion) Set geo-location Update property geo-location.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>GeoLocationApi.updateGeoLocationWithHttpInfo(String hotelIdentifier, UpdateLocationRequestSupplier updateLocationRequestSupplier, String winkVersion) Set geo-location Update property geo-location.reactor.core.publisher.Mono<HotelViewSupplier>AgreementApi.updateHotelAgreement(String hotelIdentifier, AgreementSupplier agreementSupplier, String winkVersion) Update agreement Update hotel's current agreementreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>AgreementApi.updateHotelAgreementWithHttpInfo(String hotelIdentifier, AgreementSupplier agreementSupplier, String winkVersion) Update agreement Update hotel's current agreementreactor.core.publisher.Mono<HotelViewSupplier>PropertyApi.updateHotelStatus(String hotelIdentifier, UpdateExternalHotelStatusRequestSupplier updateExternalHotelStatusRequestSupplier, String winkVersion) Update hotel status Update hotel statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>PropertyApi.updateHotelStatusWithHttpInfo(String hotelIdentifier, UpdateExternalHotelStatusRequestSupplier updateExternalHotelStatusRequestSupplier, String winkVersion) Update hotel status Update hotel statusreactor.core.publisher.Mono<HotelViewSupplier>PropertyApi.updateLocalizedDescriptions(String hotelIdentifier, UpsertPropertyDescriptionsRequestSupplier upsertPropertyDescriptionsRequestSupplier, String winkVersion) Update property text Update localized welcome textreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>PropertyApi.updateLocalizedDescriptionsWithHttpInfo(String hotelIdentifier, UpsertPropertyDescriptionsRequestSupplier upsertPropertyDescriptionsRequestSupplier, String winkVersion) Update property text Update localized welcome textreactor.core.publisher.Mono<HotelViewSupplier>PropertyApi.updatePropertyProfile(String hotelIdentifier, UpsertPropertyProfileRequestSupplier upsertPropertyProfileRequestSupplier, String winkVersion) Update property profile Update basic property informationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>PropertyApi.updatePropertyProfileWithHttpInfo(String hotelIdentifier, UpsertPropertyProfileRequestSupplier upsertPropertyProfileRequestSupplier, String winkVersion) Update property profile Update basic property informationreactor.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.reactor.core.publisher.Mono<HotelViewSupplier>PropertyApi.updateServices(String hotelIdentifier, UpdatePropertyAmenitiesAndServicesRequestSupplier updatePropertyAmenitiesAndServicesRequestSupplier, String winkVersion) Update property services Manage property amenity, accessibility and security features.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>PropertyApi.updateServicesWithHttpInfo(String hotelIdentifier, UpdatePropertyAmenitiesAndServicesRequestSupplier updatePropertyAmenitiesAndServicesRequestSupplier, String winkVersion) Update property services Manage property amenity, accessibility and security features.reactor.core.publisher.Mono<HotelViewSupplier>SocialNetworkApi.updateSocials(String hotelIdentifier, SocialNetworksRequestSupplier socialNetworksRequestSupplier, String winkVersion) Update social networks Update hotel's social networks.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>>SocialNetworkApi.updateSocialsWithHttpInfo(String hotelIdentifier, SocialNetworksRequestSupplier socialNetworksRequestSupplier, String winkVersion) Update social networks Update hotel's social networks. -
Uses of HotelViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return HotelViewSupplierModifier and TypeMethodDescriptionHotelViewSupplier.createdDate(LocalDateTime createdDate) HotelViewSupplier.hotel(HotelSupplier hotel) HotelViewSupplier.lastUpdate(LocalDateTime lastUpdate)