Uses of Class
com.oracle.bmc.licensemanager.model.Product
-
Packages that use Product Package Description com.oracle.bmc.licensemanager.model -
-
Uses of Product in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return Product Modifier and Type Method Description Product
Product.Builder. build()
Methods in com.oracle.bmc.licensemanager.model that return types with arguments of type Product Modifier and Type Method Description List<Product>
ProductLicenseConsumerSummary. getMissingProducts()
Collection of missing product licenses.Methods in com.oracle.bmc.licensemanager.model with parameters of type Product Modifier and Type Method Description Product.Builder
Product.Builder. copy(Product model)
Method parameters in com.oracle.bmc.licensemanager.model with type arguments of type Product Modifier and Type Method Description ProductLicenseConsumerSummary.Builder
ProductLicenseConsumerSummary.Builder. missingProducts(List<Product> missingProducts)
Collection of missing product licenses.Constructor parameters in com.oracle.bmc.licensemanager.model with type arguments of type Product Constructor Description ProductLicenseConsumerSummary(String resourceId, String resourceName, String productName, String resourceCompartmentId, String resourceCompartmentName, ResourceUnit resourceUnitType, Double resourceUnitCount, LicenseUnit licenseUnitType, Double licenseUnitsConsumed, Boolean isBaseLicenseAvailable, Boolean areAllOptionsAvailable, List<Product> missingProducts)
Deprecated.
-