Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ApiPluginResponse (0.31 sec)

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

                        .stream().collect(Collectors.joining(" "));
                return this;
            }
        }
    
        public static class ApiPluginResponse extends ApiResponse {
            protected List<Map<String, String>> plugins;
    
            public ApiPluginResponse plugins(final List<Map<String, String>> plugins) {
                this.plugins = plugins;
                return this;
            }
    
            @Override
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top