Package | Description |
---|---|
com.oracle.bmc.licensemanager.model |
Modifier and Type | Method and Description |
---|---|
BulkUploadValidationErrorInfo |
BulkUploadValidationErrorInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<BulkUploadValidationErrorInfo> |
BulkUploadResponse.getValidationErrorInfo()
Detailed error information corresponding to each supported but invalid row for the uploaded
file.
|
Modifier and Type | Method and Description |
---|---|
BulkUploadValidationErrorInfo.Builder |
BulkUploadValidationErrorInfo.Builder.copy(BulkUploadValidationErrorInfo model) |
Modifier and Type | Method and Description |
---|---|
BulkUploadResponse.Builder |
BulkUploadResponse.Builder.validationErrorInfo(List<BulkUploadValidationErrorInfo> validationErrorInfo)
Detailed error information corresponding to each supported but invalid row for the
uploaded file.
|
Constructor and Description |
---|
BulkUploadResponse(Integer totalSupportedRecords,
Integer totalSupportedRecordsSaved,
Integer totalSupportedDuplicateRecords,
Integer totalSupportedFailedLicenseRecords,
Integer totalSupportedInvalidRecords,
List<BulkUploadValidationErrorInfo> validationErrorInfo,
List<BulkUploadFailedRecordInfo> failedLicenseRecordInfo,
String message)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.