Package openGql.grammar
Class IntegerWithPrecision.Builder
- java.lang.Object
-
- openGql.grammar.IntegerWithPrecision.Builder
-
- Enclosing class:
- IntegerWithPrecision
public static final class IntegerWithPrecision.Builder extends java.lang.ObjectA fluent builder forIntegerWithPrecision.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerWithPrecisionbuild()Builds an immutableIntegerWithPrecision.IntegerWithPrecision.BuildernotNull(java.lang.Boolean notNull)IntegerWithPrecision.Builderprecision(Optional<java.lang.String> precision)
-
-
-
Method Detail
-
precision
public IntegerWithPrecision.Builder precision(Optional<java.lang.String> precision)
-
notNull
public IntegerWithPrecision.Builder notNull(java.lang.Boolean notNull)
-
build
public IntegerWithPrecision build()
Builds an immutableIntegerWithPrecision.
-
-