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