Uses of Class
travel.wink.sdk.extranet.model.UpdatePropertyAmenitiesAndServicesRequestSupplier
Packages that use UpdatePropertyAmenitiesAndServicesRequestSupplier
-
Uses of UpdatePropertyAmenitiesAndServicesRequestSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpdatePropertyAmenitiesAndServicesRequestSupplierModifier and TypeMethodDescriptionreactor.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.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPropertyApi.updateServicesWithResponseSpec(String hotelIdentifier, UpdatePropertyAmenitiesAndServicesRequestSupplier updatePropertyAmenitiesAndServicesRequestSupplier, String winkVersion) Update property services Manage property amenity, accessibility and security features. -
Uses of UpdatePropertyAmenitiesAndServicesRequestSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpdatePropertyAmenitiesAndServicesRequestSupplierModifier and TypeMethodDescriptionUpdatePropertyAmenitiesAndServicesRequestSupplier.addHotelAmenityCodesItem(String hotelAmenityCodesItem) UpdatePropertyAmenitiesAndServicesRequestSupplier.addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) UpdatePropertyAmenitiesAndServicesRequestSupplier.addPropertySecurityCodesItem(String propertySecurityCodesItem) UpdatePropertyAmenitiesAndServicesRequestSupplier.hotelAmenityCodes(List<String> hotelAmenityCodes) UpdatePropertyAmenitiesAndServicesRequestSupplier.propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) UpdatePropertyAmenitiesAndServicesRequestSupplier.propertySecurityCodes(List<String> propertySecurityCodes)