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