public interface TagTypeService
| Modifier and Type | Method and Description |
|---|---|
TagType |
createTagType(TagTypeCreateRequest request)
Creates a new tag type.
|
TagType |
deleteTagType(TagTypeKey tagTypeKey)
Deletes a tag type.
|
TagType |
getTagType(TagTypeKey tagTypeKey)
Retrieve a tag type.
|
TagTypeKeys |
getTagTypes()
Retrieves a list of tag type keys.
|
TagTypeSearchResponse |
searchTagTypes(TagTypeSearchRequest request,
Set<String> fields)
Retrieves all tag types existing in the system.
|
TagType |
updateTagType(TagTypeKey tagTypeKey,
TagTypeUpdateRequest request)
Updates a tag type.
|
TagType createTagType(TagTypeCreateRequest request)
request - the tag type create requestTagType deleteTagType(TagTypeKey tagTypeKey)
tagTypeKey - the tag type keyTagType getTagType(TagTypeKey tagTypeKey)
tagTypeKey - the tag type keyTagTypeKeys getTagTypes()
TagTypeSearchResponse searchTagTypes(TagTypeSearchRequest request, Set<String> fields)
request - the tag type search request. The request does not take any search keys or filtersfields - the field options for the tag type search responseTagType updateTagType(TagTypeKey tagTypeKey, TagTypeUpdateRequest request)
request - the tag type update requestCopyright © 2021. All rights reserved.