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