Class CreateExperimentsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation<ExperimentCreation>
ch.ethz.sis.openbis.generic.asapi.v3.dto.experiment.create.CreateExperimentsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.experiment.create.CreateExperimentsOperation")
public class CreateExperimentsOperation
extends CreateObjectsOperation<ExperimentCreation>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateExperimentsOperation(ExperimentCreation... creations) CreateExperimentsOperation(List<ExperimentCreation> creations) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation
getCreations, getMessage, toString
-
Constructor Details
-
CreateExperimentsOperation
-
CreateExperimentsOperation
-