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