public class CatalogCustomAttributeDefinitionSelectionConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogCustomAttributeDefinitionSelectionConfig.Builder
Class to build instances of
CatalogCustomAttributeDefinitionSelectionConfig. |
| Constructor and Description |
|---|
CatalogCustomAttributeDefinitionSelectionConfig(Integer maxAllowedSelections,
List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection> allowedSelections)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection> |
getAllowedSelections()
Getter for AllowedSelections.
|
Integer |
getMaxAllowedSelections()
Getter for MaxAllowedSelections.
|
int |
hashCode() |
CatalogCustomAttributeDefinitionSelectionConfig.Builder |
toBuilder()
Builds a new
CatalogCustomAttributeDefinitionSelectionConfig.Builder object. |
String |
toString()
Converts this CatalogCustomAttributeDefinitionSelectionConfig into string format.
|
public CatalogCustomAttributeDefinitionSelectionConfig(Integer maxAllowedSelections, List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection> allowedSelections)
maxAllowedSelections - Integer value for maxAllowedSelections.allowedSelections - List of
CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection value for
allowedSelections.public Integer getMaxAllowedSelections()
public List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection> getAllowedSelections()
public String toString()
public CatalogCustomAttributeDefinitionSelectionConfig.Builder toBuilder()
CatalogCustomAttributeDefinitionSelectionConfig.Builder object.
Creates the instance with the state of the current model.CatalogCustomAttributeDefinitionSelectionConfig.Builder objectCopyright © 2022. All rights reserved.