Interface NavigationSegment


  • 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. @org.apache.olingo.odata2.DoNotImplement
    • Method Detail

      • getEntitySet

        EdmEntitySet getEntitySet()
        Gets the target entity set.
        Returns:
        EdmEntitySet entity 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