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