Uses of Class
org.codelibs.fess.app.web.api.ApiResult.ApiResponse
Packages that use ApiResult.ApiResponse
-
Uses of ApiResult.ApiResponse in org.codelibs.fess.app.web.api
Subclasses of ApiResult.ApiResponse in org.codelibs.fess.app.web.apiModifier and TypeClassDescriptionstatic classRepresents an API response containing a list of backup files.static classRepresents an API response for bulk operations, containing a list of processed items.static classRepresents an API response for configuration settings.static classRepresents an API response for a list of configuration settings.static classRepresents an API response for a delete operation.static classRepresents an API response for a single document.static classRepresents an API response for search results, including document list, pagination, and facet information.static classRepresents an API response for an error.static classRepresents an API response containing a list of log files.static classRepresents an API response for a log entry.static classRepresents an API response for a list of logs.static classRepresents an API response for plugin information.static classRepresents an API response for a start job operation.static classRepresents an API response containing statistical information.static classRepresents an API response for storage-related operations, typically containing a list of items.static classRepresents an API response containing system information.static classRepresents an API response for an update operation.Fields in org.codelibs.fess.app.web.api declared as ApiResult.ApiResponseModifier and TypeFieldDescriptionprotected ApiResult.ApiResponseApiResult.responseThe API response object.Methods in org.codelibs.fess.app.web.api that return ApiResult.ApiResponseModifier and TypeMethodDescriptionApiResult.ApiResponse.status(ApiResult.Status status) Sets the status of the response.Constructors in org.codelibs.fess.app.web.api with parameters of type ApiResult.ApiResponseModifierConstructorDescriptionApiResult(ApiResult.ApiResponse response) Constructs an ApiResult with the specified ApiResponse.