Klasse WorkflowScope
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowScope
extends Object
WorkflowScope
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumThe scope of the workflow.static class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ProjectIdprotected WorkflowScope.TypeEnumThe scope of the workflow. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWorkflowScope(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.GLOBALfor company-managed projects andPROJECTfor 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- projecttype- The scope of the workflow.GLOBALfor company-managed projects andPROJECTfor team-managed projects.
-
WorkflowScope
protected WorkflowScope()
-
-
Methodendetails
-
builder
-
project
-
type
The scope of the workflow.GLOBALfor company-managed projects andPROJECTfor team-managed projects. -
project
- Gibt zurück:
this.
-
type
The scope of the workflow.GLOBALfor company-managed projects andPROJECTfor team-managed projects.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-