Package openGql.grammar
Class EdgeKeyLabelSetWithContent.Builder
- java.lang.Object
-
- openGql.grammar.EdgeKeyLabelSetWithContent.Builder
-
- Enclosing class:
- EdgeKeyLabelSetWithContent
public static final class EdgeKeyLabelSetWithContent.Builder extends java.lang.ObjectA fluent builder forEdgeKeyLabelSetWithContent.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeKeyLabelSetWithContentbuild()Builds an immutableEdgeKeyLabelSetWithContent.EdgeKeyLabelSetWithContent.BuilderimpliedContent(Optional<EdgeTypeImpliedContent> impliedContent)EdgeKeyLabelSetWithContent.BuilderkeyLabelSet(Optional<LabelSetPhrase> keyLabelSet)
-
-
-
Method Detail
-
keyLabelSet
public EdgeKeyLabelSetWithContent.Builder keyLabelSet(Optional<LabelSetPhrase> keyLabelSet)
-
impliedContent
public EdgeKeyLabelSetWithContent.Builder impliedContent(Optional<EdgeTypeImpliedContent> impliedContent)
-
build
public EdgeKeyLabelSetWithContent build()
Builds an immutableEdgeKeyLabelSetWithContent.
-
-