* @see EntitySimplePropertyProcessor
*/
@Override
public ODataResponse updateEntitySimpleProperty(final PutMergePatchUriInfo uriInfo, final InputStream content,
final String requestContentType, final String contentType) throws ODataException {
throw new ODataNotImplementedException();
}