Uses of Class
com.factual.driver.CrosswalkQuery

Packages that use CrosswalkQuery
com.factual.driver   
 

Uses of CrosswalkQuery in com.factual.driver
 

Methods in com.factual.driver that return CrosswalkQuery
 CrosswalkQuery CrosswalkQuery.factualId(String factualId)
          Adds the specified Factual ID to this Query.
 CrosswalkQuery CrosswalkQuery.limit(int limit)
          Adds the specified limit to this Query.
 CrosswalkQuery CrosswalkQuery.namespace(String namespace)
          The namespace to search for a third party ID within.
 CrosswalkQuery CrosswalkQuery.namespaceId(String namespaceId)
          The id used by a third party to identify a place.
 CrosswalkQuery CrosswalkQuery.only(String... namespaces)
          Restricts the results to only return ids for the specified namespace(s).
 

Methods in com.factual.driver with parameters of type CrosswalkQuery
 List<Crosswalk> Factual.crosswalks(String table, CrosswalkQuery query)
          Convenience method to return Crosswalks for the specific query.
 CrosswalkResponse Factual.fetch(String tableName, CrosswalkQuery query)
          Query's Factual for the Crosswalk data matching the specified query.
 



Copyright © 2012. All Rights Reserved.