Class MappingsByWorkflow
java.lang.Object
io.github.primelib.jira4j.restv3.model.MappingsByWorkflow
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MappingsByWorkflow
extends Object
MappingsByWorkflow
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ID of the new workflow.protected StringThe ID of the old workflow.protected List<WorkflowAssociationStatusMapping>The list of status mappings. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMappingsByWorkflow(String newWorkflowId, String oldWorkflowId, List<WorkflowAssociationStatusMapping> statusMappings) Constructs a validated instance ofMappingsByWorkflow.Constructs a validated instance ofMappingsByWorkflow. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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()
-
Field Details
-
newWorkflowId
The ID of the new workflow. -
oldWorkflowId
The ID of the old workflow. -
statusMappings
The list of status mappings.
-
-
Constructor Details
-
MappingsByWorkflow
Constructs a validated instance ofMappingsByWorkflow.- Parameters:
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.- Parameters:
newWorkflowId- The ID of the new workflow.oldWorkflowId- The ID of the old workflow.statusMappings- The list of status mappings.
-
MappingsByWorkflow
protected MappingsByWorkflow()
-
-
Method Details
-
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.- Returns:
this.
-
oldWorkflowId
The ID of the old workflow.- Returns:
this.
-
statusMappings
The list of status mappings.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-