Uses of Enum Class
travel.wink.sdk.extranet.model.UpsertAddOnRequest.PricingTypeEnum
Packages that use UpsertAddOnRequest.PricingTypeEnum
-
Uses of UpsertAddOnRequest.PricingTypeEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertAddOnRequest.PricingTypeEnumModifier and TypeMethodDescription@NotNull UpsertAddOnRequest.PricingTypeEnumUpsertAddOnRequest.getPricingType()Pricing types define how this add-on is sold.Returns the enum constant of this class with the specified name.static UpsertAddOnRequest.PricingTypeEnum[]UpsertAddOnRequest.PricingTypeEnum.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 UpsertAddOnRequest.PricingTypeEnumModifier and TypeMethodDescriptionUpsertAddOnRequest.pricingType(UpsertAddOnRequest.PricingTypeEnum pricingType) voidUpsertAddOnRequest.setPricingType(UpsertAddOnRequest.PricingTypeEnum pricingType)