Package openGql.grammar
Class TypedNestedGraphTypeSpecification.Builder
- java.lang.Object
-
- openGql.grammar.TypedNestedGraphTypeSpecification.Builder
-
- Enclosing class:
- TypedNestedGraphTypeSpecification
public static final class TypedNestedGraphTypeSpecification.Builder extends java.lang.ObjectA fluent builder forTypedNestedGraphTypeSpecification.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedNestedGraphTypeSpecificationbuild()Builds an immutableTypedNestedGraphTypeSpecification.TypedNestedGraphTypeSpecification.Buildergraph(java.lang.Boolean graph)TypedNestedGraphTypeSpecification.Builderspecification(java.util.List<ElementTypeSpecification> specification)TypedNestedGraphTypeSpecification.Buildertyped(Optional<java.lang.Void> typed)
-
-
-
Method Detail
-
typed
public TypedNestedGraphTypeSpecification.Builder typed(Optional<java.lang.Void> typed)
-
graph
public TypedNestedGraphTypeSpecification.Builder graph(java.lang.Boolean graph)
-
specification
public TypedNestedGraphTypeSpecification.Builder specification(java.util.List<ElementTypeSpecification> specification)
-
build
public TypedNestedGraphTypeSpecification build()
Builds an immutableTypedNestedGraphTypeSpecification.
-
-