public static class CatalogCustomAttributeValue.Builder extends Object
CatalogCustomAttributeValue.| Constructor and Description |
|---|
Builder() |
public CatalogCustomAttributeValue.Builder name(String name)
name - String value for name.public CatalogCustomAttributeValue.Builder unsetName()
public CatalogCustomAttributeValue.Builder stringValue(String stringValue)
stringValue - String value for stringValue.public CatalogCustomAttributeValue.Builder unsetStringValue()
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 unsetNumberValue()
public CatalogCustomAttributeValue.Builder booleanValue(Boolean booleanValue)
booleanValue - Boolean value for booleanValue.public CatalogCustomAttributeValue.Builder unsetBooleanValue()
public CatalogCustomAttributeValue.Builder selectionUidValues(List<String> selectionUidValues)
selectionUidValues - List of String value for selectionUidValues.public CatalogCustomAttributeValue.Builder unsetSelectionUidValues()
public CatalogCustomAttributeValue.Builder key(String key)
key - String value for key.public CatalogCustomAttributeValue build()
CatalogCustomAttributeValue object using the set fields.CatalogCustomAttributeValueCopyright © 2023. All rights reserved.