Interface ElementId


public interface ElementId
A Neo4j element id.
Since:
7.0.0
Author:
Michael J. Simons
  • Method Summary

    Modifier and Type
    Method
    Description
    static ElementId
    of(String value)
     
    static ElementId
    of(org.neo4j.driver.types.Entity entity)
     
     
  • Method Details

    • of

      static ElementId of(String value)
    • of

      static ElementId of(org.neo4j.driver.types.Entity entity)
      Parameters:
      entity - The entity container as received from the server.
      Returns:
      The element id
    • value

      String value()
      Returns:
      A unique textual representation.