@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class WorkflowElementReference extends Object
| Constructor and Description |
|---|
WorkflowElementReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPropertyKey()
A property key.
|
String |
getRuleId()
A rule ID.
|
ProjectAndIssueTypePair |
getStatusMappingReference()
Get statusMappingReference
|
String |
getStatusReference()
A status reference.
|
String |
getTransitionId()
A transition ID.
|
int |
hashCode() |
WorkflowElementReference |
propertyKey(String propertyKey) |
WorkflowElementReference |
ruleId(String ruleId) |
void |
setPropertyKey(String propertyKey) |
void |
setRuleId(String ruleId) |
void |
setStatusMappingReference(ProjectAndIssueTypePair statusMappingReference) |
void |
setStatusReference(String statusReference) |
void |
setTransitionId(String transitionId) |
WorkflowElementReference |
statusMappingReference(ProjectAndIssueTypePair statusMappingReference) |
WorkflowElementReference |
statusReference(String statusReference) |
String |
toString() |
WorkflowElementReference |
transitionId(String transitionId) |
public WorkflowElementReference propertyKey(String propertyKey)
public String getPropertyKey()
public void setPropertyKey(String propertyKey)
public WorkflowElementReference ruleId(String ruleId)
public String getRuleId()
public void setRuleId(String ruleId)
public WorkflowElementReference statusMappingReference(ProjectAndIssueTypePair statusMappingReference)
public ProjectAndIssueTypePair getStatusMappingReference()
public void setStatusMappingReference(ProjectAndIssueTypePair statusMappingReference)
public WorkflowElementReference statusReference(String statusReference)
public String getStatusReference()
public void setStatusReference(String statusReference)
public WorkflowElementReference transitionId(String transitionId)
public String getTransitionId()
public void setTransitionId(String transitionId)
Copyright © 2011–2023 Everit Kft.. All rights reserved.