static RelationshipSelector.RelationshipSelectorBuilder |
RelationshipSelector.builder() |
|
RelationshipSelector.RelationshipSelectorBuilder |
RelationshipSelector.RelationshipSelectorBuilder.withEnd(RelationshipNodeSelector end) |
Set a filter on relationship end node on the selector to be built.
|
RelationshipSelector.RelationshipSelectorBuilder |
RelationshipSelector.RelationshipSelectorBuilder.withKey(Map<String,Object> key) |
Set a filter of key properties on the selector to be built.
|
RelationshipSelector.RelationshipSelectorBuilder |
RelationshipSelector.RelationshipSelectorBuilder.withStart(RelationshipNodeSelector start) |
Set a filter on relationship start node on the selector to be built.
|
RelationshipSelector.RelationshipSelectorBuilder |
RelationshipSelector.RelationshipSelectorBuilder.withType(String type) |
Set a filter on relationship type on the selector to be built.
|