| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogCustomAttributeDefinitionSelectionConfig |
CatalogCustomAttributeDefinitionSelectionConfig.Builder.build()
Builds a new
CatalogCustomAttributeDefinitionSelectionConfig object using the set
fields. |
CatalogCustomAttributeDefinitionSelectionConfig |
CatalogCustomAttributeDefinition.getSelectionConfig()
Getter for SelectionConfig.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogCustomAttributeDefinition.Builder |
CatalogCustomAttributeDefinition.Builder.selectionConfig(CatalogCustomAttributeDefinitionSelectionConfig selectionConfig)
Setter for selectionConfig.
|
| Constructor and Description |
|---|
CatalogCustomAttributeDefinition(String type,
String name,
List<String> allowedObjectTypes,
String description,
SourceApplication sourceApplication,
String sellerVisibility,
String appVisibility,
CatalogCustomAttributeDefinitionStringConfig stringConfig,
CatalogCustomAttributeDefinitionNumberConfig numberConfig,
CatalogCustomAttributeDefinitionSelectionConfig selectionConfig,
Integer customAttributeUsageCount,
String key)
Initialization constructor.
|
Copyright © 2022. All rights reserved.