Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ApiBulkResponse (0.13 sec)

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

            @Override
            public ApiResult result() {
                return new ApiResult(this);
            }
        }
    
        public static class ApiBulkResponse extends ApiResponse {
            protected List<Map<String, Object>> items;
    
            public ApiBulkResponse items(final List<Map<String, Object>> items) {
                this.items = items;
                return this;
            }
    
            @Override
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top