Package openGql.grammar
Class NodeLabelSetWithProperties.Builder
- java.lang.Object
-
- openGql.grammar.NodeLabelSetWithProperties.Builder
-
- Enclosing class:
- NodeLabelSetWithProperties
public static final class NodeLabelSetWithProperties.Builder extends java.lang.ObjectA fluent builder forNodeLabelSetWithProperties.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeLabelSetWithPropertiesbuild()Builds an immutableNodeLabelSetWithProperties.NodeLabelSetWithProperties.BuilderlabelSet(LabelSetPhrase labelSet)NodeLabelSetWithProperties.BuilderpropertyTypes(Optional<java.util.List<PropertyType>> propertyTypes)
-
-
-
Method Detail
-
labelSet
public NodeLabelSetWithProperties.Builder labelSet(LabelSetPhrase labelSet)
-
propertyTypes
public NodeLabelSetWithProperties.Builder propertyTypes(Optional<java.util.List<PropertyType>> propertyTypes)
-
build
public NodeLabelSetWithProperties build()
Builds an immutableNodeLabelSetWithProperties.
-
-