Klasse StatusScope
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusScope
extends Object
StatusScope
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The scope of the status. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ProjectId
protected StatusScope.TypeEnum
The scope of the status. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StatusScope
(ProjectId project, StatusScope.TypeEnum type) Constructs a validated instance ofStatusScope
.StatusScope
(Consumer<StatusScope> spec) Constructs a validated instance ofStatusScope
. -
Methodenübersicht
-
Felddetails
-
project
-
type
The scope of the status.GLOBAL
for company-managed projects andPROJECT
for team-managed projects.
-
-
Konstruktordetails
-
StatusScope
Constructs a validated instance ofStatusScope
.- Parameter:
spec
- the specification to process
-
StatusScope
Constructs a validated instance ofStatusScope
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusScope(Consumer)
instead.- Parameter:
project
- projecttype
- The scope of the status.GLOBAL
for company-managed projects andPROJECT
for team-managed projects.
-
StatusScope
protected StatusScope()
-
-
Methodendetails
-
builder
-
project
-
type
The scope of the status.GLOBAL
for company-managed projects andPROJECT
for team-managed projects. -
project
- Gibt zurück:
this
.
-
type
The scope of the status.GLOBAL
for company-managed projects andPROJECT
for team-managed projects.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-