public static class BulkUploadCellInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkUploadCellInfo |
build() |
BulkUploadCellInfo.Builder |
columnIndex(String columnIndex)
Column index as in the given bulk upload file.
|
BulkUploadCellInfo.Builder |
copy(BulkUploadCellInfo model) |
BulkUploadCellInfo.Builder |
errorInfo(String errorInfo)
Error information corresponding to a particular column.
|
public BulkUploadCellInfo.Builder columnIndex(String columnIndex)
Column index as in the given bulk upload file.
columnIndex
- the value to setpublic BulkUploadCellInfo.Builder errorInfo(String errorInfo)
Error information corresponding to a particular column.
errorInfo
- the value to setpublic BulkUploadCellInfo build()
public BulkUploadCellInfo.Builder copy(BulkUploadCellInfo model)
Copyright © 2016–2024. All rights reserved.