Klasse WorkflowScope
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowScope
extends Object
WorkflowScope
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The scope of the workflow.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ProjectId
protected WorkflowScope.TypeEnum
The scope of the workflow. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowScope
(ProjectId project, WorkflowScope.TypeEnum type) Constructs a validated instance ofWorkflowScope
.WorkflowScope
(Consumer<WorkflowScope> spec) Constructs a validated instance ofWorkflowScope
. -
Methodenübersicht
-
Felddetails
-
project
-
type
The scope of the workflow.GLOBAL
for company-managed projects andPROJECT
for team-managed projects.
-
-
Konstruktordetails
-
WorkflowScope
Constructs a validated instance ofWorkflowScope
.- Parameter:
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.- Parameter:
project
- var.nametype
- The scope of the workflow.GLOBAL
for company-managed projects andPROJECT
for team-managed projects.
-
WorkflowScope
protected WorkflowScope()
-
-
Methodendetails
-
builder
-
project
-
type
The scope of the workflow.GLOBAL
for company-managed projects andPROJECT
for team-managed projects. -
project
- Gibt zurück:
this
.
-
type
The scope of the workflow.GLOBAL
for company-managed projects andPROJECT
for team-managed projects.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-