| 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<TagType> |
TagTypeSearchResponse.tagTypes |
| Modifier and Type | Method and Description |
|---|---|
TagType |
ObjectFactory.createTagType()
Create an instance of
TagType |
| Modifier and Type | Method and Description |
|---|---|
List<TagType> |
TagTypeSearchResponse.getTagTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagTypeSearchResponse.setTagTypes(List<TagType> tagTypes) |
| Constructor and Description |
|---|
TagTypeSearchResponse(List<TagType> tagTypes)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
TagType |
TagTypeRestController.createTagType(TagTypeCreateRequest request)
Creates a new tag type.
|
TagType |
TagTypeRestController.deleteTagType(String tagTypeCode)
Deletes an existing tag type by tag type code.
|
TagType |
TagTypeRestController.getTagType(String tagTypeCode)
Gets an existing tag type by tag type code.
|
TagType |
TagTypeRestController.updateTagType(String tagTypeCode,
TagTypeUpdateRequest request)
Updates an existing tag type.
|
| Modifier and Type | Method and Description |
|---|---|
TagType |
TagTypeService.createTagType(TagTypeCreateRequest request)
Creates a new tag type.
|
TagType |
TagTypeService.deleteTagType(TagTypeKey tagTypeKey)
Deletes a tag type.
|
TagType |
TagTypeService.getTagType(TagTypeKey tagTypeKey)
Retrieve a tag type.
|
TagType |
TagTypeService.updateTagType(TagTypeKey tagTypeKey,
TagTypeUpdateRequest request)
Updates a tag type.
|
| Modifier and Type | Method and Description |
|---|---|
TagType |
TagTypeServiceImpl.createTagType(TagTypeCreateRequest request) |
TagType |
TagTypeServiceImpl.deleteTagType(TagTypeKey tagTypeKey) |
TagType |
TagTypeServiceImpl.getTagType(TagTypeKey tagTypeKey) |
TagType |
TagTypeServiceImpl.updateTagType(TagTypeKey tagTypeKey,
TagTypeUpdateRequest request) |
Copyright © 2019. All rights reserved.