public static interface EdgeStructure.Builder extends SdkPojo, CopyableBuilder<EdgeStructure.Builder,EdgeStructure>
| Modifier and Type | Method and Description |
|---|---|
EdgeStructure.Builder |
count(Long count)
The number of edges that have this specific structure.
|
EdgeStructure.Builder |
edgeProperties(Collection<String> edgeProperties)
A list of edge properties present in this specific structure.
|
EdgeStructure.Builder |
edgeProperties(String... edgeProperties)
A list of edge properties present in this specific structure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdgeStructure.Builder count(Long count)
The number of edges that have this specific structure.
count - The number of edges that have this specific structure.EdgeStructure.Builder edgeProperties(Collection<String> edgeProperties)
A list of edge properties present in this specific structure.
edgeProperties - A list of edge properties present in this specific structure.EdgeStructure.Builder edgeProperties(String... edgeProperties)
A list of edge properties present in this specific structure.
edgeProperties - A list of edge properties present in this specific structure.Copyright © 2023. All rights reserved.