Class UriResourceStartingTypeFilterImpl

All Implemented Interfaces:
UriResource, UriResourcePartTyped

public class UriResourceStartingTypeFilterImpl extends UriResourceWithKeysImpl
  • Constructor Details

    • UriResourceStartingTypeFilterImpl

      public UriResourceStartingTypeFilterImpl(EdmType type, boolean isCollection)
  • Method Details

    • getType

      public EdmType getType()
      Returns:
      Type of the resource part
    • isCollection

      public boolean isCollection()
      Returns:
      True if the resource part is a collection, otherwise false
    • getSegmentValue

      public String getSegmentValue()
      Description copied from interface: UriResource
      In case of an EntitySet this method will return the EntitySet name. In Case of $ref this method will return '$ref" as a String.
      Returns:
      the value of this URI Resource Segment