Klasse WorkflowReadRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowReadRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowReadRequest
extends Object
WorkflowReadRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowReadRequest
.WorkflowReadRequest
(List<ProjectAndIssueTypePair> projectAndIssueTypes, List<String> workflowIds, List<String> workflowNames) Constructs a validated instance ofWorkflowReadRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
WorkflowReadRequest
Constructs a validated instance ofWorkflowReadRequest
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
workflowIds
The list of workflow IDs to query.- Gibt zurück:
this
.
-
workflowNames
The list of workflow names to query.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-