Uses of Class
com.oracle.bmc.marketplacepublisher.model.MarketSummary
-
Packages that use MarketSummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of MarketSummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type MarketSummary Modifier and Type Method Description Iterable<MarketSummary>
MarketplacePublisherPaginators. listMarketsRecordIterator(ListMarketsRequest request)
Creates a new iterable which will iterate over theMarketSummary
objects contained in responses from the listMarkets operation. -
Uses of MarketSummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return MarketSummary Modifier and Type Method Description MarketSummary
MarketSummary.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type MarketSummary Modifier and Type Method Description List<MarketSummary>
MarketCollection. getItems()
List of market summary.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type MarketSummary Modifier and Type Method Description MarketSummary.Builder
MarketSummary.Builder. copy(MarketSummary model)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type MarketSummary Modifier and Type Method Description MarketCollection.Builder
MarketCollection.Builder. items(List<MarketSummary> items)
List of market summary.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type MarketSummary Constructor Description MarketCollection(List<MarketSummary> items)
Deprecated.
-