Uses of Class
travel.wink.sdk.booking.model.PropertyPolicyBooker
Packages that use PropertyPolicyBooker
-
Uses of PropertyPolicyBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PropertyPolicyBookerModifier and TypeMethodDescriptionPropertyPolicyBooker.checkInTime(String checkInTime) PropertyPolicyBooker.checkOutTime(String checkOutTime) PropertyPolicyBooker.childrenAllowed(Boolean childrenAllowed) PropertyPolicyBooker.childrenMinimumAge(Integer childrenMinimumAge) @Valid PropertyPolicyBookerHotelOnMapBooker.getPolicy()Get policy@NotNull @Valid PropertyPolicyBookerRoomStayBooker.getPolicy()Get policyPropertyPolicyBooker.internetAvailability(PropertyPolicyBooker.InternetAvailabilityEnum internetAvailability) PropertyPolicyBooker.internetConnectionLocation(PropertyPolicyBooker.InternetConnectionLocationEnum internetConnectionLocation) PropertyPolicyBooker.internetConnectionType(PropertyPolicyBooker.InternetConnectionTypeEnum internetConnectionType) PropertyPolicyBooker.parkingAccess(PropertyPolicyBooker.ParkingAccessEnum parkingAccess) PropertyPolicyBooker.parkingAvailability(PropertyPolicyBooker.ParkingAvailabilityEnum parkingAvailability) PropertyPolicyBooker.petCharge(CustomMonetaryAmount petCharge) PropertyPolicyBooker.petMaxWeightInKilos(Integer petMaxWeightInKilos) PropertyPolicyBooker.petsAllowed(Boolean petsAllowed) Methods in travel.wink.sdk.booking.model with parameters of type PropertyPolicyBookerModifier and TypeMethodDescriptionHotelOnMapBooker.policy(PropertyPolicyBooker policy) RoomStayBooker.policy(PropertyPolicyBooker policy) voidHotelOnMapBooker.setPolicy(PropertyPolicyBooker policy) voidRoomStayBooker.setPolicy(PropertyPolicyBooker policy)