Package openGql.grammar
Class BytesType.Builder
- java.lang.Object
-
- openGql.grammar.BytesType.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytesTypebuild()Builds an immutableBytesType.BytesType.BuildermaxLength(Optional<UnsignedInteger> maxLength)BytesType.BuilderminLength(Optional<UnsignedInteger> minLength)BytesType.BuildernotNull(java.lang.Boolean notNull)
-
-
-
Method Detail
-
minLength
public BytesType.Builder minLength(Optional<UnsignedInteger> minLength)
-
maxLength
public BytesType.Builder maxLength(Optional<UnsignedInteger> maxLength)
-
notNull
public BytesType.Builder notNull(java.lang.Boolean notNull)
-
-