public class SyncGroupSchema extends Object
| Constructor and Description |
|---|
SyncGroupSchema() |
| Modifier and Type | Method and Description |
|---|---|
String |
masterSyncMemberName()
Get the masterSyncMemberName value.
|
List<SyncGroupSchemaTable> |
tables()
Get the tables value.
|
SyncGroupSchema |
withMasterSyncMemberName(String masterSyncMemberName)
Set the masterSyncMemberName value.
|
SyncGroupSchema |
withTables(List<SyncGroupSchemaTable> tables)
Set the tables value.
|
public List<SyncGroupSchemaTable> tables()
public SyncGroupSchema withTables(List<SyncGroupSchemaTable> tables)
tables - the tables value to setpublic String masterSyncMemberName()
public SyncGroupSchema withMasterSyncMemberName(String masterSyncMemberName)
masterSyncMemberName - the masterSyncMemberName 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.
*/