Interface UriResourceEntitySet

All Superinterfaces:
UriResource, UriResourcePartTyped

public interface UriResourceEntitySet extends UriResourcePartTyped
Used to describe an entity set used within an resource path For example: http://.../serviceroot/entityset(1)
  • Method Details

    • getEntitySet

      EdmEntitySet getEntitySet()
      Returns:
      Entity set used in the resource path
    • getEntityType

      EdmEntityType getEntityType()
      Returns:
      Type of the entity set
    • getKeyPredicates

      List<UriParameter> getKeyPredicates()
      Returns:
      Key predicates if used, otherwise null
    • 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