Klasse IssueFieldOptionCreateBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueFieldOptionCreateBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueFieldOptionCreateBean
extends Object
IssueFieldOptionCreateBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected IssueFieldOptionConfiguration
The properties of the option as arbitrary key-value pairs.protected String
The option's name, which is displayed in Jira. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueFieldOptionCreateBean
(IssueFieldOptionConfiguration config, Map<String, Object> properties, String value) Constructs a validated instance ofIssueFieldOptionCreateBean
.Constructs a validated instance ofIssueFieldOptionCreateBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
config()
config
(IssueFieldOptionConfiguration config) boolean
int
hashCode()
The properties of the option as arbitrary key-value pairs.properties
(Map<String, Object> properties) The properties of the option 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
-
properties
The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see 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
-
IssueFieldOptionCreateBean
Constructs a validated instance ofIssueFieldOptionCreateBean
.- Parameter:
spec
- the specification to process
-
IssueFieldOptionCreateBean
@Internal public IssueFieldOptionCreateBean(IssueFieldOptionConfiguration config, Map<String, Object> properties, String value) Constructs a validated instance ofIssueFieldOptionCreateBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueFieldOptionCreateBean(Consumer)
instead.- Parameter:
config
- var.nameproperties
- The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see 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.
-
IssueFieldOptionCreateBean
protected IssueFieldOptionCreateBean()
-
-
Methodendetails
-
builder
-
config
-
properties
The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see 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
.
-
properties
The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see 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
-