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