Class SupportedCurrencyCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.SupportedCurrencyCollection.Builder
-
- Enclosing class:
- SupportedCurrencyCollection
public static class SupportedCurrencyCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportedCurrencyCollectionbuild()SupportedCurrencyCollection.Buildercopy(SupportedCurrencyCollection model)SupportedCurrencyCollection.Builderitems(List<SupportedCurrencySummary> items)List of Supported Currencies.
-
-
-
Method Detail
-
items
public SupportedCurrencyCollection.Builder items(List<SupportedCurrencySummary> items)
List of Supported Currencies.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public SupportedCurrencyCollection build()
-
copy
public SupportedCurrencyCollection.Builder copy(SupportedCurrencyCollection model)
-
-