Class GetBuiltinPrivilegesRequest
java.lang.Object
org.elasticsearch.client.security.GetBuiltinPrivilegesRequest
- All Implemented Interfaces:
Validatable
public final class GetBuiltinPrivilegesRequest extends java.lang.Object implements Validatable
Request object to retrieve the privilege that are builtin to the Elasticsearch cluster.
-
Field Summary
Fields Modifier and Type Field Description static GetBuiltinPrivilegesRequestINSTANCEFields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Method Summary
Modifier and Type Method Description org.elasticsearch.client.RequestgetRequest()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Field Details
-
INSTANCE
-
-
Method Details
-
getRequest
public org.elasticsearch.client.Request getRequest()
-