Uses of Enum Class
travel.wink.sdk.extranet.model.Restaurant.PricingTypeEnum
Packages that use Restaurant.PricingTypeEnum
-
Uses of Restaurant.PricingTypeEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return Restaurant.PricingTypeEnumModifier and TypeMethodDescriptionstatic Restaurant.PricingTypeEnumRestaurant.getPricingType()How this inventory item should be priced.static Restaurant.PricingTypeEnumReturns the enum constant of this class with the specified name.static Restaurant.PricingTypeEnum[]Restaurant.PricingTypeEnum.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 Restaurant.PricingTypeEnumModifier and TypeMethodDescriptionRestaurant.pricingType(Restaurant.PricingTypeEnum pricingType) voidRestaurant.setPricingType(Restaurant.PricingTypeEnum pricingType)