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