Klasse ConnectCustomFieldValue.ConnectCustomFieldValueBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.ConnectCustomFieldValue.ConnectCustomFieldValueBuilder
- Umschließende Klasse:
ConnectCustomFieldValue
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The custom field ID.The issue ID.number
(BigDecimal number) The value of number type custom field when_type
isNumberIssueField
.The value of single select and multiselect custom field type when_type
isSingleSelectIssueField
orMultiSelectIssueField
.The value of richText type custom field when_type
isRichTextIssueField
.The value of string type custom field when_type
isStringIssueField
.The value of of text custom field type when_type
isTextIssueField
.toString()
The type of custom field.
-
Methodendetails
-
type
public ConnectCustomFieldValue.ConnectCustomFieldValueBuilder type(ConnectCustomFieldValue.TypeEnum 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
.
-
build
-
toString
-