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