@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01: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()
Whether there is a screen associated with the issue transition.
|
String |
getId()
The ID of the issue transition.
|
Boolean |
getIsAvailable()
Whether the transition is available to be performed.
|
Boolean |
getIsConditional()
Whether the issue has to meet criteria before the issue transition is applied.
|
Boolean |
getIsGlobal()
Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.
|
Boolean |
getIsInitial()
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 getIsAvailable()
public Boolean getIsConditional()
public Map<String,FieldMetadata> getFields()
public String getExpand()
Copyright © 2011–2021 Everit Kft.. All rights reserved.