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