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