public class NodeCreated<ID> extends CreateOrDelete<ID,com.graphaware.common.representation.DetachedNode<ID>,org.neo4j.graphdb.Node>
WriteOperation representing a Node being created.WriteOperation.OperationType| Constructor and Description |
|---|
NodeCreated(com.graphaware.common.representation.DetachedNode<ID> createdNode)
Create the operation.
|
| Modifier and Type | Method and Description |
|---|---|
WriteOperation.OperationType |
getType() |
equals, getDetails, hashCodepublic NodeCreated(com.graphaware.common.representation.DetachedNode<ID> createdNode)
createdNode - representation of the created node. Must not be null.public WriteOperation.OperationType getType()
Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.