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