Interface EdgeStructure.Builder

    • Method Detail

      • count

        EdgeStructure.Builder count​(Long count)

        The number of instances of the edge in the graph.

        Parameters:
        count - The number of instances of the edge in the graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeProperties

        EdgeStructure.Builder edgeProperties​(Collection<String> edgeProperties)

        A list of the properties associated with the edge.

        Parameters:
        edgeProperties - A list of the properties associated with the edge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeProperties

        EdgeStructure.Builder edgeProperties​(String... edgeProperties)

        A list of the properties associated with the edge.

        Parameters:
        edgeProperties - A list of the properties associated with the edge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.