@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class RequiredMappingByWorkflows extends Object
| Constructor and Description |
|---|
RequiredMappingByWorkflows() |
| Modifier and Type | Method and Description |
|---|---|
RequiredMappingByWorkflows |
addStatusIdsItem(String statusIdsItem) |
boolean |
equals(Object o) |
String |
getSourceWorkflowId()
The ID of the source workflow.
|
List<String> |
getStatusIds()
The status IDs requiring mapping.
|
String |
getTargetWorkflowId()
The ID of the target workflow.
|
int |
hashCode() |
void |
setSourceWorkflowId(String sourceWorkflowId) |
void |
setStatusIds(List<String> statusIds) |
void |
setTargetWorkflowId(String targetWorkflowId) |
RequiredMappingByWorkflows |
sourceWorkflowId(String sourceWorkflowId) |
RequiredMappingByWorkflows |
statusIds(List<String> statusIds) |
RequiredMappingByWorkflows |
targetWorkflowId(String targetWorkflowId) |
String |
toString() |
public RequiredMappingByWorkflows sourceWorkflowId(String sourceWorkflowId)
public String getSourceWorkflowId()
public void setSourceWorkflowId(String sourceWorkflowId)
public RequiredMappingByWorkflows statusIds(List<String> statusIds)
public RequiredMappingByWorkflows addStatusIdsItem(String statusIdsItem)
public List<String> getStatusIds()
public RequiredMappingByWorkflows targetWorkflowId(String targetWorkflowId)
public String getTargetWorkflowId()
public void setTargetWorkflowId(String targetWorkflowId)
Copyright © 2011–2023 Everit Kft.. All rights reserved.