Package openGql.grammar
Class VarbinaryType.Builder
- java.lang.Object
-
- openGql.grammar.VarbinaryType.Builder
-
- Enclosing class:
- VarbinaryType
public static final class VarbinaryType.Builder extends java.lang.ObjectA fluent builder forVarbinaryType.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VarbinaryTypebuild()Builds an immutableVarbinaryType.VarbinaryType.BuildermaxLength(Optional<UnsignedInteger> maxLength)VarbinaryType.BuildernotNull(java.lang.Boolean notNull)
-
-
-
Method Detail
-
maxLength
public VarbinaryType.Builder maxLength(Optional<UnsignedInteger> maxLength)
-
notNull
public VarbinaryType.Builder notNull(java.lang.Boolean notNull)
-
build
public VarbinaryType build()
Builds an immutableVarbinaryType.
-
-