Package travel.wink.sdk.extranet.model
Enum Class DescriptiveRoomConfigurationPrice.PerkTypesEnum
java.lang.Object
java.lang.Enum<DescriptiveRoomConfigurationPrice.PerkTypesEnum>
travel.wink.sdk.extranet.model.DescriptiveRoomConfigurationPrice.PerkTypesEnum
- All Implemented Interfaces:
Serializable,Comparable<DescriptiveRoomConfigurationPrice.PerkTypesEnum>,Constable
- Enclosing class:
- DescriptiveRoomConfigurationPrice
public static enum DescriptiveRoomConfigurationPrice.PerkTypesEnum
extends Enum<DescriptiveRoomConfigurationPrice.PerkTypesEnum>
Gets or Sets perkTypes
-
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
-
LOYALTY_POINTS
-
WINE
-
FREE_DRINK_VOUCHER
-
FREE_MEAL_TWO_PEOPLE
-
FREE_ONE_HOUR_MASSAGE
-
TWENTY_PERCENT_FOOD_BEVERAGE_DISCOUNT
public static final DescriptiveRoomConfigurationPrice.PerkTypesEnum TWENTY_PERCENT_FOOD_BEVERAGE_DISCOUNT -
TWENTY_PERCENT_SPA_DISCOUNT_VOUCHER
public static final DescriptiveRoomConfigurationPrice.PerkTypesEnum TWENTY_PERCENT_SPA_DISCOUNT_VOUCHER -
GUARANTEED_UPGRADE
-
EARLY_CHECKIN
-
ROOM_UPGRADE
-
LATE_CHECKOUT
-
AIRPORT_TRANSFER
-
AIRPORT_PICK_UP
-
BOTTLE_CHAMPAGNE_ON_ARRIVAL
-
BOTTLE_SPARKLING_WINE_ON_ARRIVAL
public static final DescriptiveRoomConfigurationPrice.PerkTypesEnum BOTTLE_SPARKLING_WINE_ON_ARRIVAL -
BOTTLE_WINE_ON_ARRIVAL
-
-
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<DescriptiveRoomConfigurationPrice.PerkTypesEnum>
-
fromValue
-