Klasse StatusesPerWorkflow
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusesPerWorkflow
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusesPerWorkflow
extends Object
StatusesPerWorkflow
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StatusesPerWorkflow
(String initialStatusId, Set<String> statuses, String workflowId) Constructs a validated instance ofStatusesPerWorkflow
.Constructs a validated instance ofStatusesPerWorkflow
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The ID of the initial status for the workflow.initialStatusId
(String initialStatusId) The ID of the initial status for the workflow.statuses()
The status IDs associated with the workflow.The status IDs associated with the workflow.toString()
The ID of the workflow.workflowId
(String workflowId) The ID of the workflow.
-
Felddetails
-
initialStatusId
The ID of the initial status for the workflow. -
statuses
The status IDs associated with the workflow. -
workflowId
The ID of the workflow.
-
-
Konstruktordetails
-
StatusesPerWorkflow
Constructs a validated instance ofStatusesPerWorkflow
.- Parameter:
spec
- the specification to process
-
StatusesPerWorkflow
@Internal public StatusesPerWorkflow(String initialStatusId, Set<String> statuses, String workflowId) Constructs a validated instance ofStatusesPerWorkflow
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusesPerWorkflow(Consumer)
instead.- Parameter:
initialStatusId
- The ID of the initial status for the workflow.statuses
- The status IDs associated with the workflow.workflowId
- The ID of the workflow.
-
StatusesPerWorkflow
protected StatusesPerWorkflow()
-
-
Methodendetails
-
builder
-
initialStatusId
The ID of the initial status for the workflow. -
statuses
The status IDs associated with the workflow. -
workflowId
The ID of the workflow. -
initialStatusId
The ID of the initial status for the workflow.- Gibt zurück:
this
.
-
statuses
The status IDs associated with the workflow.- Gibt zurück:
this
.
-
workflowId
The ID of the workflow.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-