Klasse MappingsByWorkflow
java.lang.Object
io.github.primelib.jira4j.restv3.model.MappingsByWorkflow
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MappingsByWorkflow
extends Object
MappingsByWorkflow
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe ID of the new workflow.protected StringThe ID of the old workflow.protected List<WorkflowAssociationStatusMapping>The list of status mappings. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedMappingsByWorkflow(String newWorkflowId, String oldWorkflowId, List<WorkflowAssociationStatusMapping> statusMappings) Constructs a validated instance ofMappingsByWorkflow.Constructs a validated instance ofMappingsByWorkflow. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The ID of the new workflow.newWorkflowId(String newWorkflowId) The ID of the new workflow.The ID of the old workflow.oldWorkflowId(String oldWorkflowId) The ID of the old workflow.The list of status mappings.statusMappings(List<WorkflowAssociationStatusMapping> statusMappings) The list of status mappings.toString()
-
Felddetails
-
newWorkflowId
The ID of the new workflow. -
oldWorkflowId
The ID of the old workflow. -
statusMappings
The list of status mappings.
-
-
Konstruktordetails
-
MappingsByWorkflow
Constructs a validated instance ofMappingsByWorkflow.- Parameter:
spec- the specification to process
-
MappingsByWorkflow
@Internal public MappingsByWorkflow(String newWorkflowId, String oldWorkflowId, List<WorkflowAssociationStatusMapping> statusMappings) Constructs a validated instance ofMappingsByWorkflow.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MappingsByWorkflow(Consumer)instead.- Parameter:
newWorkflowId- The ID of the new workflow.oldWorkflowId- The ID of the old workflow.statusMappings- The list of status mappings.
-
MappingsByWorkflow
protected MappingsByWorkflow()
-
-
Methodendetails
-
builder
-
newWorkflowId
The ID of the new workflow. -
oldWorkflowId
The ID of the old workflow. -
statusMappings
The list of status mappings. -
newWorkflowId
The ID of the new workflow.- Gibt zurück:
this.
-
oldWorkflowId
The ID of the old workflow.- Gibt zurück:
this.
-
statusMappings
The list of status mappings.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-