Creates an instance of FilterLink.
Linked entity to be used in the filter
List of filterables for the linked entity
Constructor type of the entity to be filtered.
Linked entity to be filtered by.
List of filterables for the linked entity
Linked entity to be used in the filter
Data structure to represent filter on properties of a navigation property (link). In OData v2 filtering for navigation properties is ONLY supported for properties with a one-to-one cardinality ({OneToOneLink}).
Example: In the following filter statement
Entity.requestBuilder().filter(Entity.to_NavProperty.filter(LinkedEntity.property.equals(value)))
,Entity.to_NavProperty.filter(LinkedEntity.property.equals(value))
is a FilterLink.