java.lang.Object
de.hybris.platform.odata2services.odata.processor.handler.read.DefaultReadParam
All Implemented Interfaces:
ReadParam

public class DefaultReadParam extends Object implements ReadParam
Default implementation of the ReadParam
  • Constructor Details

    • DefaultReadParam

      public DefaultReadParam()
  • Method Details

    • readParam

      public static DefaultReadParam.Builder readParam()
    • getUriInfo

      public org.apache.olingo.odata2.api.uri.UriInfo getUriInfo()
      Description copied from interface: ReadParam
      Gets the UriInfo
      Specified by:
      getUriInfo in interface ReadParam
      Returns:
      UriInfo
    • getResponseContentType

      public String getResponseContentType()
      Description copied from interface: ReadParam
      Gets the response content type
      Specified by:
      getResponseContentType in interface ReadParam
      Returns:
      Content type
    • getContext

      public org.apache.olingo.odata2.api.processor.ODataContext getContext()
      Description copied from interface: ReadParam
      Gets the context of the request as an ODataContext
      Specified by:
      getContext in interface ReadParam
      Returns:
      context