Uses of Enum Class
travel.wink.affiliate.model.Bundle.PricingTypeEnum
Packages that use Bundle.PricingTypeEnum
-
Uses of Bundle.PricingTypeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return Bundle.PricingTypeEnumModifier and TypeMethodDescriptionstatic Bundle.PricingTypeEnumBundle.getPricingType()Specifies how the package is priced.static Bundle.PricingTypeEnumReturns the enum constant of this class with the specified name.static Bundle.PricingTypeEnum[]Bundle.PricingTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.affiliate.model with parameters of type Bundle.PricingTypeEnumModifier and TypeMethodDescriptionBundle.pricingType(Bundle.PricingTypeEnum pricingType) voidBundle.setPricingType(Bundle.PricingTypeEnum pricingType)