| Package | Description |
|---|---|
| org.finra.herd.sdk.api | |
| org.finra.herd.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
TagType |
TagTypeApi.tagTypeCreateTagType(TagTypeCreateRequest tagTypeCreateRequest)
createTagType
Creates a new tag type.
|
TagType |
TagTypeApi.tagTypeDeleteTagType(String tagTypeCode)
deleteTagType
Deletes an existing tag type by tag type code.
|
TagType |
TagTypeApi.tagTypeGetTagType(String tagTypeCode)
getTagType
Gets an existing tag type by tag type code.
|
TagType |
TagTypeApi.tagTypeUpdateTagType(String tagTypeCode,
TagTypeUpdateRequest tagTypeUpdateRequest)
updateTagType
Updates an existing tag type.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagType> |
TagTypeSearchResponse.getTagTypes()
An ordered list of tag types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagTypeSearchResponse.setTagTypes(List<TagType> tagTypes) |
Copyright © 2017. All rights reserved.