Uses of Enum Class
travel.wink.sdk.booking.model.PropertyPolicyBooker.ParkingAccessEnum
Packages that use PropertyPolicyBooker.ParkingAccessEnum
-
Uses of PropertyPolicyBooker.ParkingAccessEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type PropertyPolicyBooker.ParkingAccessEnum in travel.wink.sdk.booking.modelModifier and TypeClassDescriptionstatic enumIndicates what type of parking is available at the property.Methods in travel.wink.sdk.booking.model that return PropertyPolicyBooker.ParkingAccessEnumModifier and TypeMethodDescriptionPropertyPolicyBooker.getParkingAccess()Indicates what type of parking is available at the property.Returns the enum constant of this class with the specified name.PropertyPolicyBooker.ParkingAccessEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type PropertyPolicyBooker.ParkingAccessEnumModifier and TypeMethodDescriptionPropertyPolicyBooker.parkingAccess(PropertyPolicyBooker.ParkingAccessEnum parkingAccess) voidPropertyPolicyBooker.setParkingAccess(PropertyPolicyBooker.ParkingAccessEnum parkingAccess)