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