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