Enum Class CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum
java.lang.Object
java.lang.Enum<CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum>
travel.wink.sdk.extranet.booking.model.CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum
- All Implemented Interfaces:
Serializable,Comparable<CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum>,Constable
- Enclosing class:
CancellationPolicyLightweightSupplierDetails
public static enum CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum
extends Enum<CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum>
If the guest does not honor the non-refundable deadline rule, this charge dictates what she owes after the deadline passes.
-
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
Modifier and TypeMethodDescriptionstatic CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnumgetValue()toString()static CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnumReturns the enum constant of this class with the specified name.static CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIRST_NIGHT
public static final CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum FIRST_NIGHT -
TEN_PERCENT
public static final CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum TEN_PERCENT -
THIRTY_PERCENT
public static final CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum THIRTY_PERCENT -
FIFTY_PERCENT
public static final CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum FIFTY_PERCENT -
SEVENTY_PERCENT
public static final CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum SEVENTY_PERCENT -
ONE_HUNDRED_PERCENT
public static final CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum ONE_HUNDRED_PERCENT
-
-
Method Details
-
values
public static CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum[] 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
public static CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum valueOf(String name) 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
-
fromValue
public static CancellationPolicyLightweightSupplierDetails.NonRefundableAfterDeadlineCancellationChargeEnum fromValue(String value)
-