Class RequiredMappingByWorkflows
java.lang.Object
io.github.primelib.jira4j.restv3.model.RequiredMappingByWorkflows
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RequiredMappingByWorkflows
extends Object
RequiredMappingByWorkflows
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RequiredMappingByWorkflows
(String sourceWorkflowId, Set<String> statusIds, String targetWorkflowId) Constructs a validated instance ofRequiredMappingByWorkflows
.Constructs a validated instance ofRequiredMappingByWorkflows
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
The ID of the source workflow.sourceWorkflowId
(String sourceWorkflowId) The ID of the source workflow.The status IDs requiring mapping.The status IDs requiring mapping.The ID of the target workflow.targetWorkflowId
(String targetWorkflowId) The ID of the target workflow.toString()
-
Field Details
-
sourceWorkflowId
The ID of the source workflow. -
statusIds
The status IDs requiring mapping. -
targetWorkflowId
The ID of the target workflow.
-
-
Constructor Details
-
RequiredMappingByWorkflows
Constructs a validated instance ofRequiredMappingByWorkflows
.- Parameters:
spec
- the specification to process
-
RequiredMappingByWorkflows
@Internal public RequiredMappingByWorkflows(String sourceWorkflowId, Set<String> statusIds, String targetWorkflowId) Constructs a validated instance ofRequiredMappingByWorkflows
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RequiredMappingByWorkflows(Consumer)
instead.- Parameters:
sourceWorkflowId
- The ID of the source workflow.statusIds
- The status IDs requiring mapping.targetWorkflowId
- The ID of the target workflow.
-
RequiredMappingByWorkflows
protected RequiredMappingByWorkflows()
-
-
Method Details
-
builder
-
sourceWorkflowId
The ID of the source workflow. -
statusIds
The status IDs requiring mapping. -
targetWorkflowId
The ID of the target workflow. -
sourceWorkflowId
The ID of the source workflow.- Returns:
this
.
-
statusIds
The status IDs requiring mapping.- Returns:
this
.
-
targetWorkflowId
The ID of the target workflow.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-