Class UpdateSampleTypesOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.UpdateObjectsOperation<SampleTypeUpdate>
ch.ethz.sis.openbis.generic.asapi.v3.dto.sample.update.UpdateSampleTypesOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.sample.update.UpdateSampleTypesOperation")
public class UpdateSampleTypesOperation
extends UpdateObjectsOperation<SampleTypeUpdate>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateSampleTypesOperation(SampleTypeUpdate... updates) UpdateSampleTypesOperation(List<SampleTypeUpdate> updates) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.UpdateObjectsOperation
getMessage, getUpdates, toString
-
Constructor Details
-
UpdateSampleTypesOperation
-
UpdateSampleTypesOperation
-