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