Class ODataServiceDocumentRequestImpl.ODataServiceResponseImpl
java.lang.Object
org.apache.olingo.client.core.communication.response.AbstractODataResponse
AbstractODataRetrieveRequest<ClientServiceDocument>.AbstractODataRetrieveResponse
org.apache.olingo.client.core.communication.request.retrieve.ODataServiceDocumentRequestImpl.ODataServiceResponseImpl
- All Implemented Interfaces:
ODataResponse,ODataRetrieveResponse<ClientServiceDocument>
- Enclosing class:
- ODataServiceDocumentRequestImpl
protected class ODataServiceDocumentRequestImpl.ODataServiceResponseImpl
extends AbstractODataRetrieveRequest<ClientServiceDocument>.AbstractODataRetrieveResponse
Response class about an ODataServiceDocumentRequest.
-
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
Description copied from interface:ODataRetrieveResponseGets query result objects.- Specified by:
getBodyin interfaceODataRetrieveResponse<ClientServiceDocument>- Specified by:
getBodyin classAbstractODataRetrieveRequest<ClientServiceDocument>.AbstractODataRetrieveResponse- Returns:
- query result objects.
-