Uses of Enum Class
travel.wink.sdk.extranet.model.UpsertRestaurantRequest.PricingTypeEnum
Packages that use UpsertRestaurantRequest.PricingTypeEnum
-
Uses of UpsertRestaurantRequest.PricingTypeEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertRestaurantRequest.PricingTypeEnumModifier and TypeMethodDescriptionUpsertRestaurantRequest.getPricingType()How this inventory item should be priced.Returns the enum constant of this class with the specified name.UpsertRestaurantRequest.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 UpsertRestaurantRequest.PricingTypeEnumModifier and TypeMethodDescriptionUpsertRestaurantRequest.pricingType(UpsertRestaurantRequest.PricingTypeEnum pricingType) voidUpsertRestaurantRequest.setPricingType(UpsertRestaurantRequest.PricingTypeEnum pricingType)