Class WorkflowUpdateResponse
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowUpdateResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowUpdateResponse
extends Object
WorkflowUpdateResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<JiraWorkflowStatus>List of updated statuses.protected StringIf there is a [asynchronous task](#async-operations) operation, as a result of this update.protected Set<JiraWorkflow>List of updated workflows. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofWorkflowUpdateResponse.WorkflowUpdateResponse(Set<JiraWorkflowStatus> statuses, String taskId, Set<JiraWorkflow> workflows) Constructs a validated instance ofWorkflowUpdateResponse. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()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.
-
Field Details
-
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.
-
-
Constructor Details
-
WorkflowUpdateResponse
Constructs a validated instance ofWorkflowUpdateResponse.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
taskId
If there is a [asynchronous task](#async-operations) operation, as a result of this update.- Returns:
this.
-
workflows
List of updated workflows.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-