Uses of Class
com.oracle.bmc.licensemanager.model.BulkUploadValidationErrorInfo
-
Packages that use BulkUploadValidationErrorInfo Package Description com.oracle.bmc.licensemanager.model -
-
Uses of BulkUploadValidationErrorInfo in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return BulkUploadValidationErrorInfo Modifier and Type Method Description BulkUploadValidationErrorInfo
BulkUploadValidationErrorInfo.Builder. build()
Methods in com.oracle.bmc.licensemanager.model that return types with arguments of type BulkUploadValidationErrorInfo Modifier and Type Method Description List<BulkUploadValidationErrorInfo>
BulkUploadResponse. getValidationErrorInfo()
Detailed error information corresponding to each supported but invalid row for the uploaded file.Methods in com.oracle.bmc.licensemanager.model with parameters of type BulkUploadValidationErrorInfo Modifier and Type Method Description BulkUploadValidationErrorInfo.Builder
BulkUploadValidationErrorInfo.Builder. copy(BulkUploadValidationErrorInfo model)
Method parameters in com.oracle.bmc.licensemanager.model with type arguments of type BulkUploadValidationErrorInfo Modifier and Type Method Description BulkUploadResponse.Builder
BulkUploadResponse.Builder. validationErrorInfo(List<BulkUploadValidationErrorInfo> validationErrorInfo)
Detailed error information corresponding to each supported but invalid row for the uploaded file.Constructor parameters in com.oracle.bmc.licensemanager.model with type arguments of type BulkUploadValidationErrorInfo Constructor Description BulkUploadResponse(Integer totalSupportedRecords, Integer totalSupportedRecordsSaved, Integer totalSupportedDuplicateRecords, Integer totalSupportedFailedLicenseRecords, Integer totalSupportedInvalidRecords, List<BulkUploadValidationErrorInfo> validationErrorInfo, List<BulkUploadFailedRecordInfo> failedLicenseRecordInfo, String message)
Deprecated.
-