Uses of Enum Class
travel.wink.sdk.booking.engine.model.Restaurant.LifestyleTypeEnum
Packages that use Restaurant.LifestyleTypeEnum
-
Uses of Restaurant.LifestyleTypeEnum in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return Restaurant.LifestyleTypeEnumModifier and TypeMethodDescriptionstatic Restaurant.LifestyleTypeEnumRestaurant.getLifestyleType()Indicate the type of lifestyle this inventory should be associated with.static Restaurant.LifestyleTypeEnumReturns the enum constant of this class with the specified name.static Restaurant.LifestyleTypeEnum[]Restaurant.LifestyleTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.engine.model with parameters of type Restaurant.LifestyleTypeEnumModifier and TypeMethodDescriptionRestaurant.lifestyleType(Restaurant.LifestyleTypeEnum lifestyleType) voidRestaurant.setLifestyleType(Restaurant.LifestyleTypeEnum lifestyleType)