Uses of Class
com.oracle.bmc.usage.model.ProductSummary
-
Packages that use ProductSummary Package Description com.oracle.bmc.usage com.oracle.bmc.usage.model -
-
Uses of ProductSummary in com.oracle.bmc.usage
Methods in com.oracle.bmc.usage that return types with arguments of type ProductSummary Modifier and Type Method Description Iterable<ProductSummary>
RewardsPaginators. 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.usage.model
Methods in com.oracle.bmc.usage.model that return ProductSummary Modifier and Type Method Description ProductSummary
ProductSummary.Builder. build()
Methods in com.oracle.bmc.usage.model that return types with arguments of type ProductSummary Modifier and Type Method Description List<ProductSummary>
ProductCollection. getItems()
The list of product rewards summaries.Methods in com.oracle.bmc.usage.model with parameters of type ProductSummary Modifier and Type Method Description ProductSummary.Builder
ProductSummary.Builder. copy(ProductSummary model)
Method parameters in com.oracle.bmc.usage.model with type arguments of type ProductSummary Modifier and Type Method Description ProductCollection.Builder
ProductCollection.Builder. items(List<ProductSummary> items)
The list of product rewards summaries.Constructor parameters in com.oracle.bmc.usage.model with type arguments of type ProductSummary Constructor Description ProductCollection(List<ProductSummary> items)
Deprecated.
-