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