Package org.codelibs.fess.app.web.api
Class ApiResult
java.lang.Object
org.codelibs.fess.app.web.api.ApiResult
This class represents the base response structure for API results.
It encapsulates the API response and provides methods to build different types of API responses.
-
Nested Class Summary
Nested ClassesModifier 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 the base API response structure.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.static enumRepresents the status of an API response. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionApiResult(ApiResult.ApiResponse response) Constructs an ApiResult with the specified ApiResponse. -
Method Summary
-
Field Details
-
response
The API response object.
-
-
Constructor Details
-
ApiResult
Constructs an ApiResult with the specified ApiResponse.- Parameters:
response- The API response object.
-