| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<Tag> |
TagSearchResponse.tags |
| Modifier and Type | Method and Description |
|---|---|
Tag |
ObjectFactory.createTag()
Create an instance of
Tag |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagSearchResponse.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagSearchResponse.setTags(List<Tag> tags) |
| Constructor and Description |
|---|
TagSearchResponse(List<Tag> tags)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagRestController.createTag(TagCreateRequest tagCreateRequest)
Creates a new tag.
|
Tag |
TagRestController.deleteTag(String tagTypeCode,
String tagCode)
Deletes an existing tag.
|
Tag |
TagRestController.getTag(String tagTypeCode,
String tagCode)
Gets an existing tag.
|
Tag |
TagRestController.updateTag(String tagTypeCode,
String tagCode,
TagUpdateRequest tagUpdateRequest)
Updates an existing tag.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagService.createTag(TagCreateRequest tagCreateRequest)
Creates a new tag.
|
Tag |
TagService.deleteTag(TagKey tagKey)
Deletes an existing tag.
|
Tag |
TagService.getTag(TagKey tagKey)
Retrieves an existing tag.
|
Tag |
TagService.updateTag(TagKey tagKey,
TagUpdateRequest tagUpdateRequest)
Updates an existing tag.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagServiceImpl.createTag(TagCreateRequest request) |
Tag |
TagServiceImpl.deleteTag(TagKey tagKey) |
Tag |
TagServiceImpl.getTag(TagKey tagKey) |
Tag |
TagServiceImpl.updateTag(TagKey tagKey,
TagUpdateRequest tagUpdateRequest) |
Copyright © 2021. All rights reserved.