Uses of Class
travel.wink.sdk.extranet.model.PropertyPolicySupplier
Packages that use PropertyPolicySupplier
-
Uses of PropertyPolicySupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type PropertyPolicySupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PropertyPolicySupplier> PolicyApi.showPropertyPolicy(String hotelIdentifier, String winkVersion) Show property policy Returns property policy for hotelreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyPolicySupplier>> PolicyApi.showPropertyPolicyWithHttpInfo(String hotelIdentifier, String winkVersion) Show property policy Returns property policy for hotelMethods in travel.wink.sdk.extranet.api with parameters of type PropertyPolicySupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelViewSupplier> PolicyApi.createPolicy(String hotelIdentifier, 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 hotelIdentifier, 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 hotelIdentifier, PropertyPolicySupplier propertyPolicySupplier, String winkVersion) Create property policy Creates the initial property policy record for the hotel.reactor.core.publisher.Mono<HotelViewSupplier> PolicyApi.updatePropertyPolicy(String hotelIdentifier, 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 hotelIdentifier, PropertyPolicySupplier propertyPolicySupplier, String winkVersion) Update property policy Update property policy record for the hotel.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPolicyApi.updatePropertyPolicyWithResponseSpec(String hotelIdentifier, PropertyPolicySupplier propertyPolicySupplier, String winkVersion) Update property policy Update property policy record for the hotel. -
Uses of PropertyPolicySupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return PropertyPolicySupplierModifier and TypeMethodDescriptionPropertyPolicySupplier.checkInTime(String checkInTime) PropertyPolicySupplier.checkOutTime(String checkOutTime) PropertyPolicySupplier.childrenAllowed(Boolean childrenAllowed) PropertyPolicySupplier.childrenMinimumAge(Integer childrenMinimumAge) @Valid PropertyPolicySupplierHotelOnMapSupplier.getPolicy()Get policy@Valid PropertyPolicySupplierHotelSupplier.getPolicy()Get policy@NotNull @Valid PropertyPolicySupplierRoomStaySupplier.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.petsAllowed(Boolean petsAllowed) Methods in travel.wink.sdk.extranet.model with parameters of type PropertyPolicySupplierModifier and TypeMethodDescriptionHotelOnMapSupplier.policy(PropertyPolicySupplier policy) HotelSupplier.policy(PropertyPolicySupplier policy) RoomStaySupplier.policy(PropertyPolicySupplier policy) voidHotelOnMapSupplier.setPolicy(PropertyPolicySupplier policy) voidHotelSupplier.setPolicy(PropertyPolicySupplier policy) voidRoomStaySupplier.setPolicy(PropertyPolicySupplier policy)