Package hydra.cypher.openCypher
Class PropertyLookup.Builder
- java.lang.Object
-
- hydra.cypher.openCypher.PropertyLookup.Builder
-
- Enclosing class:
- PropertyLookup
public static final class PropertyLookup.Builder extends java.lang.ObjectA fluent builder forPropertyLookup.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyLookupbuild()Builds an immutablePropertyLookup.PropertyLookup.Buildervalue(PropertyKeyName value)
-
-
-
Method Detail
-
value
public PropertyLookup.Builder value(PropertyKeyName value)
-
build
public PropertyLookup build()
Builds an immutablePropertyLookup.
-
-