Class DatasetsWebService.CurationDocument
java.lang.Object
ubic.gemma.rest.DatasetsWebService.CurationDocument
- Enclosing class:
DatasetsWebService
The whole desired curation state for one dataset (CAB's
CurationDocument). Any section left
null is untouched. All six sections apply: basics, publications, design,
tags, sampleCharacteristics, and curationDetails (note only — troubled /
needsAttention are 400 here and go through the ticket endpoints).- Author:
- tesarst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRun()getTags()voidvoidvoidvoidvoidsetPublications(DatasetsWebService.CurationPublications publications) voidvoidsetReasonCode(String reasonCode) voidvoidsetSampleCharacteristics(DatasetsWebService.Section<DatasetsWebService.SampleCharacteristicCommit> n) void
-
Constructor Details
-
CurationDocument
public CurationDocument()
-
-
Method Details
-
getBaseline
-
setBaseline
-
getBasics
-
setBasics
-
getPublications
-
setPublications
-
getDesign
-
setDesign
-
getTags
-
setTags
-
getSampleCharacteristics
@Nullable public DatasetsWebService.Section<DatasetsWebService.SampleCharacteristicCommit> getSampleCharacteristics() -
setSampleCharacteristics
public void setSampleCharacteristics(@Nullable DatasetsWebService.Section<DatasetsWebService.SampleCharacteristicCommit> n) -
getCurationDetails
-
setCurationDetails
-
getRun
-
setRun
-
getReason
-
setReason
-
getReasonCode
-
setReasonCode
-