Interface ODataInvokeRequest<T extends ClientInvokeResult>
- Type Parameters:
T
- the actual invoke result
- All Superinterfaces:
ODataBasicRequest<ODataInvokeResponse<T>>
,ODataRequest
public interface ODataInvokeRequest<T extends ClientInvokeResult>
extends ODataBasicRequest<ODataInvokeResponse<T>>
This class implements an OData invoke operation request.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setParameters
(Map<String, ClientValue> parameters) Sets operation parameters.Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
asyncExecute, execute, setFormat
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
-
setParameters
Sets operation parameters.- Parameters:
parameters
- operation parameters.
-