Uses of Class
com.oracle.bmc.licensemanager.model.LicenseRecord
-
Packages that use LicenseRecord Package Description com.oracle.bmc.licensemanager.model com.oracle.bmc.licensemanager.responses -
-
Uses of LicenseRecord in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return LicenseRecord Modifier and Type Method Description LicenseRecordLicenseRecord.Builder. build()Methods in com.oracle.bmc.licensemanager.model with parameters of type LicenseRecord Modifier and Type Method Description LicenseRecord.BuilderLicenseRecord.Builder. copy(LicenseRecord model) -
Uses of LicenseRecord in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return LicenseRecord Modifier and Type Method Description LicenseRecordCreateLicenseRecordResponse. getLicenseRecord()The returned LicenseRecord instance.LicenseRecordGetLicenseRecordResponse. getLicenseRecord()The returned LicenseRecord instance.LicenseRecordUpdateLicenseRecordResponse. getLicenseRecord()The returned LicenseRecord instance.Methods in com.oracle.bmc.licensemanager.responses with parameters of type LicenseRecord Modifier and Type Method Description CreateLicenseRecordResponse.BuilderCreateLicenseRecordResponse.Builder. licenseRecord(LicenseRecord licenseRecord)The returned LicenseRecord instance.GetLicenseRecordResponse.BuilderGetLicenseRecordResponse.Builder. licenseRecord(LicenseRecord licenseRecord)The returned LicenseRecord instance.UpdateLicenseRecordResponse.BuilderUpdateLicenseRecordResponse.Builder. licenseRecord(LicenseRecord licenseRecord)The returned LicenseRecord instance.
-