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