public class BatchDocumentCollection extends GenericModel
DocumentConversion| Constructor and Description |
|---|
BatchDocumentCollection() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchDocument> |
getDocuments()
Returns the batch documents in the store.
|
List<Link> |
getLinks()
Returns the link to the batch documents.
|
void |
setDocuments(List<BatchDocument> documents)
Sets the batch documents in the store.
|
void |
setLinks(List<Link> links)
Sets the links to the batch documents.
|
equals, hashCode, toStringpublic List<BatchDocument> getDocuments()
public void setDocuments(List<BatchDocument> documents)
documents - the new documentsCopyright © 2015. All rights reserved.