Neo4j Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.modules.neo4j
org.mule.modules.neo4j.adapter
org.mule.modules.neo4j.adapters
org.mule.modules.neo4j.agents
org.mule.modules.neo4j.basic
org.mule.modules.neo4j.callback
org.mule.modules.neo4j.config
org.mule.modules.neo4j.connection
org.mule.modules.neo4j.connectivity
org.mule.modules.neo4j.devkit
org.mule.modules.neo4j.model
org.mule.modules.neo4j.model.holders
org.mule.modules.neo4j.model.transformers
org.mule.modules.neo4j.oauth
org.mule.modules.neo4j.process
org.mule.modules.neo4j.processors
org.mule.modules.neo4j.transformers
Classes
BaseEntity
BaseExtensible
BatchJob
BatchJobResult
ConfigurableBatchJob
CypherQuery
CypherQueryParams
CypherQueryResult
Data
Extensions
Fullpath
Index
IndexConfiguration
IndexedNode
IndexedRelationship
NewIndex
NewRelationship
NewSchemaIndex
NewUniqueNode
NewUniqueRelationship
Node
NodeIndexingRequest
Path
PathQuery
PathQueryResult
Plan
Relationship
RelationshipQuery
SchemaIndex
ServiceRoot
Stats
TraversalQuery
TraversalScript
Enums
BatchJob.Method
PathQuery.Algorithm
RelationshipQuery.Direction
TraversalQuery.Order
TraversalQuery.Uniqueness
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
NewUniqueRelationship
extends Object
java.lang.Object
↳
org.mule.modules.neo4j.model.NewUniqueRelationship
Summary
Fields
private String
end
private String
key
private String
start
private String
type
private String
value
Public Constructors
NewUniqueRelationship
()
Public Methods
boolean
equals
(Object other)
String
getEnd
()
String
getKey
()
String
getStart
()
String
getType
()
String
getValue
()
int
hashCode
()
void
setEnd
(String end)
void
setKey
(String key)
void
setStart
(String start)
void
setType
(String type)
void
setValue
(String value)
String
toString
()
NewUniqueRelationship
withEnd
(String end)
NewUniqueRelationship
withKey
(String key)
NewUniqueRelationship
withStart
(String start)
NewUniqueRelationship
withType
(String type)
NewUniqueRelationship
withValue
(String value)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private String
end
private String
key
private String
start
private String
type
private String
value
Public Constructors
public
NewUniqueRelationship
()
Public Methods
public boolean
equals
(Object other)
Parameters
other
public String
getEnd
()
public String
getKey
()
public String
getStart
()
public String
getType
()
public String
getValue
()
public int
hashCode
()
public void
setEnd
(String end)
Parameters
end
public void
setKey
(String key)
Parameters
key
public void
setStart
(String start)
Parameters
start
public void
setType
(String type)
Parameters
type
public void
setValue
(String value)
Parameters
value
public String
toString
()
public
NewUniqueRelationship
withEnd
(String end)
Parameters
end
public
NewUniqueRelationship
withKey
(String key)
Parameters
key
public
NewUniqueRelationship
withStart
(String start)
Parameters
start
public
NewUniqueRelationship
withType
(String type)
Parameters
type
public
NewUniqueRelationship
withValue
(String value)
Parameters
value