Uses of Enum Class
org.hisp.dhis.response.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in org.hisp.dhis
Methods in org.hisp.dhis that return HttpStatus -
Uses of HttpStatus in org.hisp.dhis.response
Methods in org.hisp.dhis.response that return HttpStatusModifier and TypeMethodDescriptionResponse.getHttpStatus()static HttpStatusHttpStatus.resolve(int statusCode) Resolve the given status code to anHttpStatus, if possible.static HttpStatusHttpStatus.valueOf(int statusCode) Return the enum constant of this type with the specified numeric value.static HttpStatusReturns the enum constant of this class with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hisp.dhis.response with parameters of type HttpStatusModifier and TypeMethodDescriptionstatic HttpStatus.SeriesHttpStatus.Series.valueOf(HttpStatus status) Return the enum constant of this type with the corresponding series.