Uses of Enum Class
travel.wink.sdk.extranet.booking.model.VariableChargeSupplier.TypeEnum
Packages that use VariableChargeSupplier.TypeEnum
-
Uses of VariableChargeSupplier.TypeEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type VariableChargeSupplier.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 VariableChargeSupplier.TypeEnumModifier and TypeMethodDescription@NotNull VariableChargeSupplier.TypeEnumVariableChargeSupplier.getType()When the type is FIXED, fixedAmount is required.Returns the enum constant of this class with the specified name.static VariableChargeSupplier.TypeEnum[]VariableChargeSupplier.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 VariableChargeSupplier.TypeEnumModifier and TypeMethodDescriptionvoidVariableChargeSupplier.setType(VariableChargeSupplier.TypeEnum type) VariableChargeSupplier.type(VariableChargeSupplier.TypeEnum type)