Class ODataInvokeRequestImpl.ODataInvokeResponseImpl
java.lang.Object
org.apache.olingo.client.core.communication.response.AbstractODataResponse
org.apache.olingo.client.core.communication.request.invoke.ODataInvokeRequestImpl.ODataInvokeResponseImpl
- All Implemented Interfaces:
ODataInvokeResponse<T>,ODataResponse
- Enclosing class:
- ODataInvokeRequestImpl<T extends ClientInvokeResult>
protected class ODataInvokeRequestImpl.ODataInvokeResponseImpl
extends AbstractODataResponse
implements ODataInvokeResponse<T>
Response class about an ODataInvokeRequest.
-
Field Summary
Fields inherited from class org.apache.olingo.client.core.communication.response.AbstractODataResponse
batchInfo, hasBeenInitialized, headers, httpClient, LOG, odataClient, payload, res, statusCode, statusMessage -
Method Summary
Methods inherited from class org.apache.olingo.client.core.communication.response.AbstractODataResponse
close, closeHttpResponse, getContentType, getETag, getHeader, getHeaderNames, getRawResponse, getStatusCode, getStatusMessage, initFromBatch, initFromEnclosedPart, initFromHttpResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
Gets operation return value if exists.- Specified by:
getBodyin interfaceODataInvokeResponse<T extends ClientInvokeResult>- Returns:
- operation return value.
-