Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Column |
build() |
Column.Builder |
copy(Column model) |
Column.Builder |
dataType(String dataType)
Specifies the data type of the column.
|
Column.Builder |
displayName(String displayName)
Name of the column displayed on UI.
|
Column.Builder |
displayOrder(Integer displayOrder)
Specifies the display order of the column.
|
Column.Builder |
fieldName(String fieldName)
Specifies the corresponding field name in the data source.
|
Column.Builder |
isHidden(Boolean isHidden)
Indicates if the column is hidden.
|
public Column.Builder displayName(String displayName)
Name of the column displayed on UI.
displayName
- the value to setpublic Column.Builder fieldName(String fieldName)
Specifies the corresponding field name in the data source.
fieldName
- the value to setpublic Column.Builder dataType(String dataType)
Specifies the data type of the column.
dataType
- the value to setpublic Column.Builder isHidden(Boolean isHidden)
Indicates if the column is hidden. Values can either be ‘true’ or ‘false’.
isHidden
- the value to setpublic Column.Builder displayOrder(Integer displayOrder)
Specifies the display order of the column.
displayOrder
- the value to setpublic Column build()
public Column.Builder copy(Column model)
Copyright © 2016–2024. All rights reserved.