Class DatasetsWebService.CurationDecisionRequest

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

public static class DatasetsWebService.CurationDecisionRequest extends Object
Author:
tesarst
  • Field Details

    • decision

      public String decision
    • scope

      public String scope
    • decisionKey

      @Nullable public String decisionKey
      WHAT was ruled on, in your own terms -- not which proposed item was in front of the curator. Required except for scope `proposal`.
    • annotationSetId

      @Nullable public Long annotationSetId
      The proposal answered. Required for scope `proposal`, optional otherwise.
    • reason

      public String reason
      Why. REQUIRED -- a refusal has no other content. Free text.
    • judgeKind

      @Nullable public String judgeKind
  • Constructor Details

    • CurationDecisionRequest

      public CurationDecisionRequest()