Uses of Enum Class
travel.wink.sdk.extranet.booking.model.VariableChargeSupplierDetails.TypeEnum
Packages that use VariableChargeSupplierDetails.TypeEnum
-
Uses of VariableChargeSupplierDetails.TypeEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type VariableChargeSupplierDetails.TypeEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumWhen the type is FIXED, fixedAmount is required.Methods in travel.wink.sdk.extranet.booking.model that return VariableChargeSupplierDetails.TypeEnumModifier and TypeMethodDescriptionVariableChargeSupplierDetails.getType()When the type is FIXED, fixedAmount is required.Returns the enum constant of this class with the specified name.VariableChargeSupplierDetails.TypeEnum.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 VariableChargeSupplierDetails.TypeEnumModifier and TypeMethodDescriptionvoidVariableChargeSupplierDetails.setType(VariableChargeSupplierDetails.TypeEnum type) VariableChargeSupplierDetails.type(VariableChargeSupplierDetails.TypeEnum type)