Enum Class RealtimeShoppingCartItemAuthenticatedEntity.LifestyleEnum
java.lang.Object
java.lang.Enum<RealtimeShoppingCartItemAuthenticatedEntity.LifestyleEnum>
travel.wink.sdk.booking.model.RealtimeShoppingCartItemAuthenticatedEntity.LifestyleEnum
- All Implemented Interfaces:
Serializable,Comparable<RealtimeShoppingCartItemAuthenticatedEntity.LifestyleEnum>,Constable
- Enclosing class:
RealtimeShoppingCartItemAuthenticatedEntity
public static enum RealtimeShoppingCartItemAuthenticatedEntity.LifestyleEnum
extends Enum<RealtimeShoppingCartItemAuthenticatedEntity.LifestyleEnum>
Control which lifestyle context your user was in.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
LIFESTYLE_HEALTH_FITNESS
public static final RealtimeShoppingCartItemAuthenticatedEntity.LifestyleEnum LIFESTYLE_HEALTH_FITNESS -
LIFESTYLE_RELAX
-
LIFESTYLE_ADULT_ONLY
-
LIFESTYLE_ADVENTURE
-
LIFESTYLE_BUSINESS
-
LIFESTYLE_LGBT
-
LIFESTYLE_SINGLE_PARENT
public static final RealtimeShoppingCartItemAuthenticatedEntity.LifestyleEnum LIFESTYLE_SINGLE_PARENT -
LIFESTYLE_SOLO_FEMALE
-
LIFESTYLE_BEAUTY
-
LIFESTYLE_FOODIE
-
LIFESTYLE_FAMILY
-
LIFESTYLE_ROMANCE
-
LIFESTYLE_COUPLE
-
LIFESTYLE_SOLO
-
LIFESTYLE_BACKPACKER
-
LIFESTYLE_SHOPPING
-
LIFESTYLE_SPORTS
-
LIFESTYLE_MOUNTAIN
-
LIFESTYLE_BEACH
-
LIFESTYLE_CITY
-
LIFESTYLE_COUNTRY
-
LIFESTYLE_CULTURE
-
LIFESTYLE_ECO
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
- Overrides:
toStringin classEnum<RealtimeShoppingCartItemAuthenticatedEntity.LifestyleEnum>
-
fromValue
-