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