SyncGroupSchemaTable Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.SyncGroupSchemaTable

public class SyncGroupSchemaTable

Properties of table in sync group schema.

Constructor Summary

Constructor Description
SyncGroupSchemaTable()

Method Summary

Modifier and Type Method and Description
java.util.List<SyncGroupSchemaTableColumn> columns()

Get list of columns in sync group schema.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

SyncGroupSchemaTable

public SyncGroupSchemaTable()

Method Details

columns

public List columns()

Get list of columns in sync group schema.

Returns:

the columns value

quotedName

public String quotedName()

Get quoted name of sync group schema table.

Returns:

the quotedName value

withColumns

public SyncGroupSchemaTable withColumns(List columns)

Set list of columns in sync group schema.

Parameters:

columns - the columns value to set

Returns:

the SyncGroupSchemaTable object itself.

withQuotedName

public SyncGroupSchemaTable withQuotedName(String quotedName)

Set quoted name of sync group schema table.

Parameters:

quotedName - the quotedName value to set

Returns:

the SyncGroupSchemaTable object itself.

Applies to