Uses of Class
org.openiam.elasticsearch.constants.Index
-
Packages that use Index Package Description org.openiam.elasticsearch.constants -
-
Uses of Index in org.openiam.elasticsearch.constants
Methods in org.openiam.elasticsearch.constants that return Index Modifier and Type Method Description static Index
Index. valueOf(String name)
Returns the enum constant of this type with the specified name.static Index[]
Index. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-