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