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