Uses of Enum Class
travel.wink.sdk.inventory.model.RecreationConsumer.PricePointEnum
Packages that use RecreationConsumer.PricePointEnum
-
Uses of RecreationConsumer.PricePointEnum in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return RecreationConsumer.PricePointEnumModifier and TypeMethodDescription@NotNull RecreationConsumer.PricePointEnumRecreationConsumer.getPricePoint()Level of expensiveness.Returns the enum constant of this class with the specified name.static RecreationConsumer.PricePointEnum[]RecreationConsumer.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 RecreationConsumer.PricePointEnumModifier and TypeMethodDescriptionRecreationConsumer.pricePoint(RecreationConsumer.PricePointEnum pricePoint) voidRecreationConsumer.setPricePoint(RecreationConsumer.PricePointEnum pricePoint)