Class UpdateCustomFieldDetails.UpdateCustomFieldDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateCustomFieldDetails.UpdateCustomFieldDetailsBuilder
- Enclosing class:
- UpdateCustomFieldDetails
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description of the custom field.The name of the custom field.searcherKey
(UpdateCustomFieldDetails.SearcherKeyEnum searcherKey) The searcher that defines the way the field is searched in Jira.toString()
-
Method Details
-
description
The description of the custom field. The maximum length is 40000 characters.- Returns:
this
.
-
name
The name of the custom field. It doesn't have to be unique. The maximum length is 255 characters.- Returns:
this
.
-
searcherKey
public UpdateCustomFieldDetails.UpdateCustomFieldDetailsBuilder searcherKey(UpdateCustomFieldDetails.SearcherKeyEnum searcherKey) The searcher that defines the way the field is searched in Jira. It can be set tonull
, otherwise you must specify the valid searcher for the field type, as listed below (abbreviated values shown): *cascadingselect
:cascadingselectsearcher
*datepicker
:daterange
*datetime
:datetimerange
*float
:exactnumber
ornumberrange
*grouppicker
:grouppickersearcher
*importid
:exactnumber
ornumberrange
*labels
:labelsearcher
*multicheckboxes
:multiselectsearcher
*multigrouppicker
:multiselectsearcher
*multiselect
:multiselectsearcher
*multiuserpicker
:userpickergroupsearcher
*multiversion
:versionsearcher
*project
:projectsearcher
*radiobuttons
:multiselectsearcher
*readonlyfield
:textsearcher
*select
:multiselectsearcher
*textarea
:textsearcher
*textfield
:textsearcher
*url
:exacttextsearcher
*userpicker
:userpickergroupsearcher
*version
:versionsearcher
- Returns:
this
.
-
build
-
toString
-