| Package | Description |
|---|---|
| com.indix.query |
| Modifier and Type | Method and Description |
|---|---|
static ApiParameters.PriceChange |
ApiParameters.PriceChange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiParameters.PriceChange[] |
ApiParameters.PriceChange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchQuery |
BulkProductsQuery.withPriceChange(ApiParameters.PriceChange priceChange)
Limits results to products whose prices have been increased or decreased.
|
SearchQuery |
SearchQuery.withPriceChange(ApiParameters.PriceChange priceChange)
Limits results to products whose prices have been increased or decreased.
|
Copyright © 2017. All rights reserved.