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