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