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