Class DeleteRoleMappingRequest

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

public final class DeleteRoleMappingRequest
extends java.lang.Object
implements Validatable
Request object to delete a role mapping.
  • Field Summary

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors 
    Constructor Description
    DeleteRoleMappingRequest​(java.lang.String name, RefreshPolicy refreshPolicy)
    Constructor for DeleteRoleMappingRequest
  • 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