Interface ReadParam
- All Known Implementing Classes:
DefaultReadParam
public interface ReadParam
Defines the parameters needed to perform the read operation
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.processor.ODataContextGets the context of the request as anODataContextGets the response content typeorg.apache.olingo.odata2.api.uri.UriInfoGets theUriInfo
-
Method Details
-
getUriInfo
org.apache.olingo.odata2.api.uri.UriInfo getUriInfo()Gets theUriInfo- 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 anODataContext- Returns:
- context
-