Uses of Class
com.oracle.bmc.licensemanager.model.ProductLicenseSummary
-
Packages that use ProductLicenseSummary Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.model -
-
Uses of ProductLicenseSummary in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return types with arguments of type ProductLicenseSummary Modifier and Type Method Description Iterable<ProductLicenseSummary>
LicenseManagerPaginators. listProductLicensesRecordIterator(ListProductLicensesRequest request)
Creates a new iterable which will iterate over theProductLicenseSummary
objects contained in responses from the listProductLicenses operation. -
Uses of ProductLicenseSummary in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return ProductLicenseSummary Modifier and Type Method Description ProductLicenseSummary
ProductLicenseSummary.Builder. build()
Methods in com.oracle.bmc.licensemanager.model that return types with arguments of type ProductLicenseSummary Modifier and Type Method Description List<ProductLicenseSummary>
ProductLicenseCollection. getItems()
The product license summary collection.Methods in com.oracle.bmc.licensemanager.model with parameters of type ProductLicenseSummary Modifier and Type Method Description ProductLicenseSummary.Builder
ProductLicenseSummary.Builder. copy(ProductLicenseSummary model)
Method parameters in com.oracle.bmc.licensemanager.model with type arguments of type ProductLicenseSummary Modifier and Type Method Description ProductLicenseCollection.Builder
ProductLicenseCollection.Builder. items(List<ProductLicenseSummary> items)
The product license summary collection.Constructor parameters in com.oracle.bmc.licensemanager.model with type arguments of type ProductLicenseSummary Constructor Description ProductLicenseCollection(List<ProductLicenseSummary> items)
Deprecated.
-