Enum Class CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum
java.lang.Object
java.lang.Enum<CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum>
travel.wink.sdk.booking.model.CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum
- All Implemented Interfaces:
Serializable,Comparable<CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum>,Constable
- Enclosing class:
CancellationPolicyAuthenticatedEntity
public static enum CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum
extends Enum<CancellationPolicyAuthenticatedEntity.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
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum ONE_DAY_BEFORE_ARRIVAL -
TWO_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum TWO_DAYS_BEFORE_ARRIVAL -
THREE_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum THREE_DAYS_BEFORE_ARRIVAL -
FIVE_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum FIVE_DAYS_BEFORE_ARRIVAL -
SEVEN_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum SEVEN_DAYS_BEFORE_ARRIVAL -
FOURTEEN_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum FOURTEEN_DAYS_BEFORE_ARRIVAL -
TWENTYONE_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum TWENTYONE_DAYS_BEFORE_ARRIVAL -
THIRTY_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum THIRTY_DAYS_BEFORE_ARRIVAL -
FOURTY_TWO_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum FOURTY_TWO_DAYS_BEFORE_ARRIVAL -
SIXTY_DAYS_BEFORE_ARRIVAL
public static final CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum 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<CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum>
-
fromValue
public static CancellationPolicyAuthenticatedEntity.NonRefundableDeadlineEnum fromValue(String value)
-