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