Uses of Class
com.oracle.bmc.licensemanager.model.BulkUploadCellInfo
-
Packages that use BulkUploadCellInfo Package Description com.oracle.bmc.licensemanager.model -
-
Uses of BulkUploadCellInfo in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return BulkUploadCellInfo Modifier and Type Method Description BulkUploadCellInfo
BulkUploadCellInfo.Builder. build()
Methods in com.oracle.bmc.licensemanager.model that return types with arguments of type BulkUploadCellInfo Modifier and Type Method Description List<BulkUploadCellInfo>
BulkUploadValidationErrorInfo. getRowError()
Error information corresponding to each column.Methods in com.oracle.bmc.licensemanager.model with parameters of type BulkUploadCellInfo Modifier and Type Method Description BulkUploadCellInfo.Builder
BulkUploadCellInfo.Builder. copy(BulkUploadCellInfo model)
Method parameters in com.oracle.bmc.licensemanager.model with type arguments of type BulkUploadCellInfo Modifier and Type Method Description BulkUploadValidationErrorInfo.Builder
BulkUploadValidationErrorInfo.Builder. rowError(List<BulkUploadCellInfo> rowError)
Error information corresponding to each column.Constructor parameters in com.oracle.bmc.licensemanager.model with type arguments of type BulkUploadCellInfo Constructor Description BulkUploadValidationErrorInfo(Integer rowNumber, String productName, List<BulkUploadCellInfo> rowError)
Deprecated.
-