Klasse RequiredMappingByWorkflows
java.lang.Object
io.github.primelib.jira4j.restv3.model.RequiredMappingByWorkflows
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RequiredMappingByWorkflows
extends Object
RequiredMappingByWorkflows
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRequiredMappingByWorkflows(String sourceWorkflowId, Set<String> statusIds, String targetWorkflowId) Constructs a validated instance ofRequiredMappingByWorkflows.Constructs a validated instance ofRequiredMappingByWorkflows. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()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()
-
Felddetails
-
sourceWorkflowId
The ID of the source workflow. -
statusIds
The status IDs requiring mapping. -
targetWorkflowId
The ID of the target workflow.
-
-
Konstruktordetails
-
RequiredMappingByWorkflows
Constructs a validated instance ofRequiredMappingByWorkflows.- Parameter:
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.- Parameter:
sourceWorkflowId- The ID of the source workflow.statusIds- The status IDs requiring mapping.targetWorkflowId- The ID of the target workflow.
-
RequiredMappingByWorkflows
protected RequiredMappingByWorkflows()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
statusIds
The status IDs requiring mapping.- Gibt zurück:
this.
-
targetWorkflowId
The ID of the target workflow.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-