Interface EdgePropertySummary.Builder

  • Method Details

    • topologyType

      EdgePropertySummary.Builder topologyType(String topologyType)

      The topology type of the edge.

      Parameters:
      topologyType - The topology type of the edge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • topologyType

      EdgePropertySummary.Builder topologyType(TopologyType topologyType)

      The topology type of the edge.

      Parameters:
      topologyType - The topology type of the edge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • label

      Human-readable relationship description. Only present for LLM-inferred edges.

      Parameters:
      label - Human-readable relationship description. Only present for LLM-inferred edges.
      Returns:
      Returns a reference to this object so that method calls can be chained together.