Uses of Enum Class
travel.wink.sdk.booking.model.HotelOnMap.LifestyleTypesEnum
Packages that use HotelOnMap.LifestyleTypesEnum
-
Uses of HotelOnMap.LifestyleTypesEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return HotelOnMap.LifestyleTypesEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HotelOnMap.LifestyleTypesEnum[]HotelOnMap.LifestyleTypesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model that return types with arguments of type HotelOnMap.LifestyleTypesEnumModifier and TypeMethodDescriptionHotelOnMap.getLifestyleTypes()A list of lifestyles the property associates with.Methods in travel.wink.sdk.booking.model with parameters of type HotelOnMap.LifestyleTypesEnumModifier and TypeMethodDescriptionHotelOnMap.addLifestyleTypesItem(HotelOnMap.LifestyleTypesEnum lifestyleTypesItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type HotelOnMap.LifestyleTypesEnumModifier and TypeMethodDescriptionHotelOnMap.lifestyleTypes(List<HotelOnMap.LifestyleTypesEnum> lifestyleTypes) voidHotelOnMap.setLifestyleTypes(List<HotelOnMap.LifestyleTypesEnum> lifestyleTypes)