Klasse IssueContextVariable
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueContextVariable
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueContextVariable
extends Object
IssueContextVariable
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueContextVariable
(Long id, String key, String type) Constructs a validated instance ofIssueContextVariable
.Constructs a validated instance ofIssueContextVariable
. -
Methodenübersicht
-
Felddetails
-
id
The issue ID. -
key
The issue key. -
type
Type of custom context variable.
-
-
Konstruktordetails
-
IssueContextVariable
Constructs a validated instance ofIssueContextVariable
.- Parameter:
spec
- the specification to process
-
IssueContextVariable
Constructs a validated instance ofIssueContextVariable
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueContextVariable(Consumer)
instead.- Parameter:
id
- The issue ID.key
- The issue key.type
- Type of custom context variable.
-
IssueContextVariable
protected IssueContextVariable()
-
-
Methodendetails
-
builder
-
id
The issue ID. -
key
The issue key. -
type
Type of custom context variable. -
id
The issue ID.- Gibt zurück:
this
.
-
key
The issue key.- Gibt zurück:
this
.
-
type
Type of custom context variable.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-