| Constructor and Description |
|---|
BulkLookupQuery() |
| Modifier and Type | Method and Description |
|---|---|
File |
getInputFile()
Gets the file associated with a lookup query
|
List<org.apache.http.NameValuePair> |
getParameters() |
BulkLookupQuery |
withCountryCode(String cc)
Limits results to products of the geography with this code.
|
BulkLookupQuery |
withInputFile(File file)
Accepts jsonlines file to send for bulk lookup
|
public BulkLookupQuery withInputFile(File file) throws IOException
file - - The file object being passed as a part of the requestIOExceptionpublic BulkLookupQuery withCountryCode(String cc)
cc - - The country code a String valuepublic File getInputFile()
public List<org.apache.http.NameValuePair> getParameters()
getParameters in interface QueryCopyright © 2017. All rights reserved.