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