SensitivityLabelUpdateList Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. SensitivityLabelUpdateList
- com.
Implements
public final class SensitivityLabelUpdateList
implements JsonSerializable<SensitivityLabelUpdateList>
A list of sensitivity label update operations.
Constructor Summary
| Constructor | Description |
|---|---|
| SensitivityLabelUpdateList() |
Creates an instance of Sensitivity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sensitivity |
fromJson(JsonReader jsonReader)
Reads an instance of Sensitivity |
|
List<Sensitivity |
operations()
Get the operations property: The operations property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sensitivity |
withOperations(List<SensitivityLabelUpdateInner> operations)
Set the operations property: The operations property. |
Methods inherited from java.lang.Object
Constructor Details
SensitivityLabelUpdateList
public SensitivityLabelUpdateList()
Creates an instance of SensitivityLabelUpdateList class.
Method Details
fromJson
public static SensitivityLabelUpdateList fromJson(JsonReader jsonReader)
Reads an instance of SensitivityLabelUpdateList from the JsonReader.
Parameters:
Returns:
Throws:
operations
public List<SensitivityLabelUpdateInner> operations()
Get the operations property: The operations property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOperations
public SensitivityLabelUpdateList withOperations(List<SensitivityLabelUpdateInner> operations)
Set the operations property: The operations property.
Parameters:
Returns: