Package com.factual.driver.Factual

Examples of com.factual.driver.Factual.RawReadRequest


   *          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));
  }
View Full Code Here


   *          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));
  }
View Full Code Here

   *          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));
  }
View Full Code Here

TOP

Related Classes of com.factual.driver.Factual.RawReadRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.