Package | Description |
---|---|
com.oracle.bmc.licensemanager.model |
Modifier and Type | Method and Description |
---|---|
BulkUploadFailedRecordInfo |
BulkUploadFailedRecordInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<BulkUploadFailedRecordInfo> |
BulkUploadResponse.getFailedLicenseRecordInfo()
Error information corresponding to the supported records which are valid but could not be
created.
|
Modifier and Type | Method and Description |
---|---|
BulkUploadFailedRecordInfo.Builder |
BulkUploadFailedRecordInfo.Builder.copy(BulkUploadFailedRecordInfo model) |
Modifier and Type | Method and Description |
---|---|
BulkUploadResponse.Builder |
BulkUploadResponse.Builder.failedLicenseRecordInfo(List<BulkUploadFailedRecordInfo> failedLicenseRecordInfo)
Error information corresponding to the supported records which are valid but could not be
created.
|
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.