SensitivityLabelListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SensitivityLabelListResult
- com.
Implements
public final class SensitivityLabelListResult
implements JsonSerializable<SensitivityLabelListResult>
A list of sensitivity labels.
Constructor Summary
| Constructor | Description |
|---|---|
| SensitivityLabelListResult() |
Creates an instance of Sensitivity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sensitivity |
fromJson(JsonReader jsonReader)
Reads an instance of Sensitivity |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Sensitivity |
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
fromJson
public static SensitivityLabelListResult fromJson(JsonReader jsonReader)
Reads an instance of SensitivityLabelListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SensitivityLabelInner> value()
Get the value property: Array of results.
Returns: