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