Package openGql.grammar
Class BooleanType.Builder
- java.lang.Object
-
- openGql.grammar.BooleanType.Builder
-
- Enclosing class:
- BooleanType
public static final class BooleanType.Builder extends java.lang.ObjectA fluent builder forBooleanType.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanTypebuild()Builds an immutableBooleanType.BooleanType.BuildernotNull(java.lang.Boolean notNull)
-
-
-
Method Detail
-
notNull
public BooleanType.Builder notNull(java.lang.Boolean notNull)
-
build
public BooleanType build()
Builds an immutableBooleanType.
-
-