Interface ODataRetrieveResponse<T>
- All Superinterfaces:
ODataResponse
This class implements a response to a specific query request.
- See Also:
-
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 query result objects.- Returns:
- query result objects.
-