Package | Description |
---|---|
com.sap.cloud.sdk.services.scp.workflow.cf.model |
Modifier and Type | Method and Description |
---|---|
static UpdateTaskInstancePayload.StatusEnum |
UpdateTaskInstancePayload.StatusEnum.fromValue(String value)
Get the enum value from a String value
|
UpdateTaskInstancePayload.StatusEnum |
UpdateTaskInstancePayload.getStatus()
Specify the new status of the task instance.
|
static UpdateTaskInstancePayload.StatusEnum |
UpdateTaskInstancePayload.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTaskInstancePayload.StatusEnum[] |
UpdateTaskInstancePayload.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 |
UpdateTaskInstancePayload.setStatus(UpdateTaskInstancePayload.StatusEnum status)
Set the status of this
UpdateTaskInstancePayload instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.status(UpdateTaskInstancePayload.StatusEnum status)
Set the status of this
UpdateTaskInstancePayload instance and return the same instance. |
Copyright © 2021 SAP SE. All rights reserved.