Class DeleteUserRequest

java.lang.Object
org.elasticsearch.client.security.DeleteUserRequest
All Implemented Interfaces:
Validatable

public final class DeleteUserRequest
extends java.lang.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​(java.lang.String name)  
    DeleteUserRequest​(java.lang.String name, RefreshPolicy refreshPolicy)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    java.lang.String getName()  
    RefreshPolicy getRefreshPolicy()  
    int hashCode()  

    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 Details

    • DeleteUserRequest

      public DeleteUserRequest​(java.lang.String name)
    • DeleteUserRequest

      public DeleteUserRequest​(java.lang.String name, RefreshPolicy refreshPolicy)
  • Method Details

    • getName

      public java.lang.String getName()
    • getRefreshPolicy

      public RefreshPolicy getRefreshPolicy()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object