| Package | Description |
|---|---|
| com.ibm.optim.oaas.client.job |
This package contains the classes to create and handle jobs.
|
| com.ibm.optim.oaas.client.job.model |
This package contains the classes that define the job model.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends JobAttachment> |
JobClient.getJobAttachments(String jobid,
JobAttachmentType type)
Returns the list of job attachments of a given type for a job.
|
| Modifier and Type | Method and Description |
|---|---|
JobAttachmentType |
JobAttachment.getType()
Gets attachment type, indicating if the attachment is for input or output.
|
static JobAttachmentType |
JobAttachmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobAttachmentType[] |
JobAttachmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.