Uses of Class
com.oracle.bmc.marketplace.model.PricingCurrencyEnum
-
Packages that use PricingCurrencyEnum Package Description com.oracle.bmc.marketplace.model -
-
Uses of PricingCurrencyEnum in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return PricingCurrencyEnum Modifier and Type Method Description static PricingCurrencyEnumPricingCurrencyEnum. create(String key)PricingCurrencyEnumPricingModel. getCurrency()The currency of the pricing model.PricingCurrencyEnumInternationalMarketPrice. getCurrencyCode()The currency of the pricing model.static PricingCurrencyEnumPricingCurrencyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PricingCurrencyEnum[]PricingCurrencyEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplace.model with parameters of type PricingCurrencyEnum Modifier and Type Method Description PricingModel.BuilderPricingModel.Builder. currency(PricingCurrencyEnum currency)The currency of the pricing model.InternationalMarketPrice.BuilderInternationalMarketPrice.Builder. currencyCode(PricingCurrencyEnum currencyCode)The currency of the pricing model.Constructors in com.oracle.bmc.marketplace.model with parameters of type PricingCurrencyEnum Constructor Description InternationalMarketPrice(PricingCurrencyEnum currencyCode, String currencySymbol, Double rate)Deprecated.PricingModel(PricingTypeEnum type, PricingStrategyEnum payGoStrategy, PricingCurrencyEnum currency, BigDecimal rate, InternationalMarketPrice internationalMarketPrice)Deprecated.
-