Klasse WorkflowAssociationStatusMapping
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowAssociationStatusMapping
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowAssociationStatusMapping
extends Object
WorkflowAssociationStatusMapping
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowAssociationStatusMapping
(String newStatusId, String oldStatusId) Constructs a validated instance ofWorkflowAssociationStatusMapping
.Constructs a validated instance ofWorkflowAssociationStatusMapping
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The ID of the status in the new workflow.newStatusId
(String newStatusId) The ID of the status in the new workflow.The ID of the status in the old workflow that isn't present in the new workflow.oldStatusId
(String oldStatusId) The ID of the status in the old workflow that isn't present in the new workflow.toString()
-
Felddetails
-
newStatusId
The ID of the status in the new workflow. -
oldStatusId
The ID of the status in the old workflow that isn't present in the new workflow.
-
-
Konstruktordetails
-
WorkflowAssociationStatusMapping
Constructs a validated instance ofWorkflowAssociationStatusMapping
.- Parameter:
spec
- the specification to process
-
WorkflowAssociationStatusMapping
Constructs a validated instance ofWorkflowAssociationStatusMapping
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowAssociationStatusMapping(Consumer)
instead.- Parameter:
newStatusId
- The ID of the status in the new workflow.oldStatusId
- The ID of the status in the old workflow that isn't present in the new workflow.
-
WorkflowAssociationStatusMapping
protected WorkflowAssociationStatusMapping()
-
-
Methodendetails
-
builder
-
newStatusId
The ID of the status in the new workflow. -
oldStatusId
The ID of the status in the old workflow that isn't present in the new workflow. -
newStatusId
The ID of the status in the new workflow.- Gibt zurück:
this
.
-
oldStatusId
The ID of the status in the old workflow that isn't present in the new workflow.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-