Package ac.simons.neo4j.migrations.core
Interface CypherResource.WithContent
- Enclosing interface:
- CypherResource
public static interface CypherResource.WithContent
Terminal step of building a resource
- Since:
- 1.8.0
-
Method Summary
Modifier and TypeMethodDescriptionidentifiedBy
(String identifier) Adds an identifier to the content and builds the resource.
-
Method Details
-
identifiedBy
Adds an identifier to the content and builds the resource.- Parameters:
identifier
- the identifier to use- Returns:
- a new Cypher resource
-