Enum Class UpdateCustomFieldDetails.SearcherKeyEnum
java.lang.Object
java.lang.Enum<UpdateCustomFieldDetails.SearcherKeyEnum>
io.github.primelib.jira4j.restv2.model.UpdateCustomFieldDetails.SearcherKeyEnum
- All Implemented Interfaces:
Serializable,Comparable<UpdateCustomFieldDetails.SearcherKeyEnum>,Constable
- Enclosing class:
- UpdateCustomFieldDetails
public static enum UpdateCustomFieldDetails.SearcherKeyEnum
extends Enum<UpdateCustomFieldDetails.SearcherKeyEnum>
The searcher that defines the way the field is searched in Jira. It can be set to
null, 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 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-
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
-