writeContent(edm, new HttpPatch(createUri(resourcePath, null)), uriInfo, data, responseHandler);
}
@Override
public <T> void merge(Edm edm, String resourcePath, Object data, Olingo2ResponseHandler<T> responseHandler) {
final UriInfoImpl uriInfo = parseUri(edm, resourcePath, null);
writeContent(edm, new HttpMerge(createUri(resourcePath, null)), uriInfo, data, responseHandler);
}