Package net.bluemind.tag.api
Class TagChanges
java.lang.Object
net.bluemind.tag.api.TagChanges
This class is used to batch updates of a set of
Tag
using
ITags.updates(TagChanges)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionupdated itemsdeleted itemsmodified items -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TagChanges
create
(List<TagChanges.ItemAdd> add, List<TagChanges.ItemModify> modify, List<TagChanges.ItemDelete> delete) static TagChanges
empty()
-
Field Details
-
add
updated items -
modify
modified items -
delete
deleted items
-
-
Constructor Details
-
TagChanges
public TagChanges()
-
-
Method Details
-
create
public static TagChanges create(List<TagChanges.ItemAdd> add, List<TagChanges.ItemModify> modify, List<TagChanges.ItemDelete> delete) -
empty
-