Class DatasetsWebService.PublicationsUpdateRequest

java.lang.Object
ubic.gemma.rest.DatasetsWebService.PublicationsUpdateRequest
Enclosing class:
DatasetsWebService

public static class DatasetsWebService.PublicationsUpdateRequest extends Object
Request body for DatasetsWebService.updateDatasetPublications(DatasetArg, DatasetsWebService.PublicationsUpdateRequest). Publications are addressed by DatasetsWebService.PublicationEntry (PubMed id or DOI, plus the evidence for the claim); primaryPublication may be null (clears the primary), otherRelevantPublications may be an empty list (clears the other-relevant set), and rejectedPublications records the papers ruled out for this dataset. Symmetric with the DatasetsWebService.getDatasetAllPublications(DatasetArg, Boolean) read, which returns full DatasetPublicationValueObjects (the identifier is on each VO's pubAccession, the evidence under association).
Author:
tesarst