| Modifier and Type | Method and Description |
|---|---|
Batch |
DocumentConversion.createBatch(String name,
List<Property> properties)
Creates a new batch with name and properties
POST /v1/batches.
|
Batch |
DocumentConversion.getBatch(String batchId)
Gets an existing batch
GET /v1/batches/{batch_id}.
|
Batch |
DocumentConversion.updateBatch(String batchId,
String name,
List<Property> properties)
Updates an existing batch with the provided name and properties
PUT /v1/batches/{batch_id}.
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchHelper.createBatch(String name,
List<Property> properties)
Creates a new batch with name and properties
POST /v1/batches.
|
Batch |
BatchHelper.getBatch(String batchId)
Gets an existing batch
GET /v1/batches/{batch_id}.
|
Batch |
BatchHelper.updateBatch(String batchId,
String name,
List<Property> properties)
Updates an existing batch with the provided name and properties
PUT /v1/batches/{batch_id}.
|
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
BatchCollection.getBatches()
Returns the batches in the store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCollection.setBatches(List<Batch> batches)
Sets the batches in the store.
|
Copyright © 2015. All rights reserved.