Interface ODataRawRequest
- All Superinterfaces:
ODataRequest
This interface represents a generic OData request.
-
Method Summary
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataRequest
addCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getHttpRequest, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArray
-
Method Details
-
setFormat
Sets accepted format.- Parameters:
format
- format.
-
execute
ODataRawResponse execute()Executes the query.- Returns:
- query response.
-