RecommendedSensitivityLabelUpdateList Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.RecommendedSensitivityLabelUpdateList

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 RecommendedSensitivityLabelUpdateList class.

Method Summary

Modifier and Type Method and Description
static RecommendedSensitivityLabelUpdateList fromJson(JsonReader jsonReader)

Reads an instance of RecommendedSensitivityLabelUpdateList from the JsonReader.

List<RecommendedSensitivityLabelUpdate> operations()

Get the operations property: The operations property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

RecommendedSensitivityLabelUpdateList 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:

jsonReader - The JsonReader being read.

Returns:

An instance of RecommendedSensitivityLabelUpdateList if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the RecommendedSensitivityLabelUpdateList.

operations

public List<RecommendedSensitivityLabelUpdate> operations()

Get the operations property: The operations property.

Returns:

the operations value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withOperations

public RecommendedSensitivityLabelUpdateList withOperations(List<RecommendedSensitivityLabelUpdate> operations)

Set the operations property: The operations property.

Parameters:

operations - the operations value to set.

Returns:

the RecommendedSensitivityLabelUpdateList object itself.

Applies to