Class ApiResult.ApiBulkResponse

java.lang.Object
org.codelibs.fess.app.web.api.ApiResult.ApiResponse
org.codelibs.fess.app.web.api.ApiResult.ApiBulkResponse
Enclosing class:
ApiResult

public static class ApiResult.ApiBulkResponse extends ApiResult.ApiResponse
Represents an API response for bulk operations, containing a list of processed items.
  • Field Details

    • items

      protected List<Map<String,Object>> items
      The list of items processed in the bulk operation.
  • Constructor Details

    • ApiBulkResponse

      public ApiBulkResponse()
      Constructs an empty ApiBulkResponse.
  • Method Details