Enum Class CustomFieldDefinitionJsonBean.SearcherKeyEnum
java.lang.Object
java.lang.Enum<CustomFieldDefinitionJsonBean.SearcherKeyEnum>
io.github.primelib.jira4j.restv2.model.CustomFieldDefinitionJsonBean.SearcherKeyEnum
- All Implemented Interfaces:
Serializable,Comparable<CustomFieldDefinitionJsonBean.SearcherKeyEnum>,Constable
- Enclosing class:
- CustomFieldDefinitionJsonBean
public static enum CustomFieldDefinitionJsonBean.SearcherKeyEnum
extends Enum<CustomFieldDefinitionJsonBean.SearcherKeyEnum>
The searcher defines the way the field is searched in Jira. For example, *com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher*.
The search UI (basic search and JQL search) will display different operations and values for the field, based on the field searcher. You must specify a searcher that is valid for the field type, as listed below (abbreviated values shown):
*
cascadingselect: cascadingselectsearcher
*
datepicker: daterange
*
datetime: datetimerange
*
float: exactnumber or numberrange
*
grouppicker: grouppickersearcher
*
importid: exactnumber or numberrange
*
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
If no searcher is provided, the field isn't searchable. However, [Forge custom fields](https://developer.atlassian.com/platform/forge/manifest-reference/modules/#jira-custom-field-type--beta-) have a searcher set automatically, so are always searchable.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
CASCADINGSELECTSEARCHER
-
DATERANGE
-
DATETIMERANGE
-
EXACTNUMBER
-
EXACTTEXTSEARCHER
-
GROUPPICKERSEARCHER
-
LABELSEARCHER
-
MULTISELECTSEARCHER
-
NUMBERRANGE
-
PROJECTSEARCHER
-
TEXTSEARCHER
-
USERPICKERGROUPSEARCHER
-
VERSIONSEARCHER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
of
-
getValue
-