Package org.apache.olingo.odata2.api.uri
Interface NavigationSegment
- All Known Implementing Classes:
NavigationSegmentImpl
public interface NavigationSegment
Navigation segment, consisting of a navigation property, its target entity set,
and, optionally, a list of key predicates to determine a single entity out of
the target entity set.
-
Method Summary
Modifier and TypeMethodDescriptionGets the target entity set.Gets the key predicate for the target entity set.Gets the navigation property.
-
Method Details
-
getEntitySet
EdmEntitySet getEntitySet()Gets the target entity set.- Returns:
EdmEntitySetentity set of this navigation segment
-
getKeyPredicates
List<KeyPredicate> getKeyPredicates()Gets the key predicate for the target entity set.- Returns:
- List of
KeyPredicate: key predicate of this navigation segment