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