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