Uses of Enum Class
travel.wink.sdk.inventory.model.RestaurantNonAuthenticatedEntity.PricePointEnum
Packages that use RestaurantNonAuthenticatedEntity.PricePointEnum
-
Uses of RestaurantNonAuthenticatedEntity.PricePointEnum in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return RestaurantNonAuthenticatedEntity.PricePointEnumModifier and TypeMethodDescriptionRestaurantNonAuthenticatedEntity.getPricePoint()Level of expensiveness.Returns the enum constant of this class with the specified name.RestaurantNonAuthenticatedEntity.PricePointEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.inventory.model with parameters of type RestaurantNonAuthenticatedEntity.PricePointEnumModifier and TypeMethodDescriptionRestaurantNonAuthenticatedEntity.pricePoint(RestaurantNonAuthenticatedEntity.PricePointEnum pricePoint) voidRestaurantNonAuthenticatedEntity.setPricePoint(RestaurantNonAuthenticatedEntity.PricePointEnum pricePoint)