Package openGql.grammar
Class BinaryType.Builder
- java.lang.Object
-
- openGql.grammar.BinaryType.Builder
-
- Enclosing class:
- BinaryType
public static final class BinaryType.Builder extends java.lang.ObjectA fluent builder forBinaryType.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryTypebuild()Builds an immutableBinaryType.BinaryType.BuilderfixedLength(Optional<UnsignedInteger> fixedLength)BinaryType.BuildernotNull(java.lang.Boolean notNull)
-
-
-
Method Detail
-
fixedLength
public BinaryType.Builder fixedLength(Optional<UnsignedInteger> fixedLength)
-
notNull
public BinaryType.Builder notNull(java.lang.Boolean notNull)
-
build
public BinaryType build()
Builds an immutableBinaryType.
-
-