Package openGql.grammar
Class ClosedGraphReferenceValueType.Builder
- java.lang.Object
-
- openGql.grammar.ClosedGraphReferenceValueType.Builder
-
- Enclosing class:
- ClosedGraphReferenceValueType
public static final class ClosedGraphReferenceValueType.Builder extends java.lang.ObjectA fluent builder forClosedGraphReferenceValueType.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClosedGraphReferenceValueTypebuild()Builds an immutableClosedGraphReferenceValueType.ClosedGraphReferenceValueType.BuildernestedSpec(java.util.List<ElementTypeSpecification> nestedSpec)ClosedGraphReferenceValueType.BuildernotNull(java.lang.Boolean notNull)ClosedGraphReferenceValueType.Builderproperty(java.lang.Boolean property)
-
-
-
Method Detail
-
property
public ClosedGraphReferenceValueType.Builder property(java.lang.Boolean property)
-
nestedSpec
public ClosedGraphReferenceValueType.Builder nestedSpec(java.util.List<ElementTypeSpecification> nestedSpec)
-
notNull
public ClosedGraphReferenceValueType.Builder notNull(java.lang.Boolean notNull)
-
build
public ClosedGraphReferenceValueType build()
Builds an immutableClosedGraphReferenceValueType.
-
-