Package openGql.grammar
Class NullIfAbbreviation.Builder
- java.lang.Object
-
- openGql.grammar.NullIfAbbreviation.Builder
-
- Enclosing class:
- NullIfAbbreviation
public static final class NullIfAbbreviation.Builder extends java.lang.ObjectA fluent builder forNullIfAbbreviation.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NullIfAbbreviationbuild()Builds an immutableNullIfAbbreviation.NullIfAbbreviation.Builderfirst(ValueExpression first)NullIfAbbreviation.Buildersecond(ValueExpression second)
-
-
-
Method Detail
-
first
public NullIfAbbreviation.Builder first(ValueExpression first)
-
second
public NullIfAbbreviation.Builder second(ValueExpression second)
-
build
public NullIfAbbreviation build()
Builds an immutableNullIfAbbreviation.
-
-