Return a request whose parameters are taken from this object and that has the given id.
id
@override Request toRequest(String id) { return Request(id, 'analysis.setContextRoots', toJson()); }