Klasse UpdateCustomFieldDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateCustomFieldDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateCustomFieldDetails
extends Object
UpdateCustomFieldDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The searcher that defines the way the field is searched in Jira.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the custom field.protected String
The name of the custom field.protected UpdateCustomFieldDetails.SearcherKeyEnum
The searcher that defines the way the field is searched in Jira. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateCustomFieldDetails
(String description, String name, UpdateCustomFieldDetails.SearcherKeyEnum searcherKey) Constructs a validated instance ofUpdateCustomFieldDetails
.Constructs a validated instance ofUpdateCustomFieldDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the custom field.description
(String description) The description of the custom field.boolean
int
hashCode()
name()
The name of the custom field.The name of the custom field.The searcher that defines the way the field is searched in Jira.searcherKey
(UpdateCustomFieldDetails.SearcherKeyEnum searcherKey) The searcher that defines the way the field is searched in Jira.toString()
-
Felddetails
-
description
The description of the custom field. The maximum length is 40000 characters. -
name
The name of the custom field. It doesn't have to be unique. The maximum length is 255 characters. -
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
-
-
Konstruktordetails
-
UpdateCustomFieldDetails
Constructs a validated instance ofUpdateCustomFieldDetails
.- Parameter:
spec
- the specification to process
-
UpdateCustomFieldDetails
@Internal public UpdateCustomFieldDetails(String description, String name, UpdateCustomFieldDetails.SearcherKeyEnum searcherKey) Constructs a validated instance ofUpdateCustomFieldDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateCustomFieldDetails(Consumer)
instead.- Parameter:
description
- The description of the custom field. The maximum length is 40000 characters.name
- The name of the custom field. It doesn't have to be unique. The maximum length is 255 characters.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
-
UpdateCustomFieldDetails
protected UpdateCustomFieldDetails()
-
-
Methodendetails
-
builder
-
description
The description of the custom field. The maximum length is 40000 characters. -
name
The name of the custom field. It doesn't have to be unique. The maximum length is 255 characters. -
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
-
description
The description of the custom field. The maximum length is 40000 characters.- Gibt zurück:
this
.
-
name
The name of the custom field. It doesn't have to be unique. The maximum length is 255 characters.- Gibt zurück:
this
.
-
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
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-