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