| Modifier and Type | Method and Description |
|---|---|
Job |
DocumentConversion.getJob(String jobId)
Gets information about a job
GET /v1/jobs/{job_id}.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
JobHelper.getJob(String jobId)
Gets information about a job
GET /v1/jobs/{job_id}.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
JobCollection.getJobs()
Returns the jobs in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobCollection.setJobs(List<Job> jobs)
Sets the jobs in the collection.
|
Copyright © 2015. All rights reserved.