| Modifier and Type | Method and Description |
|---|---|
Tag |
AssetConsumerTaggingInterface.getTag(String userId,
String guid)
Return the tag for the supplied unique identifier (guid).
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
AssetConsumerTaggingInterface.getTagsByName(String userId,
String tag,
int startFrom,
int pageSize)
Return the list of tags matching the supplied name.
|
| Constructor and Description |
|---|
Tag(Tag template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagResponse.getTag()
Return the Tag object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagListResponse.getTags()
Return the list of glossary terms in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResponse.setTag(Tag tag)
Set up the Tag object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagListResponse.setTags(List<Tag> tags)
Set up the list of glossary terms for the response.
|
Copyright © 2018–2019 ODPi. All rights reserved.