SensitivityLabelListResult Class

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

public final class SensitivityLabelListResult

A list of sensitivity labels.

Constructor Summary

Constructor Description
SensitivityLabelListResult()

Creates an instance of SensitivityLabelListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link to retrieve next page of results.

void validate()

Validates the instance.

List<SensitivityLabelInner> value()

Get the value property: Array of results.

Methods inherited from java.lang.Object

Constructor Details

SensitivityLabelListResult

public SensitivityLabelListResult()

Creates an instance of SensitivityLabelListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Link to retrieve next page of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Array of results.

Returns:

the value value.

Applies to