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