Class DeleteUserResponse

java.lang.Object
org.elasticsearch.client.core.AcknowledgedResponse
org.elasticsearch.client.security.DeleteUserResponse

public final class DeleteUserResponse
extends AcknowledgedResponse
Response for a user being deleted from the native realm
  • Constructor Summary

    Constructors
    Constructor Description
    DeleteUserResponse​(boolean acknowledged)  
  • Method Summary

    Modifier and Type Method Description
    static DeleteUserResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    protected java.lang.String getFieldName()  

    Methods inherited from class org.elasticsearch.client.core.AcknowledgedResponse

    equals, generateParser, hashCode, isAcknowledged

    Methods inherited from class java.lang.Object

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

    • DeleteUserResponse

      public DeleteUserResponse​(boolean acknowledged)
  • Method Details

    • fromXContent

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

      protected java.lang.String getFieldName()
      Overrides:
      getFieldName in class AcknowledgedResponse
      Returns:
      the field name this response uses to output the acknowledged flag