@ExperimentalApi public static final enum

IndexDocumentConfiguration.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.index.IndexDocumentConfiguration.Type

@ExperimentalApi

This enum is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Summary

Enum Values
IndexDocumentConfiguration.Type  DATE   
IndexDocumentConfiguration.Type  NUMBER   
IndexDocumentConfiguration.Type  STRING   
IndexDocumentConfiguration.Type  TEXT   
Public Methods
static Option<IndexDocumentConfiguration.Type> getValue(String value)
static IndexDocumentConfiguration.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final IndexDocumentConfiguration.Type DATE

public static final IndexDocumentConfiguration.Type NUMBER

public static final IndexDocumentConfiguration.Type STRING

public static final IndexDocumentConfiguration.Type TEXT

Public Methods

public static Option<IndexDocumentConfiguration.Type> getValue (String value)

Parameters
value value tha should be converted to this enum. This string will be first converted to upper case
Returns
  • defined option if value is valid for this enum

public static IndexDocumentConfiguration.Type valueOf (String name)

public static final Type[] values ()