Package com.oracle.bmc.marketplace.model
Class InternationalMarketPrice.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplace.model.InternationalMarketPrice.Builder
-
- Enclosing class:
- InternationalMarketPrice
public static class InternationalMarketPrice.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternationalMarketPrice
build()
InternationalMarketPrice.Builder
copy(InternationalMarketPrice model)
InternationalMarketPrice.Builder
currencyCode(PricingCurrencyEnum currencyCode)
The currency of the pricing model.InternationalMarketPrice.Builder
currencySymbol(String currencySymbol)
The symbol of the currencyInternationalMarketPrice.Builder
rate(Double rate)
The pricing rate.
-
-
-
Method Detail
-
currencyCode
public InternationalMarketPrice.Builder currencyCode(PricingCurrencyEnum currencyCode)
The currency of the pricing model.- Parameters:
currencyCode
- the value to set- Returns:
- this builder
-
currencySymbol
public InternationalMarketPrice.Builder currencySymbol(String currencySymbol)
The symbol of the currency- Parameters:
currencySymbol
- the value to set- Returns:
- this builder
-
rate
public InternationalMarketPrice.Builder rate(Double rate)
The pricing rate.- Parameters:
rate
- the value to set- Returns:
- this builder
-
build
public InternationalMarketPrice build()
-
copy
public InternationalMarketPrice.Builder copy(InternationalMarketPrice model)
-
-