Class IssueFieldOption
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueFieldOption
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueFieldOption
extends Object
IssueFieldOption
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IssueFieldOptionConfiguration
protected Long
The unique identifier for the option.The properties of the object, as arbitrary key-value pairs.protected String
The option's name, which is displayed in Jira. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IssueFieldOption
(IssueFieldOptionConfiguration config, Long id, Map<String, Object> properties, String value) Constructs a validated instance ofIssueFieldOption
.Constructs a validated instance ofIssueFieldOption
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
config()
config
(IssueFieldOptionConfiguration config) boolean
int
hashCode()
id()
The unique identifier for the option.The unique identifier for the option.The properties of the object, as arbitrary key-value pairs.properties
(Map<String, Object> properties) The properties of the object, as arbitrary key-value pairs.toString()
value()
The option's name, which is displayed in Jira.The option's name, which is displayed in Jira.
-
Field Details
-
config
-
id
The unique identifier for the option. This is only unique within the select field's set of options. -
properties
The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module. -
value
The option's name, which is displayed in Jira.
-
-
Constructor Details
-
IssueFieldOption
Constructs a validated instance ofIssueFieldOption
.- Parameters:
spec
- the specification to process
-
IssueFieldOption
@Internal public IssueFieldOption(IssueFieldOptionConfiguration config, Long id, Map<String, Object> properties, String value) Constructs a validated instance ofIssueFieldOption
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueFieldOption(Consumer)
instead.- Parameters:
config
- configid
- The unique identifier for the option. This is only unique within the select field's set of options.properties
- The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module.value
- The option's name, which is displayed in Jira.
-
IssueFieldOption
protected IssueFieldOption()
-
-
Method Details
-
builder
-
config
-
id
The unique identifier for the option. This is only unique within the select field's set of options. -
properties
The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module. -
value
The option's name, which is displayed in Jira. -
config
- Returns:
this
.
-
id
The unique identifier for the option. This is only unique within the select field's set of options.- Returns:
this
.
-
properties
The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module.- Returns:
this
.
-
value
The option's name, which is displayed in Jira.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-