Package | Description |
---|---|
com.sap.cloud.sdk.services.scp.workflow.cf.api | |
com.sap.cloud.sdk.services.scp.workflow.cf.model |
Modifier and Type | Method and Description |
---|---|
RestResponse |
UserTaskInstancesApi.updateInstance(String taskInstanceId,
UpdateTaskInstancePayload body)
Update task by ID
|
Modifier and Type | Method and Description |
---|---|
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.attachments(AttachmentsContext attachments)
Set the attachments of this
UpdateTaskInstancePayload instance and return the same instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.context(Object context)
Set the context of this
UpdateTaskInstancePayload instance and return the same instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.description(String description)
Set the description of this
UpdateTaskInstancePayload instance and return the same instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.dueDate(OffsetDateTime dueDate)
Set the dueDate of this
UpdateTaskInstancePayload instance and return the same instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.priority(UpdateTaskInstancePayload.PriorityEnum priority)
Set the priority of this
UpdateTaskInstancePayload instance and return the same instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.processor(String processor)
Set the processor of this
UpdateTaskInstancePayload instance and return the same instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.recipientGroups(String recipientGroups)
Set the recipientGroups of this
UpdateTaskInstancePayload instance and return the same instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.recipientUsers(String recipientUsers)
Set the recipientUsers of this
UpdateTaskInstancePayload instance and return the same instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.status(UpdateTaskInstancePayload.StatusEnum status)
Set the status of this
UpdateTaskInstancePayload instance and return the same instance. |
UpdateTaskInstancePayload |
UpdateTaskInstancePayload.subject(String subject)
Set the subject of this
UpdateTaskInstancePayload instance and return the same instance. |
Copyright © 2020 SAP SE. All rights reserved.