public static class Filter.NestedPathSegment extends Object implements FilterWithRelationship
| Constructor and Description |
|---|
NestedPathSegment(String propertyName,
Class propertyType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNestedEntityTypeLabel() |
String |
getPropertyName() |
Class |
getPropertyType() |
String |
getRelationshipDirection() |
String |
getRelationshipType() |
boolean |
isNestedRelationshipEntity() |
void |
setNestedEntityTypeLabel(String nestedEntityTypeLabel) |
void |
setNestedRelationshipEntity(boolean nestedRelationshipEntity) |
void |
setRelationshipDirection(String relationshipDirection) |
void |
setRelationshipType(String relationshipType) |
public String getPropertyName()
public Class getPropertyType()
public String getRelationshipType()
public void setRelationshipType(String relationshipType)
setRelationshipType in interface FilterWithRelationshippublic void setRelationshipDirection(String relationshipDirection)
setRelationshipDirection in interface FilterWithRelationshippublic String getRelationshipDirection()
public void setNestedEntityTypeLabel(String nestedEntityTypeLabel)
public String getNestedEntityTypeLabel()
public void setNestedRelationshipEntity(boolean nestedRelationshipEntity)
public boolean isNestedRelationshipEntity()
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.