Interface ODataPropertyUpdateResponse
- All Superinterfaces:
ODataResponse
This class implements the response to an OData update entity property 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
ClientProperty getBody()Gets updated object.- Returns:
- updated object.
-