Uses of Enum Class
travel.wink.sdk.extranet.model.RateModifier.TypeEnum
Packages that use RateModifier.TypeEnum
-
Uses of RateModifier.TypeEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RateModifier.TypeEnumModifier and TypeMethodDescriptionstatic RateModifier.TypeEnum@NotNull RateModifier.TypeEnumRateModifier.getType()Set whether you want the price to go up or down when the rules of this promotion have been satisfied.static RateModifier.TypeEnumReturns the enum constant of this class with the specified name.static RateModifier.TypeEnum[]RateModifier.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 RateModifier.TypeEnumModifier and TypeMethodDescriptionvoidRateModifier.setType(RateModifier.TypeEnum type) RateModifier.type(RateModifier.TypeEnum type)