Uses of Class
travel.wink.sdk.extranet.model.HotelView
Packages that use HotelView
-
Uses of HotelView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type HotelViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelView>OnboardingApi.registerHotel(PropertyRegistrationRequest propertyRegistrationRequest, String winkVersion) Register property Registers a new property with the wink.travel payment.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>OnboardingApi.registerHotelWithHttpInfo(PropertyRegistrationRequest propertyRegistrationRequest, String winkVersion) reactor.core.publisher.Mono<HotelView>PropertyApi.showHotelByManager(String hotelIdentifier, String winkVersion) Show hotel Retrieve hotel by hotel identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>PropertyApi.showHotelByManagerWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<HotelView>PropertyApi.showHotelsByManager(String winkVersion) Show hotels Retrieve a list of all your hotelsPropertyApi.showHotelsByManagerWithHttpInfo(String winkVersion) reactor.core.publisher.Mono<HotelView>ChannelManagerApi.updateChannelManager(String hotelIdentifier, UpdateChannelManagerRequest updateChannelManagerRequest, String winkVersion) Set channel manager Set which channel manager this property uses.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>ChannelManagerApi.updateChannelManagerWithHttpInfo(String hotelIdentifier, UpdateChannelManagerRequest updateChannelManagerRequest, String winkVersion) reactor.core.publisher.Mono<HotelView>ContactsApi.updateContacts(String hotelIdentifier, UpdateContactsRequest updateContactsRequest, String winkVersion) Update contacts Manage important property contacts via this endpoint.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>ContactsApi.updateContactsWithHttpInfo(String hotelIdentifier, UpdateContactsRequest updateContactsRequest, String winkVersion) reactor.core.publisher.Mono<HotelView>PropertyApi.updateGeneralManager(String hotelIdentifier, UpsertGeneralManagerRequest upsertGeneralManagerRequest, String winkVersion) Update General Manager Update general manager informationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>PropertyApi.updateGeneralManagerWithHttpInfo(String hotelIdentifier, UpsertGeneralManagerRequest upsertGeneralManagerRequest, String winkVersion) reactor.core.publisher.Mono<HotelView>GeoLocationApi.updateGeoLocation(String hotelIdentifier, UpdateLocationRequest updateLocationRequest, String winkVersion) Set geo-location Update property geo-location.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>GeoLocationApi.updateGeoLocationWithHttpInfo(String hotelIdentifier, UpdateLocationRequest updateLocationRequest, String winkVersion) reactor.core.publisher.Mono<HotelView>AgreementApi.updateHotelAgreement(String hotelIdentifier, Agreement agreement, String winkVersion) Update agreement Update hotel's current agreementreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>AgreementApi.updateHotelAgreementWithHttpInfo(String hotelIdentifier, Agreement agreement, String winkVersion) reactor.core.publisher.Mono<HotelView>PropertyApi.updateHotelStatus(String hotelIdentifier, UpdateExternalHotelStatusRequest updateExternalHotelStatusRequest, String winkVersion) Update hotel status Update hotel statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>PropertyApi.updateHotelStatusWithHttpInfo(String hotelIdentifier, UpdateExternalHotelStatusRequest updateExternalHotelStatusRequest, String winkVersion) reactor.core.publisher.Mono<HotelView>PropertyApi.updateLocalizedDescriptions(String hotelIdentifier, UpsertPropertyDescriptionsRequest upsertPropertyDescriptionsRequest, String winkVersion) Update property text Update localized welcome textreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>PropertyApi.updateLocalizedDescriptionsWithHttpInfo(String hotelIdentifier, UpsertPropertyDescriptionsRequest upsertPropertyDescriptionsRequest, String winkVersion) reactor.core.publisher.Mono<HotelView>PropertyApi.updatePropertyProfile(String hotelIdentifier, UpsertPropertyProfileRequest upsertPropertyProfileRequest, String winkVersion) Update property profile Update basic property informationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>PropertyApi.updatePropertyProfileWithHttpInfo(String hotelIdentifier, UpsertPropertyProfileRequest upsertPropertyProfileRequest, String winkVersion) reactor.core.publisher.Mono<HotelView>PropertyApi.updateServices(String hotelIdentifier, UpdatePropertyAmenitiesAndServicesRequest updatePropertyAmenitiesAndServicesRequest, String winkVersion) Update property services Manage property amenity, accessibility and security features.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>PropertyApi.updateServicesWithHttpInfo(String hotelIdentifier, UpdatePropertyAmenitiesAndServicesRequest updatePropertyAmenitiesAndServicesRequest, String winkVersion) reactor.core.publisher.Mono<HotelView>SocialNetworkApi.updateSocials(String hotelIdentifier, SocialNetworksRequest socialNetworksRequest, String winkVersion) Update social networks Update hotel's social networks.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>SocialNetworkApi.updateSocialsWithHttpInfo(String hotelIdentifier, SocialNetworksRequest socialNetworksRequest, String winkVersion) -
Uses of HotelView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return HotelView