public static class MultiNodeShortestPathRequest.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MultiNodeShortestPathRequest |
build() |
MultiNodeShortestPathRequest.Builder |
capacity(long capacity) |
MultiNodeShortestPathRequest.Builder |
maxDepth(int maxDepth) |
EdgeStep.Builder |
step() |
VerticesArgs.Builder |
vertices() |
MultiNodeShortestPathRequest.Builder |
withVertex(boolean withVertex) |
public VerticesArgs.Builder vertices()
public EdgeStep.Builder step()
public MultiNodeShortestPathRequest.Builder maxDepth(int maxDepth)
public MultiNodeShortestPathRequest.Builder capacity(long capacity)
public MultiNodeShortestPathRequest.Builder withVertex(boolean withVertex)
public MultiNodeShortestPathRequest build()
Copyright © 2023 The Apache Software Foundation. All rights reserved.