Uses of Class
com.oracle.bmc.marketplacepublisher.model.SupportedCurrencySummary
-
Packages that use SupportedCurrencySummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of SupportedCurrencySummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type SupportedCurrencySummary Modifier and Type Method Description Iterable<SupportedCurrencySummary>MarketplacePublisherPaginators. listSupportedCurrenciesRecordIterator(ListSupportedCurrenciesRequest request)Creates a new iterable which will iterate over theSupportedCurrencySummaryobjects contained in responses from the listSupportedCurrencies operation. -
Uses of SupportedCurrencySummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return SupportedCurrencySummary Modifier and Type Method Description SupportedCurrencySummarySupportedCurrencySummary.Builder. build()Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type SupportedCurrencySummary Modifier and Type Method Description List<SupportedCurrencySummary>SupportedCurrencyCollection. getItems()List of Supported Currencies.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type SupportedCurrencySummary Modifier and Type Method Description SupportedCurrencySummary.BuilderSupportedCurrencySummary.Builder. copy(SupportedCurrencySummary model)Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type SupportedCurrencySummary Modifier and Type Method Description SupportedCurrencyCollection.BuilderSupportedCurrencyCollection.Builder. items(List<SupportedCurrencySummary> items)List of Supported Currencies.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type SupportedCurrencySummary Constructor Description SupportedCurrencyCollection(List<SupportedCurrencySummary> items)Deprecated.
-