Package org.codelibs.fess.app.web.api
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
Represents an API response for bulk operations, containing a list of processed items.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of items processed in the bulk operation.Fields inherited from class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
status, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
status
-
Field Details
-
items
The list of items processed in the bulk operation.
-
-
Constructor Details
-
ApiBulkResponse
public ApiBulkResponse()Constructs an empty ApiBulkResponse.
-
-
Method Details
-
items
Sets the list of items processed in the bulk operation.- Parameters:
items- The list of items, where each item is represented by a map.- Returns:
- The ApiBulkResponse instance.
-
result
Description copied from class:ApiResult.ApiResponseReturns a new ApiResult instance with this ApiResponse.- Overrides:
resultin classApiResult.ApiResponse- Returns:
- A new ApiResult instance.
-