Uses of Enum Class
travel.wink.sdk.extranet.booking.model.PropertyPolicySupplierDetails.ParkingAccessEnum
Packages that use PropertyPolicySupplierDetails.ParkingAccessEnum
-
Uses of PropertyPolicySupplierDetails.ParkingAccessEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type PropertyPolicySupplierDetails.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 PropertyPolicySupplierDetails.ParkingAccessEnumModifier and TypeMethodDescriptionPropertyPolicySupplierDetails.getParkingAccess()Indicates what type of parking is available at the property.Returns the enum constant of this class with the specified name.PropertyPolicySupplierDetails.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 PropertyPolicySupplierDetails.ParkingAccessEnumModifier and TypeMethodDescriptionPropertyPolicySupplierDetails.parkingAccess(PropertyPolicySupplierDetails.ParkingAccessEnum parkingAccess) voidPropertyPolicySupplierDetails.setParkingAccess(PropertyPolicySupplierDetails.ParkingAccessEnum parkingAccess)