Package travel.wink.sdk.extranet.model
Enum Class CancellationPolicySupplier.NonRefundableDeadlineEnum
java.lang.Object
java.lang.Enum<CancellationPolicySupplier.NonRefundableDeadlineEnum>
travel.wink.sdk.extranet.model.CancellationPolicySupplier.NonRefundableDeadlineEnum
- All Implemented Interfaces:
Serializable,Comparable<CancellationPolicySupplier.NonRefundableDeadlineEnum>,Constable
- Enclosing class:
CancellationPolicySupplier
public static enum CancellationPolicySupplier.NonRefundableDeadlineEnum
extends Enum<CancellationPolicySupplier.NonRefundableDeadlineEnum>
The non-refundable charge might can have a deadline. If that deadline passes, the guest might be charged more.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
ONE_DAY_BEFORE_ARRIVAL
-
TWO_DAYS_BEFORE_ARRIVAL
-
THREE_DAYS_BEFORE_ARRIVAL
-
FIVE_DAYS_BEFORE_ARRIVAL
-
SEVEN_DAYS_BEFORE_ARRIVAL
-
FOURTEEN_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicySupplier.NonRefundableDeadlineEnum FOURTEEN_DAYS_BEFORE_ARRIVAL -
TWENTYONE_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicySupplier.NonRefundableDeadlineEnum TWENTYONE_DAYS_BEFORE_ARRIVAL -
THIRTY_DAYS_BEFORE_ARRIVAL
-
FOURTY_TWO_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicySupplier.NonRefundableDeadlineEnum FOURTY_TWO_DAYS_BEFORE_ARRIVAL -
SIXTY_DAYS_BEFORE_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<CancellationPolicySupplier.NonRefundableDeadlineEnum>
-
fromValue
-