Enum Class RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum
java.lang.Object
java.lang.Enum<RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum>
travel.wink.sdk.inventory.model.RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum
- All Implemented Interfaces:
Serializable,Comparable<RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum>,Constable
- Enclosing class:
RoomConfigurationPriceNonAuthenticatedEntity
public static enum RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum
extends Enum<RoomConfigurationPriceNonAuthenticatedEntity.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_LUNCH_TWO_PEOPLE
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum FREE_LUNCH_TWO_PEOPLE -
FREE_ONE_HOUR_MASSAGE
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum FREE_ONE_HOUR_MASSAGE -
FREE_ONE_HOUR_MASSAGE_TWO_PAX
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum FREE_ONE_HOUR_MASSAGE_TWO_PAX -
TWENTY_PERCENT_FOOD_BEVERAGE_DISCOUNT
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum TWENTY_PERCENT_FOOD_BEVERAGE_DISCOUNT -
TEN_PERCENT_FOOD_BEVERAGE_DISCOUNT
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum TEN_PERCENT_FOOD_BEVERAGE_DISCOUNT -
TWENTY_PERCENT_SPA_DISCOUNT_VOUCHER
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum TWENTY_PERCENT_SPA_DISCOUNT_VOUCHER -
TEN_PERCENT_SPA_DISCOUNT_VOUCHER
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum TEN_PERCENT_SPA_DISCOUNT_VOUCHER -
GUARANTEED_UPGRADE
-
EARLY_CHECKIN
-
ROOM_UPGRADE
-
LATE_CHECKOUT
-
AIRPORT_TRANSFER
-
AIRPORT_PICK_UP
-
BOTTLE_CHAMPAGNE_ON_ARRIVAL
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum BOTTLE_CHAMPAGNE_ON_ARRIVAL -
BOTTLE_SPARKLING_WINE_ON_ARRIVAL
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum BOTTLE_SPARKLING_WINE_ON_ARRIVAL -
BOTTLE_WINE_ON_ARRIVAL
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum BOTTLE_WINE_ON_ARRIVAL -
HOTEL_CREDIT_FIVE
-
HOTEL_CREDIT_TEN
-
HOTEL_CREDIT_TWELVE
-
HOTEL_CREDIT_FIFTEEN
-
HOTEL_CREDIT_TWENTY
-
HOTEL_CREDIT_TWENTY_FIVE
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum HOTEL_CREDIT_TWENTY_FIVE -
SPA_CREDIT_FIVE
-
SPA_CREDIT_TEN
-
SPA_CREDIT_FIFTEEN
-
SPA_CREDIT_TWENTY
-
SPA_CREDIT_TWENTY_FIVE
public static final RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum SPA_CREDIT_TWENTY_FIVE -
AFTERNOON_TEA_SET
-
MEAL_VOUCHER_FIFTEEN
-
LOUNGE_ACCESS
-
SHUTTLE_BUS
-
-
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<RoomConfigurationPriceNonAuthenticatedEntity.PerkTypesEnum>
-
fromValue
-