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

public final class EntityList extends Object
List of all the entities.
  • Constructor Details

    • EntityList

      public EntityList()
  • Method Details

    • nextLink

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

      public List<EntityInner> value()
      Get the value property: Array of entities.
      Returns:
      the value value.
    • withValue

      public EntityList withValue(List<EntityInner> value)
      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.