Class SyncGroupSchemaTable
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.SyncGroupSchemaTable
-
public final class SyncGroupSchemaTable extends Object
Properties of table in sync group schema.
-
-
Constructor Summary
Constructors Constructor Description SyncGroupSchemaTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SyncGroupSchemaTableColumn>columns()Get the columns property: List of columns in sync group schema.StringquotedName()Get the quotedName property: Quoted name of sync group schema table.voidvalidate()Validates the instance.SyncGroupSchemaTablewithColumns(List<SyncGroupSchemaTableColumn> columns)Set the columns property: List of columns in sync group schema.SyncGroupSchemaTablewithQuotedName(String quotedName)Set the quotedName property: Quoted name of sync group schema table.
-
-
-
Method Detail
-
columns
public List<SyncGroupSchemaTableColumn> columns()
Get the columns property: List of columns in sync group schema.- Returns:
- the columns value.
-
withColumns
public SyncGroupSchemaTable withColumns(List<SyncGroupSchemaTableColumn> columns)
Set the columns property: List of columns in sync group schema.- Parameters:
columns- the columns value to set.- Returns:
- the SyncGroupSchemaTable object itself.
-
quotedName
public String quotedName()
Get the quotedName property: Quoted name of sync group schema table.- Returns:
- the quotedName value.
-
withQuotedName
public SyncGroupSchemaTable withQuotedName(String quotedName)
Set the quotedName property: Quoted name of sync group schema table.- Parameters:
quotedName- the quotedName value to set.- Returns:
- the SyncGroupSchemaTable object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-