Package openGql.grammar
Class TypedGraphReferenceValueType.Builder
- java.lang.Object
-
- openGql.grammar.TypedGraphReferenceValueType.Builder
-
- Enclosing class:
- TypedGraphReferenceValueType
public static final class TypedGraphReferenceValueType.Builder extends java.lang.ObjectA fluent builder forTypedGraphReferenceValueType.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedGraphReferenceValueTypebuild()Builds an immutableTypedGraphReferenceValueType.TypedGraphReferenceValueType.Buildertyped(Optional<java.lang.Void> typed)TypedGraphReferenceValueType.BuildervalueType(GraphReferenceValueType valueType)
-
-
-
Method Detail
-
typed
public TypedGraphReferenceValueType.Builder typed(Optional<java.lang.Void> typed)
-
valueType
public TypedGraphReferenceValueType.Builder valueType(GraphReferenceValueType valueType)
-
build
public TypedGraphReferenceValueType build()
Builds an immutableTypedGraphReferenceValueType.
-
-