Interface UriResourcePartTyped

All Superinterfaces:
UriResource
All Known Subinterfaces:
UriResourceAction, UriResourceComplexProperty, UriResourceEntitySet, UriResourceFunction, UriResourceIt, UriResourceLambdaAll, UriResourceLambdaAny, UriResourceLambdaVariable, UriResourceNavigation, UriResourcePrimitiveProperty, UriResourceProperty, UriResourceSingleton

public interface UriResourcePartTyped extends UriResource
Used to describe an typed resource part (super interface)
  • Method Details

    • getType

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

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

      String getSegmentValue(boolean includeFilters)
      Returns:
      String representation of the type
    • toString

      String toString(boolean includeFilters)
      Returns:
      String representation of the type