| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
AllowedAttributeValuesInformation |
ObjectFactory.createAllowedAttributeValuesInformation()
Create an instance of
AllowedAttributeValuesInformation |
| Modifier and Type | Method and Description |
|---|---|
AllowedAttributeValuesInformation |
AllowedAttributeValueRestController.createAllowedAttributeValues(AllowedAttributeValuesCreateRequest request)
Creates a list of allowed attribute values for an existing attribute value list.
|
AllowedAttributeValuesInformation |
AllowedAttributeValueRestController.deleteAllowedAttributeValues(AllowedAttributeValuesDeleteRequest request)
Deletes specified allowed attribute values from an existing attribute value list.
|
AllowedAttributeValuesInformation |
AllowedAttributeValueRestController.getAllowedAttributeValues(String namespace,
String attributeValueListName)
Retrieves a range of existing allowed attribute values.
|
| Modifier and Type | Method and Description |
|---|---|
AllowedAttributeValuesInformation |
AllowedAttributeValueService.createAllowedAttributeValues(AllowedAttributeValuesCreateRequest allowedAttributeValuesCreateRequest)
Creates allowed attribute values for the specified key
|
AllowedAttributeValuesInformation |
AllowedAttributeValueService.deleteAllowedAttributeValues(AllowedAttributeValuesDeleteRequest allowedAttributeValuesDeleteRequest)
Deletes an existing list of allowed attributes values by key.
|
AllowedAttributeValuesInformation |
AllowedAttributeValueService.getAllowedAttributeValues(AttributeValueListKey attributeValueListKey)
Retrieves an existing the allowed attribute value by key.
|
| Modifier and Type | Method and Description |
|---|---|
AllowedAttributeValuesInformation |
AllowedAttributeValueServiceImpl.createAllowedAttributeValues(AllowedAttributeValuesCreateRequest request)
Creates a list of allowed attribute values for an existing attribute value list key.
|
AllowedAttributeValuesInformation |
AllowedAttributeValueServiceImpl.deleteAllowedAttributeValues(AllowedAttributeValuesDeleteRequest request)
Deletes specified allowed attribute values from an existing attribute value list which is identified by name.
|
AllowedAttributeValuesInformation |
AllowedAttributeValueServiceImpl.getAllowedAttributeValues(AttributeValueListKey attributeValueListKey)
Retrieves existing allowed attribute values based on the specified key
|
Copyright © 2021. All rights reserved.