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_typeisNumberIssueField.The value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField.The value of richText type custom field when_typeisRichTextIssueField.The value of string type custom field when_typeisStringIssueField.The value of of text custom field type when_typeisTextIssueField.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_typeisNumberIssueField.- Gibt zurück:
this.
-
optionID
The value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField.- Gibt zurück:
this.
-
richText
The value of richText type custom field when_typeisRichTextIssueField.- Gibt zurück:
this.
-
string
The value of string type custom field when_typeisStringIssueField.- Gibt zurück:
this.
-
text
The value of of text custom field type when_typeisTextIssueField.- Gibt zurück:
this.
-
build
-
toString
-