public final class SyncGroupSchemaTableColumn extends Object
| Constructor and Description |
|---|
SyncGroupSchemaTableColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
dataSize()
Get the dataSize property: Data size of the column.
|
String |
dataType()
Get the dataType property: Data type of the column.
|
String |
quotedName()
Get the quotedName property: Quoted name of sync group table column.
|
void |
validate()
Validates the instance.
|
SyncGroupSchemaTableColumn |
withDataSize(String dataSize)
Set the dataSize property: Data size of the column.
|
SyncGroupSchemaTableColumn |
withDataType(String dataType)
Set the dataType property: Data type of the column.
|
SyncGroupSchemaTableColumn |
withQuotedName(String quotedName)
Set the quotedName property: Quoted name of sync group table column.
|
public String quotedName()
public SyncGroupSchemaTableColumn withQuotedName(String quotedName)
quotedName - the quotedName value to set.public String dataSize()
public SyncGroupSchemaTableColumn withDataSize(String dataSize)
dataSize - the dataSize value to set.public String dataType()
public SyncGroupSchemaTableColumn withDataType(String dataType)
dataType - the dataType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.