Uses of Class
travel.wink.sdk.extranet.property.model.PropertyPolicySupplier
Packages that use PropertyPolicySupplier
-
Uses of PropertyPolicySupplier in travel.wink.sdk.extranet.property.api
Methods in travel.wink.sdk.extranet.property.api that return types with arguments of type PropertyPolicySupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PropertyPolicySupplier> PolicyApi.showPropertyPolicy(String propertyIdentifier, String winkVersion, String accept) Show property policy Returns property policy for hotelreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyPolicySupplier>> PolicyApi.showPropertyPolicyWithHttpInfo(String propertyIdentifier, String winkVersion, String accept) Show property policy Returns property policy for hotelMethods in travel.wink.sdk.extranet.property.api with parameters of type PropertyPolicySupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelViewSupplier> PolicyApi.createPolicy(String propertyIdentifier, PropertyPolicySupplier propertyPolicySupplier, String winkVersion) Create property policy Creates the initial property policy record for the hotel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> PolicyApi.createPolicyWithHttpInfo(String propertyIdentifier, PropertyPolicySupplier propertyPolicySupplier, String winkVersion) Create property policy Creates the initial property policy record for the hotel.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPolicyApi.createPolicyWithResponseSpec(String propertyIdentifier, PropertyPolicySupplier propertyPolicySupplier, String winkVersion) Create property policy Creates the initial property policy record for the hotel.reactor.core.publisher.Mono<HotelViewSupplier> PolicyApi.updatePropertyPolicy(String propertyIdentifier, PropertyPolicySupplier propertyPolicySupplier, String winkVersion) Update property policy Update property policy record for the hotel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> PolicyApi.updatePropertyPolicyWithHttpInfo(String propertyIdentifier, PropertyPolicySupplier propertyPolicySupplier, String winkVersion) Update property policy Update property policy record for the hotel.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPolicyApi.updatePropertyPolicyWithResponseSpec(String propertyIdentifier, PropertyPolicySupplier propertyPolicySupplier, String winkVersion) Update property policy Update property policy record for the hotel. -
Uses of PropertyPolicySupplier in travel.wink.sdk.extranet.property.model
Methods in travel.wink.sdk.extranet.property.model that return PropertyPolicySupplierModifier and TypeMethodDescriptionPropertyPolicySupplier.checkInTime(String checkInTime) PropertyPolicySupplier.checkOutTime(String checkOutTime) PropertyPolicySupplier.childrenAllowed(Boolean childrenAllowed) PropertyPolicySupplier.childrenMinimumAge(Integer childrenMinimumAge) @Valid PropertyPolicySupplierHotelSupplier.getPolicy()Get policyPropertyPolicySupplier.internetAvailability(PropertyPolicySupplier.InternetAvailabilityEnum internetAvailability) PropertyPolicySupplier.internetConnectionLocation(PropertyPolicySupplier.InternetConnectionLocationEnum internetConnectionLocation) PropertyPolicySupplier.internetConnectionType(PropertyPolicySupplier.InternetConnectionTypeEnum internetConnectionType) PropertyPolicySupplier.parkingAccess(PropertyPolicySupplier.ParkingAccessEnum parkingAccess) PropertyPolicySupplier.parkingAvailability(PropertyPolicySupplier.ParkingAvailabilityEnum parkingAvailability) PropertyPolicySupplier.petCharge(CustomMonetaryAmount petCharge) PropertyPolicySupplier.petMaxWeightInKilos(Integer petMaxWeightInKilos) PropertyPolicySupplier.petsAllowed(Boolean petsAllowed) Methods in travel.wink.sdk.extranet.property.model with parameters of type PropertyPolicySupplierModifier and TypeMethodDescriptionHotelSupplier.policy(PropertyPolicySupplier policy) voidHotelSupplier.setPolicy(PropertyPolicySupplier policy)