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 Details

    • UpdateTagsOperation

      public UpdateTagsOperation(TagUpdate... updates)
    • UpdateTagsOperation

      public UpdateTagsOperation(List<TagUpdate> updates)