TwinParser.updateTags(Map<String, Object> tagsMap) 方法
定义
Update the `tags` information in the collection, and return a string with a json that contains a sub-collection of added tags, or tags with new value.
public String updateTags(Map<String, Object> tagsMap)
参数
- tagsMap
- Map<String, Object>
- Map of `tags` to change the collection.
返回
String
Json with added or changed tags
例外
IllegalArgumentException
This exception is thrown if the tags in the map do not fits the requirements.
IOException
This exception is thrown if tags the is not enabled.