Class DeleteUserRequest
- java.lang.Object
-
- org.elasticsearch.client.security.DeleteUserRequest
-
- All Implemented Interfaces:
Validatable
public final class DeleteUserRequest extends Object implements Validatable
A request to delete a user from the native realm.
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description DeleteUserRequest(String name)DeleteUserRequest(String name, RefreshPolicy refreshPolicy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()RefreshPolicygetRefreshPolicy()inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.client.Validatable
validate
-
-
-
-
Constructor Detail
-
DeleteUserRequest
public DeleteUserRequest(String name)
-
DeleteUserRequest
public DeleteUserRequest(String name, RefreshPolicy refreshPolicy)
-
-