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