public class SyncGroupSchemaTable extends Object
| Constructor and Description |
|---|
SyncGroupSchemaTable() |
| Modifier and Type | Method and Description |
|---|---|
List<SyncGroupSchemaTableColumn> |
columns()
Get list of columns in sync group schema.
|
String |
quotedName()
Get quoted name of sync group schema table.
|
SyncGroupSchemaTable |
withColumns(List<SyncGroupSchemaTableColumn> columns)
Set list of columns in sync group schema.
|
SyncGroupSchemaTable |
withQuotedName(String quotedName)
Set quoted name of sync group schema table.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/