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