Klasse Context
java.lang.Object
io.github.primelib.jira4j.restv3.model.Context
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Context
extends Object
Context
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Context.ContextBuilder
builder()
protected boolean
boolean
int
hashCode()
id()
The ID of the context.The ID of the context.name()
The name of the context.The name of the context.scope()
scope
(ContextScope scope) toString()
-
Felddetails
-
id
The ID of the context. -
name
The name of the context. -
scope
-
-
Konstruktordetails
-
Context
Constructs a validated instance ofContext
.- Parameter:
spec
- the specification to process
-
Context
Constructs a validated instance ofContext
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Context(Consumer)
instead.- Parameter:
id
- The ID of the context.name
- The name of the context.scope
- scope
-
Context
protected Context()
-
-
Methodendetails
-
builder
-
id
The ID of the context. -
name
The name of the context. -
scope
-
id
The ID of the context.- Gibt zurück:
this
.
-
name
The name of the context.- Gibt zurück:
this
.
-
scope
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-