Uses of Enum Class
travel.wink.sdk.booking.model.CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum
Packages that use CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum
-
Uses of CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum in travel.wink.sdk.booking.modelModifier and TypeClassDescriptionstatic enumWhen the cancellation policy is refundable, this flag can be set and indicates there is more rules involved than just a no-questions-asked refundable.Methods in travel.wink.sdk.booking.model that return CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum.fromValue(String value) CancellationPolicyLightweightAuthenticatedEntity.getAdvanceCancellationFreeOfCharge()When the cancellation policy is refundable, this flag can be set and indicates there is more rules involved than just a no-questions-asked refundable.CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum.valueOf(String name) Returns the enum constant of this class with the specified name.CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnumModifier and TypeMethodDescriptionCancellationPolicyLightweightAuthenticatedEntity.advanceCancellationFreeOfCharge(CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge) voidCancellationPolicyLightweightAuthenticatedEntity.setAdvanceCancellationFreeOfCharge(CancellationPolicyLightweightAuthenticatedEntity.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge)