| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentConversion.uploadDocument(File document)
Uploads the document to the service with the given media type
POST /v1/documents.
|
Document |
DocumentConversion.uploadDocument(File document,
String mediaType)
Uploads the document to the service with the given media type
POST /v1/documents.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentHelper.uploadDocument(File document)
Uploads the document to the store with the given media type
POST /v1/documents.
|
Document |
DocumentHelper.uploadDocument(File document,
String mediaType)
Uploads the document to the store with the given media type
POST /v1/documents.
|
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
DocumentCollection.getDocuments()
Returns the documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentCollection.setDocuments(List<Document> documents)
Sets the documents.
|
Copyright © 2015. All rights reserved.