@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-09-05T12:17:37.034+02:00[Europe/Prague]") public class IssueTransition extends Object
| Constructor and Description |
|---|
IssueTransition() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
any() |
boolean |
equals(Object o) |
String |
getExpand()
Expand options that include additional transition details in the response.
|
Map<String,FieldMetadata> |
getFields()
Details of the fields associated with the issue transition screen.
|
Boolean |
getHasScreen()
Indicates whether there is a screen associated with the issue transition.
|
String |
getId()
The ID of the issue transition.
|
Boolean |
getIsConditional()
Indicates whether the issue has to meet certain criteria before the issue transition is applied.
|
Boolean |
getIsGlobal()
Indicates whether the issue transition is global, that is, the transition is applied to issues regardless of their status.
|
Boolean |
getIsInitial()
Indicates whether this is the initial issue transition for the workflow.
|
String |
getName()
The name of the issue transition.
|
StatusDetails |
getTo()
Details of the issue status after the transition.
|
int |
hashCode() |
IssueTransition |
id(String id) |
void |
set(String name,
Object value) |
void |
setId(String id) |
String |
toString() |
public IssueTransition id(String id)
public String getId()
public void setId(String id)
public String getName()
public StatusDetails getTo()
public Boolean getHasScreen()
public Boolean getIsGlobal()
public Boolean getIsInitial()
public Boolean getIsConditional()
public Map<String,FieldMetadata> getFields()
public String getExpand()
Copyright © 2011–2020 Everit Kft.. All rights reserved.