Uses of Class
com.oracle.bmc.marketplacepublisher.model.SupportedCurrencySummary.Builder
-
Packages that use SupportedCurrencySummary.Builder Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of SupportedCurrencySummary.Builder in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return SupportedCurrencySummary.Builder Modifier and Type Method Description static SupportedCurrencySummary.BuilderSupportedCurrencySummary. builder()Create a new builder.SupportedCurrencySummary.BuilderSupportedCurrencySummary.Builder. copy(SupportedCurrencySummary model)SupportedCurrencySummary.BuilderSupportedCurrencySummary.Builder. currencyCode(String currencyCode)The currency code, in the format specified by ISO-4217.SupportedCurrencySummary.BuilderSupportedCurrencySummary.Builder. exchangeRate(Float exchangeRate)Oracle exchange rate for the currency in USD.SupportedCurrencySummary.BuilderSupportedCurrencySummary.Builder. lifecycleState(SupportedCurrencySummary.LifecycleState lifecycleState)The current state for the currency.SupportedCurrencySummary.BuilderSupportedCurrencySummary. toBuilder()
-