Class ConnectCustomFieldValue.ConnectCustomFieldValueBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConnectCustomFieldValue.ConnectCustomFieldValueBuilder
- Enclosing class:
- ConnectCustomFieldValue
-
Method Summary
Modifier and TypeMethodDescriptionThe type of custom field.build()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()
-
Method Details
-
_type
public ConnectCustomFieldValue.ConnectCustomFieldValueBuilder _type(ConnectCustomFieldValue.TypeEnum _type) The type of custom field.- Returns:
this.
-
fieldID
The custom field ID.- Returns:
this.
-
issueID
The issue ID.- Returns:
this.
-
number
The value of number type custom field when_typeisNumberIssueField.- Returns:
this.
-
optionID
The value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField.- Returns:
this.
-
richText
The value of richText type custom field when_typeisRichTextIssueField.- Returns:
this.
-
string
The value of string type custom field when_typeisStringIssueField.- Returns:
this.
-
text
The value of of text custom field type when_typeisTextIssueField.- Returns:
this.
-
build
-
toString
-