Uses of Enum Class
travel.wink.sdk.booking.model.UserSessionBooker.LifestyleEnum
Packages that use UserSessionBooker.LifestyleEnum
-
Uses of UserSessionBooker.LifestyleEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return UserSessionBooker.LifestyleEnumModifier and TypeMethodDescriptionUserSessionBooker.getLifestyle()The preferred user lifestyle.Returns the enum constant of this class with the specified name.static UserSessionBooker.LifestyleEnum[]UserSessionBooker.LifestyleEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type UserSessionBooker.LifestyleEnumModifier and TypeMethodDescriptionUserSessionBooker.lifestyle(UserSessionBooker.LifestyleEnum lifestyle) voidUserSessionBooker.setLifestyle(UserSessionBooker.LifestyleEnum lifestyle)