Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ApiBulkResponse (0.15 seconds)

  1. src/main/java/org/codelibs/fess/app/web/api/ApiResult.java

        }
    
        /**
         * Represents an API response for bulk operations, containing a list of processed items.
         */
        public static class ApiBulkResponse extends ApiResponse {
            /**
             * Constructs an empty ApiBulkResponse.
             */
            public ApiBulkResponse() {
                // NOP
            }
    
            /**
             * The list of items processed in the bulk operation.
             */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 25.8K bytes
    - Click Count (0)
Back to Top