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