Uses of Enum Class
travel.wink.sdk.extranet.model.RateModifierModifier.TypeEnum
Packages that use RateModifierModifier.TypeEnum
-
Uses of RateModifierModifier.TypeEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RateModifierModifier.TypeEnumModifier and TypeMethodDescription@NotNull RateModifierModifier.TypeEnumRateModifierModifier.getType()When the type is FIXED, fixedAmount is required.Returns the enum constant of this class with the specified name.static RateModifierModifier.TypeEnum[]RateModifierModifier.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type RateModifierModifier.TypeEnumModifier and TypeMethodDescriptionvoidRateModifierModifier.setType(RateModifierModifier.TypeEnum type) RateModifierModifier.type(RateModifierModifier.TypeEnum type)