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