Class DeleteResponse

All Implemented Interfaces:
WriteResponse, Writeable, StatusToXContentObject, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted

public class DeleteResponse extends DocWriteResponse
The response of the delete action.
See Also:
DeleteRequest, Client.delete(DeleteRequest)