Class EntityQueryTemplateList

java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityQueryTemplateList

public final class EntityQueryTemplateList extends Object
List of all the entity query templates.
  • Constructor Details

    • EntityQueryTemplateList

      public EntityQueryTemplateList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: URL to fetch the next set of entity query templates.
      Returns:
      the nextLink value.
    • value

      public List<EntityQueryTemplateInner> 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.