@Beta public class WorkflowInstancePATCH extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowInstancePATCH.StatusEnum
The new status of the workflow instance.
|
Constructor and Description |
---|
WorkflowInstancePATCH() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
WorkflowInstancePATCH.StatusEnum |
getStatus()
The new status of the workflow instance.
|
int |
hashCode() |
void |
setStatus(WorkflowInstancePATCH.StatusEnum status)
Set the status of this
WorkflowInstancePATCH instance. |
WorkflowInstancePATCH |
status(WorkflowInstancePATCH.StatusEnum status)
Set the status of this
WorkflowInstancePATCH instance and return the same instance. |
String |
toString() |
@Nonnull public WorkflowInstancePATCH status(@Nonnull WorkflowInstancePATCH.StatusEnum status)
WorkflowInstancePATCH
instance and return the same instance.status
- The new status of the workflow instance.WorkflowInstancePATCH
class@Nonnull public WorkflowInstancePATCH.StatusEnum getStatus()
WorkflowInstancePATCH
instance.public void setStatus(@Nonnull WorkflowInstancePATCH.StatusEnum status)
WorkflowInstancePATCH
instance.status
- The new status of the workflow instance.Copyright © 2020 SAP SE. All rights reserved.