public static interface TableColumn.Builder extends SdkPojo, CopyableBuilder<TableColumn.Builder,TableColumn>
| Modifier and Type | Method and Description |
|---|---|
TableColumn.Builder |
format(Format format)
The column level format that is applied in the table.
|
TableColumn.Builder |
format(String format)
The column level format that is applied in the table.
|
TableColumn.Builder |
tableColumnId(String tableColumnId)
The id of the column in the table.
|
TableColumn.Builder |
tableColumnName(String tableColumnName)
The name of the column in the table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableColumn.Builder tableColumnId(String tableColumnId)
The id of the column in the table.
tableColumnId - The id of the column in the table.TableColumn.Builder tableColumnName(String tableColumnName)
The name of the column in the table.
tableColumnName - The name of the column in the table.TableColumn.Builder format(String format)
The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
TableColumn.Builder format(Format format)
The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
Copyright © 2022. All rights reserved.