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