Class PricingRate.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.PricingRate.Builder
-
- Enclosing class:
- PricingRate
public static class PricingRate.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PricingRate.Builder
billingCurrency(String billingCurrency)
The currency supported, in the format specified by ISO-4217PricingRate
build()
PricingRate.Builder
copy(PricingRate model)
PricingRate.Builder
rate(Float rate)
Tha amount for the currency type.
-
-
-
Method Detail
-
billingCurrency
public PricingRate.Builder billingCurrency(String billingCurrency)
The currency supported, in the format specified by ISO-4217- Parameters:
billingCurrency
- the value to set- Returns:
- this builder
-
rate
public PricingRate.Builder rate(Float rate)
Tha amount for the currency type.- Parameters:
rate
- the value to set- Returns:
- this builder
-
build
public PricingRate build()
-
copy
public PricingRate.Builder copy(PricingRate model)
-
-