Package | Description |
---|---|
com.sap.cloud.sdk.services.scp.workflow.cf.model |
Modifier and Type | Method and Description |
---|---|
static Job.StatusEnum |
Job.StatusEnum.fromValue(String value)
Get the enum value from a String value
|
Job.StatusEnum |
Job.getStatus()
The status of the job.
|
static Job.StatusEnum |
Job.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.StatusEnum[] |
Job.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setStatus(Job.StatusEnum status)
Set the status of this
Job instance. |
Job |
Job.status(Job.StatusEnum status)
Set the status of this
Job instance and return the same instance. |
Copyright © 2021 SAP SE. All rights reserved.