Class WorkflowCreateResponse
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCreateResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCreateResponse
extends Object
WorkflowCreateResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<JiraWorkflowStatus>
List of created statuses.protected Set<JiraWorkflow>
List of created workflows. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofWorkflowCreateResponse
.WorkflowCreateResponse
(Set<JiraWorkflowStatus> statuses, Set<JiraWorkflow> workflows) Constructs a validated instance ofWorkflowCreateResponse
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
statuses()
List of created statuses.statuses
(Set<JiraWorkflowStatus> statuses) List of created statuses.toString()
List of created workflows.workflows
(Set<JiraWorkflow> workflows) List of created workflows.
-
Field Details
-
statuses
List of created statuses. -
workflows
List of created workflows.
-
-
Constructor Details
-
WorkflowCreateResponse
Constructs a validated instance ofWorkflowCreateResponse
.- Parameters:
spec
- the specification to process
-
WorkflowCreateResponse
@Internal public WorkflowCreateResponse(Set<JiraWorkflowStatus> statuses, Set<JiraWorkflow> workflows) Constructs a validated instance ofWorkflowCreateResponse
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowCreateResponse(Consumer)
instead.- Parameters:
statuses
- List of created statuses.workflows
- List of created workflows.
-
WorkflowCreateResponse
protected WorkflowCreateResponse()
-
-
Method Details
-
builder
-
statuses
List of created statuses. -
workflows
List of created workflows. -
statuses
List of created statuses.- Returns:
this
.
-
workflows
List of created workflows.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-