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