public static class CatalogCustomAttributeValue.Builder extends Object
CatalogCustomAttributeValue.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CatalogCustomAttributeValue.Builder |
booleanValue(Boolean booleanValue)
Setter for booleanValue.
|
CatalogCustomAttributeValue |
build()
Builds a new
CatalogCustomAttributeValue object using the set fields. |
CatalogCustomAttributeValue.Builder |
customAttributeDefinitionId(String customAttributeDefinitionId)
Setter for customAttributeDefinitionId.
|
CatalogCustomAttributeValue.Builder |
key(String key)
Setter for key.
|
CatalogCustomAttributeValue.Builder |
name(String name)
Setter for name.
|
CatalogCustomAttributeValue.Builder |
numberValue(String numberValue)
Setter for numberValue.
|
CatalogCustomAttributeValue.Builder |
selectionUidValues(List<String> selectionUidValues)
Setter for selectionUidValues.
|
CatalogCustomAttributeValue.Builder |
stringValue(String stringValue)
Setter for stringValue.
|
CatalogCustomAttributeValue.Builder |
type(String type)
Setter for type.
|
public CatalogCustomAttributeValue.Builder name(String name)
name - String value for name.public CatalogCustomAttributeValue.Builder stringValue(String stringValue)
stringValue - String value for stringValue.public CatalogCustomAttributeValue.Builder customAttributeDefinitionId(String customAttributeDefinitionId)
customAttributeDefinitionId - String value for customAttributeDefinitionId.public CatalogCustomAttributeValue.Builder type(String type)
type - String value for type.public CatalogCustomAttributeValue.Builder numberValue(String numberValue)
numberValue - String value for numberValue.public CatalogCustomAttributeValue.Builder booleanValue(Boolean booleanValue)
booleanValue - Boolean value for booleanValue.public CatalogCustomAttributeValue.Builder selectionUidValues(List<String> selectionUidValues)
selectionUidValues - List of String value for selectionUidValues.public CatalogCustomAttributeValue.Builder key(String key)
key - String value for key.public CatalogCustomAttributeValue build()
CatalogCustomAttributeValue object using the set fields.CatalogCustomAttributeValueCopyright © 2022. All rights reserved.