Class BookmarkExpandResponseValue

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

public final class BookmarkExpandResponseValue extends Object
The expansion result values.
  • Constructor Details

    • BookmarkExpandResponseValue

      public BookmarkExpandResponseValue()
  • Method Details

    • entities

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

      public BookmarkExpandResponseValue withEntities(List<EntityInner> entities)
      Set the entities property: Array of the expansion result entities.
      Parameters:
      entities - the entities value to set.
      Returns:
      the BookmarkExpandResponseValue object itself.
    • edges

      public List<ConnectedEntity> edges()
      Get the edges property: Array of expansion result connected entities.
      Returns:
      the edges value.
    • withEdges

      Set the edges property: Array of expansion result connected entities.
      Parameters:
      edges - the edges value to set.
      Returns:
      the BookmarkExpandResponseValue object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.