@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class StatusesPerWorkflow extends Object
| Constructor and Description |
|---|
StatusesPerWorkflow() |
| Modifier and Type | Method and Description |
|---|---|
StatusesPerWorkflow |
addStatusesItem(String statusesItem) |
boolean |
equals(Object o) |
String |
getInitialStatusId()
The ID of the initial status for the workflow.
|
List<String> |
getStatuses()
The status IDs associated with the workflow.
|
String |
getWorkflowId()
The ID of the workflow.
|
int |
hashCode() |
StatusesPerWorkflow |
initialStatusId(String initialStatusId) |
void |
setInitialStatusId(String initialStatusId) |
void |
setStatuses(List<String> statuses) |
void |
setWorkflowId(String workflowId) |
StatusesPerWorkflow |
statuses(List<String> statuses) |
String |
toString() |
StatusesPerWorkflow |
workflowId(String workflowId) |
public StatusesPerWorkflow initialStatusId(String initialStatusId)
public String getInitialStatusId()
public void setInitialStatusId(String initialStatusId)
public StatusesPerWorkflow statuses(List<String> statuses)
public StatusesPerWorkflow addStatusesItem(String statusesItem)
public List<String> getStatuses()
public StatusesPerWorkflow workflowId(String workflowId)
public String getWorkflowId()
public void setWorkflowId(String workflowId)
Copyright © 2011–2023 Everit Kft.. All rights reserved.