Class DeleteRoleResponse

java.lang.Object
org.elasticsearch.client.security.DeleteRoleResponse

public final class DeleteRoleResponse
extends java.lang.Object
Response for a role being deleted from the native realm
  • Constructor Summary

    Constructors
    Constructor Description
    DeleteRoleResponse​(boolean found)  
  • Method Summary

    Modifier and Type Method Description
    static DeleteRoleResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    boolean isFound()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeleteRoleResponse

      public DeleteRoleResponse​(boolean found)
  • Method Details

    • isFound

      public boolean isFound()
    • fromXContent

      public static DeleteRoleResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException