Uses of Class
com.oracle.bmc.licensemanager.model.UpdateLicenseRecordDetails
-
Packages that use UpdateLicenseRecordDetails Package Description com.oracle.bmc.licensemanager.model com.oracle.bmc.licensemanager.requests -
-
Uses of UpdateLicenseRecordDetails in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return UpdateLicenseRecordDetails Modifier and Type Method Description UpdateLicenseRecordDetails
UpdateLicenseRecordDetails.Builder. build()
Methods in com.oracle.bmc.licensemanager.model with parameters of type UpdateLicenseRecordDetails Modifier and Type Method Description UpdateLicenseRecordDetails.Builder
UpdateLicenseRecordDetails.Builder. copy(UpdateLicenseRecordDetails model)
-
Uses of UpdateLicenseRecordDetails in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return UpdateLicenseRecordDetails Modifier and Type Method Description UpdateLicenseRecordDetails
UpdateLicenseRecordRequest. getBody$()
Alternative accessor for the body parameter.UpdateLicenseRecordDetails
UpdateLicenseRecordRequest. getUpdateLicenseRecordDetails()
Details to update a license record entity.Methods in com.oracle.bmc.licensemanager.requests with parameters of type UpdateLicenseRecordDetails Modifier and Type Method Description UpdateLicenseRecordRequest.Builder
UpdateLicenseRecordRequest.Builder. body$(UpdateLicenseRecordDetails body)
Alternative setter for the body parameter.UpdateLicenseRecordRequest.Builder
UpdateLicenseRecordRequest.Builder. updateLicenseRecordDetails(UpdateLicenseRecordDetails updateLicenseRecordDetails)
Details to update a license record entity.
-