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