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