public final class SyncGroupSchema extends Object
| Constructor and Description |
|---|
SyncGroupSchema() |
| Modifier and Type | Method and Description |
|---|---|
String |
masterSyncMemberName()
Get the masterSyncMemberName property: Name of master sync member where the schema is from.
|
List<SyncGroupSchemaTable> |
tables()
Get the tables property: List of tables in sync group schema.
|
void |
validate()
Validates the instance.
|
SyncGroupSchema |
withMasterSyncMemberName(String masterSyncMemberName)
Set the masterSyncMemberName property: Name of master sync member where the schema is from.
|
SyncGroupSchema |
withTables(List<SyncGroupSchemaTable> tables)
Set the tables property: List of tables in sync group schema.
|
public List<SyncGroupSchemaTable> tables()
public SyncGroupSchema withTables(List<SyncGroupSchemaTable> tables)
tables - the tables value to set.public String masterSyncMemberName()
public SyncGroupSchema withMasterSyncMemberName(String masterSyncMemberName)
masterSyncMemberName - the masterSyncMemberName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.