public interface AttributeValueListService
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
createAttributeValueList(AttributeValueListCreateRequest request)
Creates a new attribute value list.
|
AttributeValueList |
deleteAttributeValueList(AttributeValueListKey attributeValueListKey)
Deletes an existing attribute value list by key.
|
AttributeValueList |
getAttributeValueList(AttributeValueListKey attributeValueListKey)
Gets an existing attribute value list by key.
|
AttributeValueListKeys |
getAttributeValueLists()
Gets a list of keys for all attribute value lists registered in the system that user has access to.
|
AttributeValueList createAttributeValueList(AttributeValueListCreateRequest request)
request - the information needed to create an attribute value listAttributeValueList deleteAttributeValueList(AttributeValueListKey attributeValueListKey)
attributeValueListKey - the attribute value list keyAttributeValueList getAttributeValueList(AttributeValueListKey attributeValueListKey)
attributeValueListKey - the attribute value list keyAttributeValueListKeys getAttributeValueLists()
Copyright © 2021. All rights reserved.