RecommendedSensitivityLabelUpdateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. RecommendedSensitivityLabelUpdateProperties
- com.
Implements
public final class RecommendedSensitivityLabelUpdateProperties
implements JsonSerializable<RecommendedSensitivityLabelUpdateProperties>
Properties of an operation executed on a recommended sensitivity label.
Constructor Summary
| Constructor | Description |
|---|---|
| RecommendedSensitivityLabelUpdateProperties() |
Creates an instance of Recommended |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
column()
Get the column property: Column name to update. |
|
static
Recommended |
fromJson(JsonReader jsonReader)
Reads an instance of Recommended |
|
Recommended |
op()
Get the op property: The op property. |
| String |
schema()
Get the schema property: Schema name of the column to update. |
| String |
table()
Get the table property: Table name of the column to update. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Recommended |
withColumn(String column)
Set the column property: Column name to update. |
|
Recommended |
withOp(RecommendedSensitivityLabelUpdateKind op)
Set the op property: The op property. |
|
Recommended |
withSchema(String schema)
Set the schema property: Schema name of the column to update. |
|
Recommended |
withTable(String table)
Set the table property: Table name of the column to update. |
Methods inherited from java.lang.Object
Constructor Details
RecommendedSensitivityLabelUpdateProperties
public RecommendedSensitivityLabelUpdateProperties()
Creates an instance of RecommendedSensitivityLabelUpdateProperties class.
Method Details
column
public String column()
Get the column property: Column name to update.
Returns:
fromJson
public static RecommendedSensitivityLabelUpdateProperties fromJson(JsonReader jsonReader)
Reads an instance of RecommendedSensitivityLabelUpdateProperties from the JsonReader.
Parameters:
Returns:
Throws:
op
public RecommendedSensitivityLabelUpdateKind op()
Get the op property: The op property.
Returns:
schema
public String schema()
Get the schema property: Schema name of the column to update.
Returns:
table
public String table()
Get the table property: Table name of the column to update.
Returns:
toJson
validate
public void validate()
Validates the instance.
withColumn
public RecommendedSensitivityLabelUpdateProperties withColumn(String column)
Set the column property: Column name to update.
Parameters:
Returns:
withOp
public RecommendedSensitivityLabelUpdateProperties withOp(RecommendedSensitivityLabelUpdateKind op)
Set the op property: The op property.
Parameters:
Returns:
withSchema
public RecommendedSensitivityLabelUpdateProperties withSchema(String schema)
Set the schema property: Schema name of the column to update.
Parameters:
Returns:
withTable
public RecommendedSensitivityLabelUpdateProperties withTable(String table)
Set the table property: Table name of the column to update.
Parameters:
Returns: