Package hydra.ext.cypher.openCypher
Class Delete
- java.lang.Object
-
- hydra.ext.cypher.openCypher.Delete
-
- All Implemented Interfaces:
java.io.Serializable
public class Delete extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Boolean
detach
java.util.List<Expression>
expressions
static Name
FIELD_NAME_DETACH
static Name
FIELD_NAME_EXPRESSIONS
static Name
TYPE_NAME
-
Constructor Summary
Constructors Constructor Description Delete(java.lang.Boolean detach, java.util.List<Expression> expressions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
Delete
withDetach(java.lang.Boolean detach)
Delete
withExpressions(java.util.List<Expression> expressions)
-
-
-
Field Detail
-
TYPE_NAME
public static final Name TYPE_NAME
-
FIELD_NAME_DETACH
public static final Name FIELD_NAME_DETACH
-
FIELD_NAME_EXPRESSIONS
public static final Name FIELD_NAME_EXPRESSIONS
-
detach
public final java.lang.Boolean detach
-
expressions
public final java.util.List<Expression> expressions
-
-
Constructor Detail
-
Delete
public Delete(java.lang.Boolean detach, java.util.List<Expression> expressions)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
withDetach
public Delete withDetach(java.lang.Boolean detach)
-
withExpressions
public Delete withExpressions(java.util.List<Expression> expressions)
-
-