public class PathsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathsRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
long |
capacity |
int |
depth |
int |
limit |
boolean |
nearest |
EdgeStep |
step |
boolean |
withVertex |
| Constructor and Description |
|---|
PathsRequest() |
| Modifier and Type | Method and Description |
|---|---|
static PathsRequest.Builder |
builder() |
String |
toString() |
public EdgeStep step
public int depth
public boolean nearest
public long capacity
public int limit
public boolean withVertex
public static PathsRequest.Builder builder()
Copyright © 2023 The Apache Software Foundation. All rights reserved.