public class CreateDocumentOptions extends Options
| 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) |
CreateDocumentOptions |
setRetentionInDays(java.lang.Integer retentionInDays) |
public CreateDocumentOptions setConsentId(java.lang.String consentId)
public CreateDocumentOptions setBatchId(java.lang.String batchId)
public CreateDocumentOptions setGroundTruth(org.json.JSONArray groundTruth)
public CreateDocumentOptions setRetentionInDays(java.lang.Integer retentionInDays)
public org.json.JSONObject addOptions(org.json.JSONObject body)
addOptions in class Options