Class WorkflowSchemeReadRequest
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowSchemeReadRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeReadRequest
extends Object
WorkflowSchemeReadRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of project IDs to query.The list of workflow scheme IDs to query. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofWorkflowSchemeReadRequest.WorkflowSchemeReadRequest(List<String> projectIds, List<String> workflowSchemeIds) Constructs a validated instance ofWorkflowSchemeReadRequest. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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.
-
Field Details
-
projectIds
The list of project IDs to query. -
workflowSchemeIds
The list of workflow scheme IDs to query.
-
-
Constructor Details
-
WorkflowSchemeReadRequest
Constructs a validated instance ofWorkflowSchemeReadRequest.- Parameters:
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.- Parameters:
projectIds- The list of project IDs to query.workflowSchemeIds- The list of workflow scheme IDs to query.
-
WorkflowSchemeReadRequest
protected WorkflowSchemeReadRequest()
-
-
Method Details
-
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.- Returns:
this.
-
workflowSchemeIds
The list of workflow scheme IDs to query.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-