| Package | Description |
|---|---|
| org.finra.herd.sdk.api | |
| org.finra.herd.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagApi.tagCreateTag(TagCreateRequest tagCreateRequest)
createTag
Creates a new tag.
|
Tag |
TagApi.tagDeleteTag(String tagTypeCode,
String tagCode)
deleteTag
Deletes an existing tag.
|
Tag |
TagApi.tagGetTag(String tagTypeCode,
String tagCode)
getTag
Gets an existing tag.
|
Tag |
TagApi.tagUpdateTag(String tagTypeCode,
String tagCode,
TagUpdateRequest tagUpdateRequest)
updateTag
Updates an existing tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagSearchResponse.getTags()
An ordered list of tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagSearchResponse.setTags(List<Tag> tags) |
Copyright © 2017. All rights reserved.