| 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.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.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<Property> |
Batch.getProperties()
Returns the properties of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Batch.setProperties(List<Property> properties)
Sets the properties for the batch.
|
Copyright © 2015. All rights reserved.