Uses of Class
travel.wink.sdk.extranet.model.UpdatePropertyAmenitiesAndServicesRequest
Packages that use UpdatePropertyAmenitiesAndServicesRequest
-
Uses of UpdatePropertyAmenitiesAndServicesRequest in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpdatePropertyAmenitiesAndServicesRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelView>PropertyApi.updateServices(String hotelIdentifier, UpdatePropertyAmenitiesAndServicesRequest updatePropertyAmenitiesAndServicesRequest) Update property request Manage property amenity, accessibility and security features.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>PropertyApi.updateServicesWithHttpInfo(String hotelIdentifier, UpdatePropertyAmenitiesAndServicesRequest updatePropertyAmenitiesAndServicesRequest) -
Uses of UpdatePropertyAmenitiesAndServicesRequest in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpdatePropertyAmenitiesAndServicesRequestModifier and TypeMethodDescriptionUpdatePropertyAmenitiesAndServicesRequest.addHotelAmenityCodesItem(String hotelAmenityCodesItem) UpdatePropertyAmenitiesAndServicesRequest.addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) UpdatePropertyAmenitiesAndServicesRequest.addPropertySecurityCodesItem(String propertySecurityCodesItem) UpdatePropertyAmenitiesAndServicesRequest.hotelAmenityCodes(List<String> hotelAmenityCodes) UpdatePropertyAmenitiesAndServicesRequest.propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) UpdatePropertyAmenitiesAndServicesRequest.propertySecurityCodes(List<String> propertySecurityCodes)