Klasse WorkflowSchemeReadRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeReadRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeReadRequest
extends Object
WorkflowSchemeReadRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe list of project IDs to query.The list of workflow scheme IDs to query. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofWorkflowSchemeReadRequest.WorkflowSchemeReadRequest(List<String> projectIds, List<String> workflowSchemeIds) Constructs a validated instance ofWorkflowSchemeReadRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The list of project IDs to query.projectIds(List<String> projectIds) The list of project IDs to query.toString()The list of workflow scheme IDs to query.workflowSchemeIds(List<String> workflowSchemeIds) The list of workflow scheme IDs to query.
-
Felddetails
-
projectIds
The list of project IDs to query. -
workflowSchemeIds
The list of workflow scheme IDs to query.
-
-
Konstruktordetails
-
WorkflowSchemeReadRequest
Constructs a validated instance ofWorkflowSchemeReadRequest.- Parameter:
spec- the specification to process
-
WorkflowSchemeReadRequest
Constructs a validated instance ofWorkflowSchemeReadRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeReadRequest(Consumer)instead.- Parameter:
projectIds- The list of project IDs to query.workflowSchemeIds- The list of workflow scheme IDs to query.
-
WorkflowSchemeReadRequest
protected WorkflowSchemeReadRequest()
-
-
Methodendetails
-
builder
-
projectIds
The list of project IDs to query. -
workflowSchemeIds
The list of workflow scheme IDs to query. -
projectIds
The list of project IDs to query.- Gibt zurück:
this.
-
workflowSchemeIds
The list of workflow scheme IDs to query.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-