Package hydra.error.neo4j
Class PropertyExistenceError.Builder
- java.lang.Object
-
- hydra.error.neo4j.PropertyExistenceError.Builder
-
- Enclosing class:
- PropertyExistenceError
public static final class PropertyExistenceError.Builder extends java.lang.ObjectA fluent builder forPropertyExistenceError.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyExistenceErrorbuild()Builds an immutablePropertyExistenceError.PropertyExistenceError.Builderkey(Key key)
-
-
-
Method Detail
-
key
public PropertyExistenceError.Builder key(Key key)
-
build
public PropertyExistenceError build()
Builds an immutablePropertyExistenceError.
-
-