public static class CatalogQuerySet.Builder extends Object
CatalogQuerySet.| Constructor and Description |
|---|
Builder(String attributeName,
List<String> attributeValues)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogQuerySet.Builder |
attributeName(String attributeName)
Setter for attributeName.
|
CatalogQuerySet.Builder |
attributeValues(List<String> attributeValues)
Setter for attributeValues.
|
CatalogQuerySet |
build()
Builds a new
CatalogQuerySet object using the set fields. |
public CatalogQuerySet.Builder attributeName(String attributeName)
attributeName - String value for attributeName.public CatalogQuerySet.Builder attributeValues(List<String> attributeValues)
attributeValues - List of String value for attributeValues.public CatalogQuerySet build()
CatalogQuerySet object using the set fields.CatalogQuerySetCopyright © 2022. All rights reserved.