Class WorkflowReadRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowReadRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowReadRequest
extends Object
WorkflowReadRequest
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ProjectAndIssueTypePair>
The list of projects and issue types to query.The list of workflow IDs to query.The list of workflow names to query. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofWorkflowReadRequest
.WorkflowReadRequest
(List<ProjectAndIssueTypePair> projectAndIssueTypes, List<String> workflowIds, List<String> workflowNames) Constructs a validated instance ofWorkflowReadRequest
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
The list of projects and issue types to query.projectAndIssueTypes
(List<ProjectAndIssueTypePair> projectAndIssueTypes) The list of projects and issue types to query.toString()
The list of workflow IDs to query.workflowIds
(List<String> workflowIds) The list of workflow IDs to query.The list of workflow names to query.workflowNames
(List<String> workflowNames) The list of workflow names to query.
-
Field Details
-
projectAndIssueTypes
The list of projects and issue types to query. -
workflowIds
The list of workflow IDs to query. -
workflowNames
The list of workflow names to query.
-
-
Constructor Details
-
WorkflowReadRequest
Constructs a validated instance ofWorkflowReadRequest
.- Parameters:
spec
- the specification to process
-
WorkflowReadRequest
@Internal public WorkflowReadRequest(List<ProjectAndIssueTypePair> projectAndIssueTypes, List<String> workflowIds, List<String> workflowNames) Constructs a validated instance ofWorkflowReadRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowReadRequest(Consumer)
instead.- Parameters:
projectAndIssueTypes
- The list of projects and issue types to query.workflowIds
- The list of workflow IDs to query.workflowNames
- The list of workflow names to query.
-
WorkflowReadRequest
protected WorkflowReadRequest()
-
-
Method Details
-
builder
-
projectAndIssueTypes
The list of projects and issue types to query. -
workflowIds
The list of workflow IDs to query. -
workflowNames
The list of workflow names to query. -
projectAndIssueTypes
The list of projects and issue types to query.- Returns:
this
.
-
workflowIds
The list of workflow IDs to query.- Returns:
this
.
-
workflowNames
The list of workflow names to query.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-