Class CustomContextVariable
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomContextVariable
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomContextVariable
extends Object
CustomContextVariable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofCustomContextVariable
.Constructs a validated instance ofCustomContextVariable
. -
Method Summary
Modifier and TypeMethodDescriptionThe account ID of the user.The account ID of the user.builder()
protected boolean
boolean
int
hashCode()
id()
The issue ID.The issue ID.key()
The issue key.The issue key.toString()
type()
Type of custom context variable.Type of custom context variable.value()
A JSON object containing custom content.A JSON object containing custom content.
-
Field Details
-
type
Type of custom context variable. -
accountId
The account ID of the user. -
id
The issue ID. -
key
The issue key. -
value
A JSON object containing custom content.
-
-
Constructor Details
-
CustomContextVariable
Constructs a validated instance ofCustomContextVariable
.- Parameters:
spec
- the specification to process
-
CustomContextVariable
@Internal public CustomContextVariable(String type, String accountId, Long id, String key, Object value) Constructs a validated instance ofCustomContextVariable
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomContextVariable(Consumer)
instead.- Parameters:
type
- Type of custom context variable.accountId
- The account ID of the user.id
- The issue ID.key
- The issue key.value
- A JSON object containing custom content.
-
CustomContextVariable
protected CustomContextVariable()
-
-
Method Details
-
builder
-
type
Type of custom context variable. -
accountId
The account ID of the user. -
id
The issue ID. -
key
The issue key. -
value
A JSON object containing custom content. -
type
Type of custom context variable.- Returns:
this
.
-
accountId
The account ID of the user.- Returns:
this
.
-
id
The issue ID.- Returns:
this
.
-
key
The issue key.- Returns:
this
.
-
value
A JSON object containing custom content.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-