Enum Class CustomizationLightweightSupplierDetails.DefaultLifestyleEnum
java.lang.Object
java.lang.Enum<CustomizationLightweightSupplierDetails.DefaultLifestyleEnum>
travel.wink.sdk.extranet.booking.model.CustomizationLightweightSupplierDetails.DefaultLifestyleEnum
- All Implemented Interfaces:
Serializable,Comparable<CustomizationLightweightSupplierDetails.DefaultLifestyleEnum>,Constable
- Enclosing class:
CustomizationLightweightSupplierDetails
public static enum CustomizationLightweightSupplierDetails.DefaultLifestyleEnum
extends Enum<CustomizationLightweightSupplierDetails.DefaultLifestyleEnum>
Control which lifestyle contextx your users see initially.
-
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 CustomizationLightweightSupplierDetails.DefaultLifestyleEnum LIFESTYLE_HEALTH_FITNESS -
LIFESTYLE_RELAX
-
LIFESTYLE_ADULT_ONLY
public static final CustomizationLightweightSupplierDetails.DefaultLifestyleEnum LIFESTYLE_ADULT_ONLY -
LIFESTYLE_ADVENTURE
public static final CustomizationLightweightSupplierDetails.DefaultLifestyleEnum LIFESTYLE_ADVENTURE -
LIFESTYLE_BUSINESS
-
LIFESTYLE_LGBT
-
LIFESTYLE_SINGLE_PARENT
public static final CustomizationLightweightSupplierDetails.DefaultLifestyleEnum LIFESTYLE_SINGLE_PARENT -
LIFESTYLE_SOLO_FEMALE
public static final CustomizationLightweightSupplierDetails.DefaultLifestyleEnum LIFESTYLE_SOLO_FEMALE -
LIFESTYLE_BEAUTY
-
LIFESTYLE_FOODIE
-
LIFESTYLE_FAMILY
-
LIFESTYLE_ROMANCE
-
LIFESTYLE_COUPLE
-
LIFESTYLE_SOLO
-
LIFESTYLE_BACKPACKER
public static final CustomizationLightweightSupplierDetails.DefaultLifestyleEnum 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<CustomizationLightweightSupplierDetails.DefaultLifestyleEnum>
-
fromValue
-