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