Class IssueContextVariable
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueContextVariable
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueContextVariable
extends Object
IssueContextVariable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IssueContextVariable
(Long id, String key, String type) Constructs a validated instance ofIssueContextVariable
.Constructs a validated instance ofIssueContextVariable
. -
Method Summary
-
Field Details
-
id
The issue ID. -
key
The issue key. -
type
Type of custom context variable.
-
-
Constructor Details
-
IssueContextVariable
Constructs a validated instance ofIssueContextVariable
.- Parameters:
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.- Parameters:
id
- The issue ID.key
- The issue key.type
- Type of custom context variable.
-
IssueContextVariable
protected IssueContextVariable()
-
-
Method Details
-
builder
-
id
The issue ID. -
key
The issue key. -
type
Type of custom context variable. -
id
The issue ID.- Returns:
this
.
-
key
The issue key.- Returns:
this
.
-
type
Type of custom context variable.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-