Enum Class SetMasterRatePerkRequestSupplier.PerkTypesEnum
java.lang.Object
java.lang.Enum<SetMasterRatePerkRequestSupplier.PerkTypesEnum>
travel.wink.sdk.extranet.monetize.model.SetMasterRatePerkRequestSupplier.PerkTypesEnum
- All Implemented Interfaces:
Serializable,Comparable<SetMasterRatePerkRequestSupplier.PerkTypesEnum>,Constable
- Enclosing class:
SetMasterRatePerkRequestSupplier
public static enum SetMasterRatePerkRequestSupplier.PerkTypesEnum
extends Enum<SetMasterRatePerkRequestSupplier.PerkTypesEnum>
Optional perks
-
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 SetMasterRatePerkRequestSupplier.PerkTypesEnum TWENTY_PERCENT_FOOD_BEVERAGE_DISCOUNT -
TWENTY_PERCENT_SPA_DISCOUNT_VOUCHER
public static final SetMasterRatePerkRequestSupplier.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<SetMasterRatePerkRequestSupplier.PerkTypesEnum>
-
fromValue
-