| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.document_conversion.v1.model |
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
OutputCollection.getLinks()
Returns the links to the output in the collection.
|
List<Link> |
Output.getLinks()
Returns the links to the outputs in the collection.
|
List<Link> |
JobResponse.getLinks()
Returns the links to the job.
|
List<Link> |
JobCollection.getLinks()
Returns the links to the jobs in the collection.
|
List<Link> |
Job.getLinks()
Returns the links to the jobs.
|
List<Link> |
DocumentCollection.getLinks()
Returns the links to the documents.
|
List<Link> |
Document.getLinks()
Returns the links to the document.
|
List<Link> |
BatchDocumentCollection.getLinks()
Returns the link to the batch documents.
|
List<Link> |
BatchDocument.getLinks()
Returns the link to the batch document.
|
List<Link> |
BatchCollection.getLinks()
Returns the links to the batches.
|
List<Link> |
Batch.getLinks()
Returns the links to the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputCollection.setLinks(List<Link> links)
Sets the links to the output in the collection.
|
void |
Output.setLinks(List<Link> links)
Sets the links to the outputs in the collection.
|
void |
JobResponse.setLinks(List<Link> links)
Sets the links for the jobs.
|
void |
JobCollection.setLinks(List<Link> links)
Sets the links to the jobs in the collection.
|
void |
Job.setLinks(List<Link> links)
Sets the links to the jobs.
|
void |
DocumentCollection.setLinks(List<Link> links)
Sets the links to the documents.
|
void |
Document.setLinks(List<Link> links)
Sets the links to the document.
|
void |
BatchDocumentCollection.setLinks(List<Link> links)
Sets the links to the batch documents.
|
void |
BatchDocument.setLinks(List<Link> links)
Sets the links to the batch document.
|
void |
BatchCollection.setLinks(List<Link> links)
Sets the links to the batches.
|
void |
Batch.setLinks(List<Link> links)
Sets the links to the batch.
|
Copyright © 2015. All rights reserved.