Uses of Enum Class
travel.wink.sdk.travel.agent.model.CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnum
Packages that use CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnum
-
Uses of CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnum in travel.wink.sdk.travel.agent.model
Subclasses with type arguments of type CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnum in travel.wink.sdk.travel.agent.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.travel.agent.model that return CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnumModifier and TypeMethodDescriptionCancellationPolicyAgent.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.Returns the enum constant of this class with the specified name.CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.travel.agent.model with parameters of type CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnumModifier and TypeMethodDescriptionCancellationPolicyAgent.advanceCancellationFreeOfCharge(CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge) voidCancellationPolicyAgent.setAdvanceCancellationFreeOfCharge(CancellationPolicyAgent.AdvanceCancellationFreeOfChargeEnum advanceCancellationFreeOfCharge)