public class CreateDocumentOptions
extends java.lang.Object
| Constructor and Description |
|---|
CreateDocumentOptions() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addOptions(org.json.JSONObject body) |
CreateDocumentOptions |
setBatchId(java.lang.String batchId) |
CreateDocumentOptions |
setConsentId(java.lang.String consentId) |
CreateDocumentOptions |
setGroundTruth(org.json.JSONArray groundTruth) |
org.json.JSONObject |
toJson() |
public CreateDocumentOptions setConsentId(java.lang.String consentId)
public CreateDocumentOptions setBatchId(java.lang.String batchId)
public CreateDocumentOptions setGroundTruth(org.json.JSONArray groundTruth)
public org.json.JSONObject addOptions(org.json.JSONObject body)
public org.json.JSONObject toJson()