All Known Implementing Classes:
DefaultReadParam

public interface ReadParam
Defines the parameters needed to perform the read operation
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.olingo.odata2.api.processor.ODataContext
    Gets the context of the request as an ODataContext
    Gets the response content type
    org.apache.olingo.odata2.api.uri.UriInfo
    Gets the UriInfo
  • Method Details

    • getUriInfo

      org.apache.olingo.odata2.api.uri.UriInfo getUriInfo()
      Gets the UriInfo
      Returns:
      UriInfo
    • getResponseContentType

      String getResponseContentType()
      Gets the response content type
      Returns:
      Content type
    • getContext

      org.apache.olingo.odata2.api.processor.ODataContext getContext()
      Gets the context of the request as an ODataContext
      Returns:
      context