public static class CatalogCustomAttributeDefinition.Builder extends Object
CatalogCustomAttributeDefinition.| Constructor and Description |
|---|
Builder(String type,
String name,
List<String> allowedObjectTypes)
Initialization constructor.
|
public CatalogCustomAttributeDefinition.Builder type(String type)
type - String value for type.public CatalogCustomAttributeDefinition.Builder name(String name)
name - String value for name.public CatalogCustomAttributeDefinition.Builder allowedObjectTypes(List<String> allowedObjectTypes)
allowedObjectTypes - List of String value for allowedObjectTypes.public CatalogCustomAttributeDefinition.Builder description(String description)
description - String value for description.public CatalogCustomAttributeDefinition.Builder sourceApplication(SourceApplication sourceApplication)
sourceApplication - SourceApplication value for sourceApplication.public CatalogCustomAttributeDefinition.Builder sellerVisibility(String sellerVisibility)
sellerVisibility - String value for sellerVisibility.public CatalogCustomAttributeDefinition.Builder appVisibility(String appVisibility)
appVisibility - String value for appVisibility.public CatalogCustomAttributeDefinition.Builder stringConfig(CatalogCustomAttributeDefinitionStringConfig stringConfig)
stringConfig - CatalogCustomAttributeDefinitionStringConfig value for
stringConfig.public CatalogCustomAttributeDefinition.Builder numberConfig(CatalogCustomAttributeDefinitionNumberConfig numberConfig)
numberConfig - CatalogCustomAttributeDefinitionNumberConfig value for
numberConfig.public CatalogCustomAttributeDefinition.Builder selectionConfig(CatalogCustomAttributeDefinitionSelectionConfig selectionConfig)
selectionConfig - CatalogCustomAttributeDefinitionSelectionConfig value for
selectionConfig.public CatalogCustomAttributeDefinition.Builder customAttributeUsageCount(Integer customAttributeUsageCount)
customAttributeUsageCount - Integer value for customAttributeUsageCount.public CatalogCustomAttributeDefinition.Builder key(String key)
key - String value for key.public CatalogCustomAttributeDefinition build()
CatalogCustomAttributeDefinition object using the set fields.CatalogCustomAttributeDefinitionCopyright © 2022. All rights reserved.