@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class WorkflowInstanceExecutionLogChanges extends Object
Constructor and Description |
---|
WorkflowInstanceExecutionLogChanges() |
Modifier and Type | Method and Description |
---|---|
WorkflowInstanceExecutionLogChanges |
addCreateItem(String createItem)
Add one Create instance to this
WorkflowInstanceExecutionLogChanges . |
WorkflowInstanceExecutionLogChanges |
addDeleteItem(String deleteItem)
Add one Delete instance to this
WorkflowInstanceExecutionLogChanges . |
WorkflowInstanceExecutionLogChanges |
addUpdateItem(String updateItem)
Add one Update instance to this
WorkflowInstanceExecutionLogChanges . |
WorkflowInstanceExecutionLogChanges |
create(Set<String> create)
Set the create of this
WorkflowInstanceExecutionLogChanges instance and return the same instance. |
WorkflowInstanceExecutionLogChanges |
delete(Set<String> delete)
Set the delete of this
WorkflowInstanceExecutionLogChanges instance and return the same instance. |
boolean |
equals(Object o) |
Set<String> |
getCreate()
The variables, which were created in the context.
|
Set<String> |
getDelete()
The variables, which were deleted from the context.
|
Set<String> |
getUpdate()
The variables, which were updated in the context or the user task attributes, which were updated.
|
int |
hashCode() |
void |
setCreate(Set<String> create)
Set the create of this
WorkflowInstanceExecutionLogChanges instance. |
void |
setDelete(Set<String> delete)
Set the delete of this
WorkflowInstanceExecutionLogChanges instance. |
void |
setUpdate(Set<String> update)
Set the update of this
WorkflowInstanceExecutionLogChanges instance. |
String |
toString() |
WorkflowInstanceExecutionLogChanges |
update(Set<String> update)
Set the update of this
WorkflowInstanceExecutionLogChanges instance and return the same instance. |
@Nonnull public WorkflowInstanceExecutionLogChanges create(@Nonnull Set<String> create)
WorkflowInstanceExecutionLogChanges
instance and return the same instance.create
- The variables, which were created in the context.WorkflowInstanceExecutionLogChanges
class@Nonnull public WorkflowInstanceExecutionLogChanges addCreateItem(@Nonnull String createItem)
WorkflowInstanceExecutionLogChanges
.createItem
- The Create that should be addedWorkflowInstanceExecutionLogChanges
@Nonnull public Set<String> getCreate()
WorkflowInstanceExecutionLogChanges
instance.public void setCreate(@Nonnull Set<String> create)
WorkflowInstanceExecutionLogChanges
instance.create
- The variables, which were created in the context.@Nonnull public WorkflowInstanceExecutionLogChanges update(@Nonnull Set<String> update)
WorkflowInstanceExecutionLogChanges
instance and return the same instance.update
- The variables, which were updated in the context or the user task attributes, which were updated.WorkflowInstanceExecutionLogChanges
class@Nonnull public WorkflowInstanceExecutionLogChanges addUpdateItem(@Nonnull String updateItem)
WorkflowInstanceExecutionLogChanges
.updateItem
- The Update that should be addedWorkflowInstanceExecutionLogChanges
@Nonnull public Set<String> getUpdate()
WorkflowInstanceExecutionLogChanges
instance.public void setUpdate(@Nonnull Set<String> update)
WorkflowInstanceExecutionLogChanges
instance.update
- The variables, which were updated in the context or the user task attributes, which were updated.@Nonnull public WorkflowInstanceExecutionLogChanges delete(@Nonnull Set<String> delete)
WorkflowInstanceExecutionLogChanges
instance and return the same instance.delete
- The variables, which were deleted from the context.WorkflowInstanceExecutionLogChanges
class@Nonnull public WorkflowInstanceExecutionLogChanges addDeleteItem(@Nonnull String deleteItem)
WorkflowInstanceExecutionLogChanges
.deleteItem
- The Delete that should be addedWorkflowInstanceExecutionLogChanges
@Nonnull public Set<String> getDelete()
WorkflowInstanceExecutionLogChanges
instance.public void setDelete(@Nonnull Set<String> delete)
WorkflowInstanceExecutionLogChanges
instance.delete
- The variables, which were deleted from the context.Copyright © 2021 SAP SE. All rights reserved.