Class CreateProjectsOperation

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation<ProjectCreation>
ch.ethz.sis.openbis.generic.asapi.v3.dto.project.create.CreateProjectsOperation
All Implemented Interfaces:
IOperation, Serializable

@JsonObject("as.dto.project.create.CreateProjectsOperation") public class CreateProjectsOperation extends CreateObjectsOperation<ProjectCreation>
See Also:
  • Constructor Details

    • CreateProjectsOperation

      public CreateProjectsOperation(ProjectCreation... creations)
    • CreateProjectsOperation

      public CreateProjectsOperation(List<ProjectCreation> creations)