مشاركة عبر


SensitivityLabelUpdateList Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.SensitivityLabelUpdateList

Implements

public final class SensitivityLabelUpdateList
implements JsonSerializable<SensitivityLabelUpdateList>

A list of sensitivity label update operations.

Constructor Summary

Constructor Description
SensitivityLabelUpdateList()

Creates an instance of SensitivityLabelUpdateList class.

Method Summary

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

Reads an instance of SensitivityLabelUpdateList from the JsonReader.

List<SensitivityLabelUpdateInner> operations()

Get the operations property: The operations property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

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

jsonReader - The JsonReader being read.

Returns:

An instance of SensitivityLabelUpdateList 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 SensitivityLabelUpdateList.

operations

public List<SensitivityLabelUpdateInner> 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 SensitivityLabelUpdateList withOperations(List<SensitivityLabelUpdateInner> operations)

Set the operations property: The operations property.

Parameters:

operations - the operations value to set.

Returns:

the SensitivityLabelUpdateList object itself.

Applies to