Class WorkflowScope
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowScope
extends Object
WorkflowScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe scope of the workflow.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ProjectIdprotected WorkflowScope.TypeEnumThe scope of the workflow. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowScope(ProjectId project, WorkflowScope.TypeEnum type) Constructs a validated instance ofWorkflowScope.WorkflowScope(Consumer<WorkflowScope> spec) Constructs a validated instance ofWorkflowScope. -
Method Summary
-
Field Details
-
project
-
type
The scope of the workflow.GLOBALfor company-managed projects andPROJECTfor team-managed projects.
-
-
Constructor Details
-
WorkflowScope
Constructs a validated instance ofWorkflowScope.- Parameters:
spec- the specification to process
-
WorkflowScope
Constructs a validated instance ofWorkflowScope.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowScope(Consumer)instead.- Parameters:
project- projecttype- The scope of the workflow.GLOBALfor company-managed projects andPROJECTfor team-managed projects.
-
WorkflowScope
protected WorkflowScope()
-
-
Method Details
-
builder
-
project
-
type
The scope of the workflow.GLOBALfor company-managed projects andPROJECTfor team-managed projects. -
project
- Returns:
this.
-
type
The scope of the workflow.GLOBALfor company-managed projects andPROJECTfor team-managed projects.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-