Uses of Enum Class
org.codelibs.fess.app.web.api.ApiResult.Status
Packages that use ApiResult.Status
-
Uses of ApiResult.Status in org.codelibs.fess.app.web.api
Methods in org.codelibs.fess.app.web.api that return ApiResult.StatusModifier and TypeMethodDescriptionstatic ApiResult.StatusReturns the enum constant of this class with the specified name.static ApiResult.Status[]ApiResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codelibs.fess.app.web.api with parameters of type ApiResult.StatusModifier and TypeMethodDescriptionApiResult.ApiResponse.status(ApiResult.Status status) Sets the status of the response.