Uses of Enum Class
travel.wink.sdk.booking.engine.model.Attraction.LifestyleTypeEnum
Packages that use Attraction.LifestyleTypeEnum
-
Uses of Attraction.LifestyleTypeEnum in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return Attraction.LifestyleTypeEnumModifier and TypeMethodDescriptionstatic Attraction.LifestyleTypeEnumAttraction.getLifestyleType()Indicate the type of lifestyle this inventory should be associated with.static Attraction.LifestyleTypeEnumReturns the enum constant of this class with the specified name.static Attraction.LifestyleTypeEnum[]Attraction.LifestyleTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.engine.model with parameters of type Attraction.LifestyleTypeEnumModifier and TypeMethodDescriptionAttraction.lifestyleType(Attraction.LifestyleTypeEnum lifestyleType) voidAttraction.setLifestyleType(Attraction.LifestyleTypeEnum lifestyleType)