java.lang.Object
org.neo4j.cypherdsl.core.Relationship.Details
- All Implemented Interfaces:
Visitable
- Enclosing interface:
- Relationship
@API(status=STABLE,
since="1.0")
public static final class Relationship.Details
extends Object
implements Visitable
See RelationshipDetail.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetTypes()booleanInternal helper method indicating whether the details have content or not.
-
Method Details
-
hasContent
public boolean hasContent()Internal helper method indicating whether the details have content or not.- Returns:
- true if any of the details are filled
-
getDirection
- Returns:
- The direction of the relationship.
-
getTypes
- Returns:
- The relationship types being matched.
-
getProperties
- Returns:
- The properties of this relationship.
-
accept
Description copied from interface:Visitable
-