public class CatalogCustomAttributeDefinitionSelectionConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogCustomAttributeDefinitionSelectionConfig.Builder
Class to build instances of
CatalogCustomAttributeDefinitionSelectionConfig. |
| Modifier | Constructor and Description |
|---|---|
|
CatalogCustomAttributeDefinitionSelectionConfig(Integer maxAllowedSelections,
List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection> allowedSelections)
Initialization constructor.
|
protected |
CatalogCustomAttributeDefinitionSelectionConfig(io.apimatic.core.types.OptionalNullable<Integer> maxAllowedSelections,
io.apimatic.core.types.OptionalNullable<List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection>> allowedSelections)
Internal 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() |
protected io.apimatic.core.types.OptionalNullable<List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection>> |
internalGetAllowedSelections()
Internal Getter for AllowedSelections.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetMaxAllowedSelections()
Internal Getter for MaxAllowedSelections.
|
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.protected CatalogCustomAttributeDefinitionSelectionConfig(io.apimatic.core.types.OptionalNullable<Integer> maxAllowedSelections, io.apimatic.core.types.OptionalNullable<List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection>> allowedSelections)
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetMaxAllowedSelections()
public Integer getMaxAllowedSelections()
protected io.apimatic.core.types.OptionalNullable<List<CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection>> internalGetAllowedSelections()
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 © 2023. All rights reserved.