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