@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") @Beta public class WorkflowInstancesUpdatePayload extends Object
Constructor and Description |
---|
WorkflowInstancesUpdatePayload() |
Modifier and Type | Method and Description |
---|---|
WorkflowInstancesUpdatePayload |
deleted(Boolean deleted)
Set the deleted of this
WorkflowInstancesUpdatePayload instance and return the same instance. |
boolean |
equals(Object o) |
String |
getId()
The ID of the workflow instance, which should be modified.
|
int |
hashCode() |
WorkflowInstancesUpdatePayload |
id(String id)
Set the id of this
WorkflowInstancesUpdatePayload instance and return the same instance. |
Boolean |
isDeleted()
If set to true, the workflow instance and related data (for example, execution logs) are deleted.
|
void |
setDeleted(Boolean deleted)
Set the deleted of this
WorkflowInstancesUpdatePayload instance. |
void |
setId(String id)
Set the id of this
WorkflowInstancesUpdatePayload instance. |
String |
toString() |
@Nonnull public WorkflowInstancesUpdatePayload id(@Nonnull String id)
WorkflowInstancesUpdatePayload
instance and return the same instance.id
- The ID of the workflow instance, which should be modified. The ID of a workflow instance is 36
characters long.WorkflowInstancesUpdatePayload
class@Nonnull public String getId()
WorkflowInstancesUpdatePayload
instance.public void setId(@Nonnull String id)
WorkflowInstancesUpdatePayload
instance.id
- The ID of the workflow instance, which should be modified. The ID of a workflow instance is 36
characters long.@Nonnull public WorkflowInstancesUpdatePayload deleted(@Nonnull Boolean deleted)
WorkflowInstancesUpdatePayload
instance and return the same instance.deleted
- If set to true, the workflow instance and related data (for example, execution logs) are deleted.WorkflowInstancesUpdatePayload
class@Nonnull public Boolean isDeleted()
WorkflowInstancesUpdatePayload
instance.public void setDeleted(@Nonnull Boolean deleted)
WorkflowInstancesUpdatePayload
instance.deleted
- If set to true, the workflow instance and related data (for example, execution logs) are deleted.Copyright © 2020 SAP SE. All rights reserved.