public static class CatalogQueryRange.Builder extends Object
CatalogQueryRange.| Constructor and Description |
|---|
Builder(String attributeName)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogQueryRange.Builder |
attributeMaxValue(Long attributeMaxValue)
Setter for attributeMaxValue.
|
CatalogQueryRange.Builder |
attributeMinValue(Long attributeMinValue)
Setter for attributeMinValue.
|
CatalogQueryRange.Builder |
attributeName(String attributeName)
Setter for attributeName.
|
CatalogQueryRange |
build()
Builds a new
CatalogQueryRange object using the set fields. |
public Builder(String attributeName)
attributeName - String value for attributeName.public CatalogQueryRange.Builder attributeName(String attributeName)
attributeName - String value for attributeName.public CatalogQueryRange.Builder attributeMinValue(Long attributeMinValue)
attributeMinValue - Long value for attributeMinValue.public CatalogQueryRange.Builder attributeMaxValue(Long attributeMaxValue)
attributeMaxValue - Long value for attributeMaxValue.public CatalogQueryRange build()
CatalogQueryRange object using the set fields.CatalogQueryRangeCopyright © 2022. All rights reserved.