Klasse WorkflowUpdateRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowUpdateRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowUpdateRequest
extends Object
WorkflowUpdateRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<WorkflowStatusUpdate>The statuses to associate with the workflows.protected List<WorkflowUpdate>The details of the workflows to update. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofWorkflowUpdateRequest.WorkflowUpdateRequest(List<WorkflowStatusUpdate> statuses, List<WorkflowUpdate> workflows) Constructs a validated instance ofWorkflowUpdateRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()statuses()The statuses to associate with the workflows.statuses(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.toString()The details of the workflows to update.workflows(List<WorkflowUpdate> workflows) The details of the workflows to update.
-
Felddetails
-
statuses
The statuses to associate with the workflows. -
workflows
The details of the workflows to update.
-
-
Konstruktordetails
-
WorkflowUpdateRequest
Constructs a validated instance ofWorkflowUpdateRequest.- Parameter:
spec- the specification to process
-
WorkflowUpdateRequest
@Internal public WorkflowUpdateRequest(List<WorkflowStatusUpdate> statuses, List<WorkflowUpdate> workflows) Constructs a validated instance ofWorkflowUpdateRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowUpdateRequest(Consumer)instead.- Parameter:
statuses- The statuses to associate with the workflows.workflows- The details of the workflows to update.
-
WorkflowUpdateRequest
protected WorkflowUpdateRequest()
-
-
Methodendetails
-
builder
-
statuses
The statuses to associate with the workflows. -
workflows
The details of the workflows to update. -
statuses
The statuses to associate with the workflows.- Gibt zurück:
this.
-
workflows
The details of the workflows to update.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-