Uses of Enum Class
travel.wink.sdk.inventory.model.AttractionConsumer.PricePointEnum
Packages that use AttractionConsumer.PricePointEnum
-
Uses of AttractionConsumer.PricePointEnum in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return AttractionConsumer.PricePointEnumModifier and TypeMethodDescription@NotNull AttractionConsumer.PricePointEnumAttractionConsumer.getPricePoint()Level of expensiveness.Returns the enum constant of this class with the specified name.static AttractionConsumer.PricePointEnum[]AttractionConsumer.PricePointEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.inventory.model with parameters of type AttractionConsumer.PricePointEnumModifier and TypeMethodDescriptionAttractionConsumer.pricePoint(AttractionConsumer.PricePointEnum pricePoint) voidAttractionConsumer.setPricePoint(AttractionConsumer.PricePointEnum pricePoint)