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