Interface ODataMediaEntityCreateResponse<E extends ClientEntity>
- Type Parameters:
E
- concrete ODataEntity implementation
- All Superinterfaces:
ODataResponse
This class implements the response to an OData media entity create 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
E getBody()Gets created object.- Returns:
- created object.
-