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