Class RelationshipTypes
- java.lang.Object
-
- org.neo4j.cypherdsl.core.internal.RelationshipTypes
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getValues()static RelationshipTypesof(java.lang.String... types)
-
-
-
Method Detail
-
of
public static RelationshipTypes of(java.lang.String... types)
-
getValues
public java.util.List<java.lang.String> getValues()
- Returns:
- the list of types. The types are not escaped and must be escaped prior to rendering.
-
-