Package travel.wink.sdk.extranet.model
Enum Class RoomConfigurationPriceSupplier.PerkTypesEnum
java.lang.Object
java.lang.Enum<RoomConfigurationPriceSupplier.PerkTypesEnum>
travel.wink.sdk.extranet.model.RoomConfigurationPriceSupplier.PerkTypesEnum
- All Implemented Interfaces:
Serializable,Comparable<RoomConfigurationPriceSupplier.PerkTypesEnum>,Constable
- Enclosing class:
- RoomConfigurationPriceSupplier
public static enum RoomConfigurationPriceSupplier.PerkTypesEnum
extends Enum<RoomConfigurationPriceSupplier.PerkTypesEnum>
Perks that accompany the master rate
-
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 RoomConfigurationPriceSupplier.PerkTypesEnum TWENTY_PERCENT_FOOD_BEVERAGE_DISCOUNT -
TWENTY_PERCENT_SPA_DISCOUNT_VOUCHER
public static final RoomConfigurationPriceSupplier.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
-
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<RoomConfigurationPriceSupplier.PerkTypesEnum>
-
fromValue
-