public class DocumentAccepted
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
DocumentAccepted.Status
Status of the document in the ingestion process. 
 | 
| Constructor and Description | 
|---|
DocumentAccepted()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDocumentId()
Gets the documentId. 
 | 
List<Notice> | 
getNotices()
Gets the notices. 
 | 
String | 
getStatus()
Gets the status. 
 | 
public String getDocumentId()
The unique identifier of the ingested document.
public String getStatus()
Status of the document in the ingestion process. A status of `processing` is returned for documents that are ingested with a *version* date before `2019-01-01`. The `pending` status is returned for all others.
Copyright © 2021 IBM Cloud. All rights reserved.