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