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