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 Details

    • UpdateProjectsOperation

      public UpdateProjectsOperation(ProjectUpdate... updates)
    • UpdateProjectsOperation

      public UpdateProjectsOperation(List<ProjectUpdate> updates)