Klasse ConnectCustomFieldValue
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConnectCustomFieldValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConnectCustomFieldValue
extends Object
ConnectCustomFieldValue
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The type of custom field. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Integer
The custom field ID.protected Integer
The issue ID.protected BigDecimal
The value of number type custom field when_type
isNumberIssueField
.protected String
The value of single select and multiselect custom field type when_type
isSingleSelectIssueField
orMultiSelectIssueField
.protected String
The value of richText type custom field when_type
isRichTextIssueField
.protected String
The value of string type custom field when_type
isStringIssueField
.protected String
The value of of text custom field type when_type
isTextIssueField
.protected ConnectCustomFieldValue.TypeEnum
The type of custom field. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ConnectCustomFieldValue
(ConnectCustomFieldValue.TypeEnum type, Integer fieldID, Integer issueID, BigDecimal number, String optionID, String richText, String string, String text) Constructs a validated instance ofConnectCustomFieldValue
.Constructs a validated instance ofConnectCustomFieldValue
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
fieldID()
The custom field ID.The custom field ID.int
hashCode()
issueID()
The issue ID.The issue ID.number()
The value of number type custom field when_type
isNumberIssueField
.number
(BigDecimal number) The value of number type custom field when_type
isNumberIssueField
.optionID()
The value of single select and multiselect custom field type when_type
isSingleSelectIssueField
orMultiSelectIssueField
.The value of single select and multiselect custom field type when_type
isSingleSelectIssueField
orMultiSelectIssueField
.richText()
The value of richText type custom field when_type
isRichTextIssueField
.The value of richText type custom field when_type
isRichTextIssueField
.string()
The value of string type custom field when_type
isStringIssueField
.The value of string type custom field when_type
isStringIssueField
.text()
The value of of text custom field type when_type
isTextIssueField
.The value of of text custom field type when_type
isTextIssueField
.toString()
type()
The type of custom field.The type of custom field.
-
Felddetails
-
type
The type of custom field. -
fieldID
The custom field ID. -
issueID
The issue ID. -
number
The value of number type custom field when_type
isNumberIssueField
. -
optionID
The value of single select and multiselect custom field type when_type
isSingleSelectIssueField
orMultiSelectIssueField
. -
richText
The value of richText type custom field when_type
isRichTextIssueField
. -
string
The value of string type custom field when_type
isStringIssueField
. -
text
The value of of text custom field type when_type
isTextIssueField
.
-
-
Konstruktordetails
-
ConnectCustomFieldValue
Constructs a validated instance ofConnectCustomFieldValue
.- Parameter:
spec
- the specification to process
-
ConnectCustomFieldValue
@Internal public ConnectCustomFieldValue(ConnectCustomFieldValue.TypeEnum type, Integer fieldID, Integer issueID, BigDecimal number, String optionID, String richText, String string, String text) Constructs a validated instance ofConnectCustomFieldValue
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ConnectCustomFieldValue(Consumer)
instead.- Parameter:
type
- The type of custom field.fieldID
- The custom field ID.issueID
- The issue ID.number
- The value of number type custom field when_type
isNumberIssueField
.optionID
- The value of single select and multiselect custom field type when_type
isSingleSelectIssueField
orMultiSelectIssueField
.richText
- The value of richText type custom field when_type
isRichTextIssueField
.string
- The value of string type custom field when_type
isStringIssueField
.text
- The value of of text custom field type when_type
isTextIssueField
.
-
ConnectCustomFieldValue
protected ConnectCustomFieldValue()
-
-
Methodendetails
-
builder
-
type
The type of custom field. -
fieldID
The custom field ID. -
issueID
The issue ID. -
number
The value of number type custom field when_type
isNumberIssueField
. -
optionID
The value of single select and multiselect custom field type when_type
isSingleSelectIssueField
orMultiSelectIssueField
. -
richText
The value of richText type custom field when_type
isRichTextIssueField
. -
string
The value of string type custom field when_type
isStringIssueField
. -
text
The value of of text custom field type when_type
isTextIssueField
. -
type
The type of custom field.- Gibt zurück:
this
.
-
fieldID
The custom field ID.- Gibt zurück:
this
.
-
issueID
The issue ID.- Gibt zurück:
this
.
-
number
The value of number type custom field when_type
isNumberIssueField
.- Gibt zurück:
this
.
-
optionID
The value of single select and multiselect custom field type when_type
isSingleSelectIssueField
orMultiSelectIssueField
.- Gibt zurück:
this
.
-
richText
The value of richText type custom field when_type
isRichTextIssueField
.- Gibt zurück:
this
.
-
string
The value of string type custom field when_type
isStringIssueField
.- Gibt zurück:
this
.
-
text
The value of of text custom field type when_type
isTextIssueField
.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-