Package openGql.grammar
Class GraphAndNestedQuerySpecification.Builder
- java.lang.Object
-
- openGql.grammar.GraphAndNestedQuerySpecification.Builder
-
- Enclosing class:
- GraphAndNestedQuerySpecification
public static final class GraphAndNestedQuerySpecification.Builder extends java.lang.ObjectA fluent builder forGraphAndNestedQuerySpecification.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphAndNestedQuerySpecificationbuild()Builds an immutableGraphAndNestedQuerySpecification.GraphAndNestedQuerySpecification.BuildergraphExpression(GraphExpression graphExpression)GraphAndNestedQuerySpecification.Buildernested(ProcedureBody nested)
-
-
-
Method Detail
-
graphExpression
public GraphAndNestedQuerySpecification.Builder graphExpression(GraphExpression graphExpression)
-
nested
public GraphAndNestedQuerySpecification.Builder nested(ProcedureBody nested)
-
build
public GraphAndNestedQuerySpecification build()
Builds an immutableGraphAndNestedQuerySpecification.
-
-