| Constructor and Description |
|---|
ProductDetailsQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMpid() |
List<org.apache.http.NameValuePair> |
getParameters() |
ProductDetailsQuery |
withCountryCode(String cc)
Limits results to products of the geography with this code.
|
ProductDetailsQuery |
withMpid(String mpid)
The Indix product identifier - should be a 32-digit HEX value retrieved via the Product Search API
|
ProductDetailsQuery |
withPageNumber(int pageNumber)
The page number of the result set to return.
|
ProductDetailsQuery |
withStoreId(int storeId)
Limits results to offers from this store
|
public ProductDetailsQuery withCountryCode(String cc)
public ProductDetailsQuery withMpid(String mpid)
public ProductDetailsQuery withStoreId(int storeId)
public ProductDetailsQuery withPageNumber(int pageNumber)
public String getMpid()
public List<org.apache.http.NameValuePair> getParameters()
getParameters in interface QueryCopyright © 2017. All rights reserved.