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