@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class MappingsByWorkflow extends Object
| Constructor and Description |
|---|
MappingsByWorkflow() |
| Modifier and Type | Method and Description |
|---|---|
MappingsByWorkflow |
addStatusMappingsItem(WorkflowAssociationStatusMapping statusMappingsItem) |
boolean |
equals(Object o) |
String |
getNewWorkflowId()
The ID of the new workflow.
|
String |
getOldWorkflowId()
The ID of the old workflow.
|
List<WorkflowAssociationStatusMapping> |
getStatusMappings()
The list of status mappings.
|
int |
hashCode() |
MappingsByWorkflow |
newWorkflowId(String newWorkflowId) |
MappingsByWorkflow |
oldWorkflowId(String oldWorkflowId) |
void |
setNewWorkflowId(String newWorkflowId) |
void |
setOldWorkflowId(String oldWorkflowId) |
void |
setStatusMappings(List<WorkflowAssociationStatusMapping> statusMappings) |
MappingsByWorkflow |
statusMappings(List<WorkflowAssociationStatusMapping> statusMappings) |
String |
toString() |
public MappingsByWorkflow newWorkflowId(String newWorkflowId)
public String getNewWorkflowId()
public void setNewWorkflowId(String newWorkflowId)
public MappingsByWorkflow oldWorkflowId(String oldWorkflowId)
public String getOldWorkflowId()
public void setOldWorkflowId(String oldWorkflowId)
public MappingsByWorkflow statusMappings(List<WorkflowAssociationStatusMapping> statusMappings)
public MappingsByWorkflow addStatusMappingsItem(WorkflowAssociationStatusMapping statusMappingsItem)
public List<WorkflowAssociationStatusMapping> getStatusMappings()
public void setStatusMappings(List<WorkflowAssociationStatusMapping> statusMappings)
Copyright © 2011–2023 Everit Kft.. All rights reserved.