Interface UriResourceNavigation

All Superinterfaces:
UriResource, UriResourcePartTyped

public interface UriResourceNavigation extends UriResourcePartTyped
Used to describe an navigation property used within an resource path For example: http://.../serviceroot/entityset(1)/navProperty
  • Method Details

    • getProperty

      EdmNavigationProperty getProperty()
      Returns:
      Navigation property
    • getKeyPredicates

      List<UriParameter> getKeyPredicates()
      Returns:
      Key predicates if used, otherwise an empty list
    • getTypeFilterOnCollection

      EdmType getTypeFilterOnCollection()
      Returns:
      Type filter before key predicates if used, otherwise null
    • getTypeFilterOnEntry

      EdmType getTypeFilterOnEntry()
      Returns:
      Type filter behind key predicates if used, otherwise null