Class DatasetsWebService.ResponseDataObjectListBioAssayValueObject
java.lang.Object
ubic.gemma.rest.util.ResponseDataObject<List<BioAssayValueObject>>
ubic.gemma.rest.DatasetsWebService.ResponseDataObjectListBioAssayValueObject
- Enclosing class:
DatasetsWebService
public static class DatasetsWebService.ResponseDataObjectListBioAssayValueObject
extends ResponseDataObject<List<BioAssayValueObject>>
Legacy-mode response shape for
DatasetsWebService.getDatasetSamples(DatasetArg, QuantitationTypeArg, boolean, CursorArg, LimitArg, ExcludeArg, boolean). Exists solely to bind the data
type argument so the OpenAPI generator emits the full BioAssayValueObject structure; a raw
ResponseDataObject.class reference in the oneOf erases it to an untyped object.- Author:
- tesarst
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class ResponseDataObject
addWarnings, getData, getWarnings
-
Constructor Details
-
ResponseDataObjectListBioAssayValueObject
-