Class UriResourceItImpl

All Implemented Interfaces:
UriResource, UriResourceIt, UriResourcePartTyped

public class UriResourceItImpl extends UriResourceWithKeysImpl implements UriResourceIt
Covers Functionimports and BoundFunction in URI
  • Constructor Details

    • UriResourceItImpl

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

    • getType

      public EdmType getType()
      Specified by:
      getType in interface UriResourcePartTyped
      Returns:
      Type of the resource part
    • isCollection

      public boolean isCollection()
      Specified by:
      isCollection in interface UriResourcePartTyped
      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.
      Specified by:
      getSegmentValue in interface UriResource
      Returns:
      the value of this URI Resource Segment