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