public static interface NodeStructure.Builder extends SdkPojo, CopyableBuilder<NodeStructure.Builder,NodeStructure>
| Modifier and Type | Method and Description |
|---|---|
NodeStructure.Builder |
count(Long count)
Number of nodes that have this specific structure.
|
NodeStructure.Builder |
distinctOutgoingEdgeLabels(Collection<String> distinctOutgoingEdgeLabels)
A list of distinct outgoing edge labels present in this specific structure.
|
NodeStructure.Builder |
distinctOutgoingEdgeLabels(String... distinctOutgoingEdgeLabels)
A list of distinct outgoing edge labels present in this specific structure.
|
NodeStructure.Builder |
nodeProperties(Collection<String> nodeProperties)
A list of the node properties present in this specific structure.
|
NodeStructure.Builder |
nodeProperties(String... nodeProperties)
A list of the node properties present in this specific structure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeStructure.Builder count(Long count)
Number of nodes that have this specific structure.
count - Number of nodes that have this specific structure.NodeStructure.Builder nodeProperties(Collection<String> nodeProperties)
A list of the node properties present in this specific structure.
nodeProperties - A list of the node properties present in this specific structure.NodeStructure.Builder nodeProperties(String... nodeProperties)
A list of the node properties present in this specific structure.
nodeProperties - A list of the node properties present in this specific structure.NodeStructure.Builder distinctOutgoingEdgeLabels(Collection<String> distinctOutgoingEdgeLabels)
A list of distinct outgoing edge labels present in this specific structure.
distinctOutgoingEdgeLabels - A list of distinct outgoing edge labels present in this specific structure.NodeStructure.Builder distinctOutgoingEdgeLabels(String... distinctOutgoingEdgeLabels)
A list of distinct outgoing edge labels present in this specific structure.
distinctOutgoingEdgeLabels - A list of distinct outgoing edge labels present in this specific structure.Copyright © 2023. All rights reserved.