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