Uses of Class
travel.wink.sdk.extranet.booking.model.PropertyPolicySupplier
Packages that use PropertyPolicySupplier
-
Uses of PropertyPolicySupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return PropertyPolicySupplierModifier and TypeMethodDescriptionPropertyPolicySupplier.checkInTime(String checkInTime) PropertyPolicySupplier.checkOutTime(String checkOutTime) PropertyPolicySupplier.childrenAllowed(Boolean childrenAllowed) PropertyPolicySupplier.childrenMinimumAge(Integer childrenMinimumAge) @Valid PropertyPolicySupplierPropertyAggregateLightweightSupplier.getPolicy()Basic property policy record.@NotNull @Valid PropertyPolicySupplierRoomStaySupplier.getPolicy()Property policy information.PropertyPolicySupplier.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.booking.model with parameters of type PropertyPolicySupplierModifier and TypeMethodDescriptionPropertyAggregateLightweightSupplier.policy(PropertyPolicySupplier policy) RoomStaySupplier.policy(PropertyPolicySupplier policy) voidPropertyAggregateLightweightSupplier.setPolicy(PropertyPolicySupplier policy) voidRoomStaySupplier.setPolicy(PropertyPolicySupplier policy)