22232425262728
* the path to run the request against * @param params * the parameters to send with the request */ public void addQuery(String queryName, String path, Map<String, Object> params) { queries.put(queryName, new RawReadRequest(path, params)); }
24252627282930