Uses of Class
org.elasticsearch.client.xpack.XPackInfoRequest.Category
-
Packages that use XPackInfoRequest.Category Package Description org.elasticsearch.client.xpack -
-
Uses of XPackInfoRequest.Category in org.elasticsearch.client.xpack
Methods in org.elasticsearch.client.xpack that return XPackInfoRequest.Category Modifier and Type Method Description static XPackInfoRequest.CategoryXPackInfoRequest.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static XPackInfoRequest.Category[]XPackInfoRequest.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.client.xpack that return types with arguments of type XPackInfoRequest.Category Modifier and Type Method Description EnumSet<XPackInfoRequest.Category>XPackInfoRequest. getCategories()static EnumSet<XPackInfoRequest.Category>XPackInfoRequest.Category. toSet(String... categories)Method parameters in org.elasticsearch.client.xpack with type arguments of type XPackInfoRequest.Category Modifier and Type Method Description voidXPackInfoRequest. setCategories(EnumSet<XPackInfoRequest.Category> categories)
-