Class WorkflowUpdateRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowUpdateRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowUpdateRequest
extends Object
WorkflowUpdateRequest
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<WorkflowStatusUpdate>
The statuses to associate with the workflows.protected List<WorkflowUpdate>
The details of the workflows to update. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofWorkflowUpdateRequest
.WorkflowUpdateRequest
(List<WorkflowStatusUpdate> statuses, List<WorkflowUpdate> workflows) Constructs a validated instance ofWorkflowUpdateRequest
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
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.
-
Field Details
-
statuses
The statuses to associate with the workflows. -
workflows
The details of the workflows to update.
-
-
Constructor Details
-
WorkflowUpdateRequest
Constructs a validated instance ofWorkflowUpdateRequest
.- Parameters:
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.- Parameters:
statuses
- The statuses to associate with the workflows.workflows
- The details of the workflows to update.
-
WorkflowUpdateRequest
protected WorkflowUpdateRequest()
-
-
Method Details
-
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.- Returns:
this
.
-
workflows
The details of the workflows to update.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-