public final class DataTableResponseColumn extends Object
| Constructor and Description |
|---|
DataTableResponseColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
columnName()
Get the columnName property: Name of the column.
|
String |
columnType()
Get the columnType property: Column Type.
|
String |
dataType()
Get the dataType property: Data type which looks like 'String' or 'Int32'.
|
void |
validate()
Validates the instance.
|
DataTableResponseColumn |
withColumnName(String columnName)
Set the columnName property: Name of the column.
|
DataTableResponseColumn |
withColumnType(String columnType)
Set the columnType property: Column Type.
|
DataTableResponseColumn |
withDataType(String dataType)
Set the dataType property: Data type which looks like 'String' or 'Int32'.
|
public String columnName()
public DataTableResponseColumn withColumnName(String columnName)
columnName - the columnName value to set.public String dataType()
public DataTableResponseColumn withDataType(String dataType)
dataType - the dataType value to set.public String columnType()
public DataTableResponseColumn withColumnType(String columnType)
columnType - the columnType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.