Uses of Class
com.oracle.bmc.licensemanager.model.ProductLicenseConsumerSummary
-
Packages that use ProductLicenseConsumerSummary Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.model -
-
Uses of ProductLicenseConsumerSummary in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return types with arguments of type ProductLicenseConsumerSummary Modifier and Type Method Description Iterable<ProductLicenseConsumerSummary>LicenseManagerPaginators. listProductLicenseConsumersRecordIterator(ListProductLicenseConsumersRequest request)Creates a new iterable which will iterate over theProductLicenseConsumerSummaryobjects contained in responses from the listProductLicenseConsumers operation. -
Uses of ProductLicenseConsumerSummary in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return ProductLicenseConsumerSummary Modifier and Type Method Description ProductLicenseConsumerSummaryProductLicenseConsumerSummary.Builder. build()Methods in com.oracle.bmc.licensemanager.model that return types with arguments of type ProductLicenseConsumerSummary Modifier and Type Method Description List<ProductLicenseConsumerSummary>ProductLicenseConsumerCollection. getItems()Collection of product license consumers.Methods in com.oracle.bmc.licensemanager.model with parameters of type ProductLicenseConsumerSummary Modifier and Type Method Description ProductLicenseConsumerSummary.BuilderProductLicenseConsumerSummary.Builder. copy(ProductLicenseConsumerSummary model)Method parameters in com.oracle.bmc.licensemanager.model with type arguments of type ProductLicenseConsumerSummary Modifier and Type Method Description ProductLicenseConsumerCollection.BuilderProductLicenseConsumerCollection.Builder. items(List<ProductLicenseConsumerSummary> items)Collection of product license consumers.Constructor parameters in com.oracle.bmc.licensemanager.model with type arguments of type ProductLicenseConsumerSummary Constructor Description ProductLicenseConsumerCollection(List<ProductLicenseConsumerSummary> items)Deprecated.
-