|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.factual.driver.CrosswalkQuery
public class CrosswalkQuery
Represents a Factual Crosswalk query.
| Constructor Summary | |
|---|---|
CrosswalkQuery()
|
|
| Method Summary | |
|---|---|
CrosswalkQuery |
factualId(String factualId)
Adds the specified Factual ID to this Query. |
CrosswalkQuery |
limit(int limit)
Adds the specified limit to this Query. |
CrosswalkQuery |
namespace(String namespace)
The namespace to search for a third party ID within. |
CrosswalkQuery |
namespaceId(String namespaceId)
The id used by a third party to identify a place. |
CrosswalkQuery |
only(String... namespaces)
Restricts the results to only return ids for the specified namespace(s). |
protected String |
toUrlQuery()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrosswalkQuery()
| Method Detail |
|---|
public CrosswalkQuery factualId(String factualId)
factualId - a unique Factual ID.
public CrosswalkQuery limit(int limit)
factualId - a unique Factual ID.
public CrosswalkQuery namespace(String namespace)
namespace - The namespace to search for a third party ID within.
public CrosswalkQuery namespaceId(String namespaceId)
You must also supply namespace via namespace(String).
namespaceId - The id used by a third party to identify a place.
public CrosswalkQuery only(String... namespaces)
protected String toUrlQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||