Uses of Class
com.factual.driver.ResolveQuery

Packages that use ResolveQuery
com.factual.driver   
 

Uses of ResolveQuery in com.factual.driver
 

Methods in com.factual.driver that return ResolveQuery
 ResolveQuery ResolveQuery.add(String key, Object val)
           
 

Methods in com.factual.driver with parameters of type ResolveQuery
 ReadResponse Factual.fetch(String tableName, ResolveQuery query)
          Asks Factual to resolve the entity for the attributes specified by query, within the table called tableName.
 Map<String,Object> Factual.resolve(ResolveQuery query)
          Asks Factual to resolve the Places entity for the attributes specified by query.
 ReadResponse Factual.resolves(ResolveQuery query)
          Asks Factual to resolve the Places entity for the attributes specified by query.
 



Copyright © 2012. All Rights Reserved.