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