Package openGql.grammar
Class PathElementListStep.Builder
- java.lang.Object
-
- openGql.grammar.PathElementListStep.Builder
-
- Enclosing class:
- PathElementListStep
public static final class PathElementListStep.Builder extends java.lang.ObjectA fluent builder forPathElementListStep.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathElementListStepbuild()Builds an immutablePathElementListStep.PathElementListStep.BuilderedgeReference(PrimaryValueExpression edgeReference)PathElementListStep.BuildernodeReference(PrimaryValueExpression nodeReference)
-
-
-
Method Detail
-
edgeReference
public PathElementListStep.Builder edgeReference(PrimaryValueExpression edgeReference)
-
nodeReference
public PathElementListStep.Builder nodeReference(PrimaryValueExpression nodeReference)
-
build
public PathElementListStep build()
Builds an immutablePathElementListStep.
-
-