Package openGql.grammar
Class IsOrColonWithLabels.Builder
- java.lang.Object
-
- openGql.grammar.IsOrColonWithLabels.Builder
-
- Enclosing class:
- IsOrColonWithLabels
public static final class IsOrColonWithLabels.Builder extends java.lang.ObjectA fluent builder forIsOrColonWithLabels.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IsOrColonWithLabelsbuild()Builds an immutableIsOrColonWithLabels.IsOrColonWithLabels.BuilderisOrColon(IsOrColon isOrColon)IsOrColonWithLabels.Builderlabels(java.util.List<java.lang.String> labels)
-
-
-
Method Detail
-
isOrColon
public IsOrColonWithLabels.Builder isOrColon(IsOrColon isOrColon)
-
labels
public IsOrColonWithLabels.Builder labels(java.util.List<java.lang.String> labels)
-
build
public IsOrColonWithLabels build()
Builds an immutableIsOrColonWithLabels.
-
-