Class GetSamplesOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation<ISampleId,SampleFetchOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.sample.get.GetSamplesOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.sample.get.GetSamplesOperation")
public class GetSamplesOperation
extends GetObjectsOperation<ISampleId,SampleFetchOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetSamplesOperation(List<? extends ISampleId> ids, SampleFetchOptions fetchOptions) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation
getFetchOptions, getMessage, getObjectIds, toString
-
Constructor Details
-
GetSamplesOperation
-