Klasse ScreenScope
java.lang.Object
io.github.primelib.jira4j.restv3.model.ScreenScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenScope
extends Object
ScreenScope
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The type of scope. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ScopeProject
protected ScreenScope.TypeEnum
The type of scope. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ScreenScope
(ScopeProject project, ScreenScope.TypeEnum type) Constructs a validated instance ofScreenScope
.ScreenScope
(Consumer<ScreenScope> spec) Constructs a validated instance ofScreenScope
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
project()
project
(ScopeProject project) toString()
type()
The type of scope.type
(ScreenScope.TypeEnum type) The type of scope.
-
Felddetails
-
project
-
type
The type of scope.
-
-
Konstruktordetails
-
ScreenScope
Constructs a validated instance ofScreenScope
.- Parameter:
spec
- the specification to process
-
ScreenScope
Constructs a validated instance ofScreenScope
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenScope(Consumer)
instead.- Parameter:
project
- var.nametype
- The type of scope.
-
ScreenScope
protected ScreenScope()
-
-
Methodendetails