public static interface PropertygraphData.Builder extends SdkPojo, CopyableBuilder<PropertygraphData.Builder,PropertygraphData>
| Modifier and Type | Method and Description |
|---|---|
PropertygraphData.Builder |
from(String from)
If this is an edge (type =
e), the ID of the corresponding from vertex or source
node. |
PropertygraphData.Builder |
id(String id)
The ID of the Gremlin or openCypher element.
|
PropertygraphData.Builder |
key(String key)
The property name.
|
PropertygraphData.Builder |
to(String to)
If this is an edge (type =
e), the ID of the corresponding to vertex or target
node. |
PropertygraphData.Builder |
type(String type)
The type of this Gremlin or openCypher element.
|
PropertygraphData.Builder |
value(Document value)
This is a JSON object that contains a value field for the value itself, and a datatype field for the JSON
data type of that value:
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertygraphData.Builder id(String id)
The ID of the Gremlin or openCypher element.
id - The ID of the Gremlin or openCypher element.PropertygraphData.Builder type(String type)
The type of this Gremlin or openCypher element. Must be one of:
v1 - Vertex label for Gremlin, or node label for openCypher.
vp - Vertex properties for Gremlin, or node properties for openCypher.
e - Edge and edge label for Gremlin, or relationship and relationship type for
openCypher.
ep - Edge properties for Gremlin, or relationship properties for openCypher.
type - The type of this Gremlin or openCypher element. Must be one of:
v1 - Vertex label for Gremlin, or node label for openCypher.
vp - Vertex properties for Gremlin, or node properties for openCypher.
e - Edge and edge label for Gremlin, or relationship and relationship type
for openCypher.
ep - Edge properties for Gremlin, or relationship properties for openCypher.
PropertygraphData.Builder key(String key)
The property name. For element labels, this is label.
key - The property name. For element labels, this is label.PropertygraphData.Builder value(Document value)
This is a JSON object that contains a value field for the value itself, and a datatype field for the JSON data type of that value:
value - This is a JSON object that contains a value field for the value itself, and a datatype field for the
JSON data type of that value:PropertygraphData.Builder from(String from)
If this is an edge (type = e), the ID of the corresponding from vertex or source
node.
from - If this is an edge (type = e), the ID of the corresponding from vertex or
source node.PropertygraphData.Builder to(String to)
If this is an edge (type = e), the ID of the corresponding to vertex or target
node.
to - If this is an edge (type = e), the ID of the corresponding to vertex or
target node.Copyright © 2023. All rights reserved.