Class DataConnectorList
java.lang.Object
com.azure.resourcemanager.securityinsights.models.DataConnectorList
List all the data connectors.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: URL to fetch the next set of data connectors.void
validate()
Validates the instance.value()
Get the value property: Array of data connectors.withValue
(List<DataConnectorInner> value) Set the value property: Array of data connectors.
-
Constructor Details
-
DataConnectorList
public DataConnectorList()
-
-
Method Details
-
nextLink
Get the nextLink property: URL to fetch the next set of data connectors.- Returns:
- the nextLink value.
-
value
Get the value property: Array of data connectors.- Returns:
- the value value.
-
withValue
Set the value property: Array of data connectors.- Parameters:
value
- the value value to set.- Returns:
- the DataConnectorList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-