Klasse IssueFieldOption
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueFieldOption
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueFieldOption
extends Object
IssueFieldOption
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueFieldOption
(IssueFieldOptionConfiguration config, Long id, Map<String, Object> properties, String value) Constructs a validated instance ofIssueFieldOption
.Constructs a validated instance ofIssueFieldOption
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
IssueFieldOption
Constructs a validated instance ofIssueFieldOption
.- Parameter:
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.- Parameter:
config
- var.nameid
- 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()
-
-
Methodendetails
-
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
- Gibt zurück:
this
.
-
id
The unique identifier for the option. This is only unique within the select field's set of options.- Gibt zurück:
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.- Gibt zurück:
this
.
-
value
The option's name, which is displayed in Jira.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-