Uses of Enum Class
travel.wink.sdk.inventory.model.SpaConsumer.PricePointEnum
Packages that use SpaConsumer.PricePointEnum
-
Uses of SpaConsumer.PricePointEnum in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return SpaConsumer.PricePointEnumModifier and TypeMethodDescriptionstatic SpaConsumer.PricePointEnum@NotNull SpaConsumer.PricePointEnumSpaConsumer.getPricePoint()Level of expensiveness.static SpaConsumer.PricePointEnumReturns the enum constant of this class with the specified name.static SpaConsumer.PricePointEnum[]SpaConsumer.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 SpaConsumer.PricePointEnumModifier and TypeMethodDescriptionSpaConsumer.pricePoint(SpaConsumer.PricePointEnum pricePoint) voidSpaConsumer.setPricePoint(SpaConsumer.PricePointEnum pricePoint)