public static class RepeatEdgeStep.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RepeatEdgeStep |
step |
| Modifier and Type | Method and Description |
|---|---|
RepeatEdgeStep |
build() |
RepeatEdgeStep.Builder |
degree(long degree) |
RepeatEdgeStep.Builder |
direction(Direction direction) |
RepeatEdgeStep.Builder |
labels(List<String> labels) |
RepeatEdgeStep.Builder |
labels(String label) |
RepeatEdgeStep.Builder |
maxTimes(int maxTimes) |
RepeatEdgeStep.Builder |
properties(Map<String,Object> properties) |
RepeatEdgeStep.Builder |
properties(String key,
Object value) |
RepeatEdgeStep.Builder |
skipDegree(long skipDegree) |
protected RepeatEdgeStep step
public RepeatEdgeStep.Builder direction(Direction direction)
public RepeatEdgeStep.Builder labels(List<String> labels)
public RepeatEdgeStep.Builder labels(String label)
public RepeatEdgeStep.Builder properties(Map<String,Object> properties)
public RepeatEdgeStep.Builder properties(String key, Object value)
public RepeatEdgeStep.Builder maxTimes(int maxTimes)
public RepeatEdgeStep.Builder degree(long degree)
public RepeatEdgeStep.Builder skipDegree(long skipDegree)
public RepeatEdgeStep build()
Copyright © 2023 The Apache Software Foundation. All rights reserved.