Class UpdateTagsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.UpdateObjectsOperation<TagUpdate>
ch.ethz.sis.openbis.generic.asapi.v3.dto.tag.update.UpdateTagsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.tag.update.UpdateTagsOperation")
public class UpdateTagsOperation
extends UpdateObjectsOperation<TagUpdate>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateTagsOperation(TagUpdate... updates) UpdateTagsOperation(List<TagUpdate> updates) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.UpdateObjectsOperation
getMessage, getUpdates, toString
-
Constructor Details
-
UpdateTagsOperation
-
UpdateTagsOperation
-