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 PricingCurrencyEnum
PricingCurrencyEnum. create(String key)
PricingCurrencyEnum
PricingModel. getCurrency()
The currency of the pricing model.PricingCurrencyEnum
InternationalMarketPrice. getCurrencyCode()
The currency of the pricing model.static PricingCurrencyEnum
PricingCurrencyEnum. 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.Builder
PricingModel.Builder. currency(PricingCurrencyEnum currency)
The currency of the pricing model.InternationalMarketPrice.Builder
InternationalMarketPrice.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.
-