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