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