Klasse WorkflowUpdateResponse
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowUpdateResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowUpdateResponse
extends Object
WorkflowUpdateResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Set<JiraWorkflowStatus>
List of updated statuses.protected String
If there is a [asynchronous task](#async-operations) operation, as a result of this update.protected Set<JiraWorkflow>
List of updated workflows. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowUpdateResponse
.WorkflowUpdateResponse
(Set<JiraWorkflowStatus> statuses, String taskId, Set<JiraWorkflow> workflows) Constructs a validated instance ofWorkflowUpdateResponse
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
statuses()
List of updated statuses.statuses
(Set<JiraWorkflowStatus> statuses) List of updated statuses.taskId()
If there is a [asynchronous task](#async-operations) operation, as a result of this update.If there is a [asynchronous task](#async-operations) operation, as a result of this update.toString()
List of updated workflows.workflows
(Set<JiraWorkflow> workflows) List of updated workflows.
-
Felddetails
-
statuses
List of updated statuses. -
taskId
If there is a [asynchronous task](#async-operations) operation, as a result of this update. -
workflows
List of updated workflows.
-
-
Konstruktordetails
-
WorkflowUpdateResponse
Constructs a validated instance ofWorkflowUpdateResponse
.- Parameter:
spec
- the specification to process
-
WorkflowUpdateResponse
@Internal public WorkflowUpdateResponse(Set<JiraWorkflowStatus> statuses, String taskId, Set<JiraWorkflow> workflows) Constructs a validated instance ofWorkflowUpdateResponse
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowUpdateResponse(Consumer)
instead.- Parameter:
statuses
- List of updated statuses.taskId
- If there is a [asynchronous task](#async-operations) operation, as a result of this update.workflows
- List of updated workflows.
-
WorkflowUpdateResponse
protected WorkflowUpdateResponse()
-
-
Methodendetails
-
builder
-
statuses
List of updated statuses. -
taskId
If there is a [asynchronous task](#async-operations) operation, as a result of this update. -
workflows
List of updated workflows. -
statuses
List of updated statuses.- Gibt zurück:
this
.
-
taskId
If there is a [asynchronous task](#async-operations) operation, as a result of this update.- Gibt zurück:
this
.
-
workflows
List of updated workflows.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-