Interface UriResourceComplexProperty

All Superinterfaces:
UriResource, UriResourcePartTyped, UriResourceProperty

public interface UriResourceComplexProperty extends UriResourceProperty
Used to describe an complex property used within an resource path E.g. http://.../serviceroot/entityset(1)/complexproperty
  • Method Details

    • getComplexType

      EdmComplexType getComplexType()
      Returns:
      Complex property used in the resource path
    • getComplexTypeFilter

      EdmComplexType getComplexTypeFilter()
      Behind a complex property may be a type filter E.g. http://.../serviceroot/entityset(1)/complexproperty/namespace.complextype
      Returns:
      Type filter if found, otherwise null