Class UpdateHelper.Result

org.elasticsearch.action.update.UpdateHelper.Result
Enclosing class:
UpdateHelper

public static class UpdateHelper.Result extends
  • Constructor Details

    • Result

      public Result(Writeable action, DocWriteResponse.Result result, <,​> updatedSourceAsMap, org.elasticsearch.common.xcontent.XContentType updateSourceContentType)
  • Method Details

    • action

      public <T extends Writeable> T action()
    • getResponseResult

      public DocWriteResponse.Result getResponseResult()
    • updatedSourceAsMap

      public <,​> updatedSourceAsMap()
    • updateSourceContentType

      public org.elasticsearch.common.xcontent.XContentType updateSourceContentType()