Uses of Class
com.atlassian.confluence.plugins.index.api.FieldDescriptor.Index
-
Packages that use FieldDescriptor.Index Package Description com.atlassian.confluence.plugins.index.api -
-
Uses of FieldDescriptor.Index in com.atlassian.confluence.plugins.index.api
Methods in com.atlassian.confluence.plugins.index.api that return FieldDescriptor.Index Modifier and Type Method Description FieldDescriptor.Index
StringFieldDescriptor. getIndex()
Deprecated.FieldDescriptor.Index
TextFieldDescriptor. getIndex()
Deprecated.static FieldDescriptor.Index
FieldDescriptor.Index. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static FieldDescriptor.Index[]
FieldDescriptor.Index. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.plugins.index.api with parameters of type FieldDescriptor.Index Constructor Description FieldDescriptor(String name, String value, FieldDescriptor.Store store, FieldDescriptor.Index index)
Deprecated.since 8.6.
-