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