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 classstatic enumThe type of scope. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ScopeProjectprotected ContextScope.TypeEnumThe type of scope. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContextScope(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 booleanbooleaninthashCode()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- projecttype- The type of scope.
-
ContextScope
protected ContextScope()
-
-
Methodendetails