public class SyncGroupSchemaTable extends Object
| Constructor and Description |
|---|
SyncGroupSchemaTable() |
| Modifier and Type | Method and Description |
|---|---|
List<SyncGroupSchemaTableColumn> |
columns()
Get the columns value.
|
String |
quotedName()
Get the quotedName value.
|
SyncGroupSchemaTable |
withColumns(List<SyncGroupSchemaTableColumn> columns)
Set the columns value.
|
SyncGroupSchemaTable |
withQuotedName(String quotedName)
Set the quotedName value.
|
public List<SyncGroupSchemaTableColumn> columns()
public SyncGroupSchemaTable withColumns(List<SyncGroupSchemaTableColumn> columns)
columns - the columns value to setpublic String quotedName()
public SyncGroupSchemaTable withQuotedName(String quotedName)
quotedName - the quotedName value to setCopyright © 2019. All rights reserved.