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