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