Class WorkflowCreateRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCreateRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCreateRequest
extends Object
WorkflowCreateRequest
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WorkflowScopeprotected List<WorkflowStatusUpdate>The statuses to associate with the workflows.protected List<WorkflowCreate>The details of the workflows to create. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowCreateRequest(WorkflowScope scope, List<WorkflowStatusUpdate> statuses, List<WorkflowCreate> workflows) Constructs a validated instance ofWorkflowCreateRequest.Constructs a validated instance ofWorkflowCreateRequest. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()scope()scope(WorkflowScope scope) statuses()The statuses to associate with the workflows.statuses(List<WorkflowStatusUpdate> statuses) The statuses to associate with the workflows.toString()The details of the workflows to create.workflows(List<WorkflowCreate> workflows) The details of the workflows to create.
-
Field Details
-
scope
-
statuses
The statuses to associate with the workflows. -
workflows
The details of the workflows to create.
-
-
Constructor Details
-
WorkflowCreateRequest
Constructs a validated instance ofWorkflowCreateRequest.- Parameters:
spec- the specification to process
-
WorkflowCreateRequest
@Internal public WorkflowCreateRequest(WorkflowScope scope, List<WorkflowStatusUpdate> statuses, List<WorkflowCreate> workflows) Constructs a validated instance ofWorkflowCreateRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowCreateRequest(Consumer)instead.- Parameters:
scope- scopestatuses- The statuses to associate with the workflows.workflows- The details of the workflows to create.
-
WorkflowCreateRequest
protected WorkflowCreateRequest()
-
-
Method Details
-
builder
-
scope
-
statuses
The statuses to associate with the workflows. -
workflows
The details of the workflows to create. -
scope
- Returns:
this.
-
statuses
The statuses to associate with the workflows.- Returns:
this.
-
workflows
The details of the workflows to create.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-