Uses of Class
com.oracle.bmc.usage.model.ProductCollection
-
Packages that use ProductCollection Package Description com.oracle.bmc.usage.model com.oracle.bmc.usage.responses -
-
Uses of ProductCollection in com.oracle.bmc.usage.model
Methods in com.oracle.bmc.usage.model that return ProductCollection Modifier and Type Method Description ProductCollection
ProductCollection.Builder. build()
Methods in com.oracle.bmc.usage.model with parameters of type ProductCollection Modifier and Type Method Description ProductCollection.Builder
ProductCollection.Builder. copy(ProductCollection model)
-
Uses of ProductCollection in com.oracle.bmc.usage.responses
Methods in com.oracle.bmc.usage.responses that return ProductCollection Modifier and Type Method Description ProductCollection
ListProductsResponse. getProductCollection()
The returned ProductCollection instance.Methods in com.oracle.bmc.usage.responses with parameters of type ProductCollection Modifier and Type Method Description ListProductsResponse.Builder
ListProductsResponse.Builder. productCollection(ProductCollection productCollection)
The returned ProductCollection instance.
-