Interface ODataInvokeResponse<T extends ClientInvokeResult>
- Type Parameters:
T
- the actual invoke result
- All Superinterfaces:
ODataResponse
This class implements a response to a specific invoke request.
-
Method Summary
Methods inherited from interface org.apache.olingo.client.api.communication.response.ODataResponse
close, getContentType, getETag, getHeader, getHeaderNames, getRawResponse, getStatusCode, getStatusMessage, initFromBatch, initFromEnclosedPart, initFromHttpResponse
-
Method Details
-
getBody
T getBody()Gets operation return value if exists.- Returns:
- operation return value.
-