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