Uses of Class
com.networknt.status.HttpStatus.Series
-
Packages that use HttpStatus.Series Package Description com.networknt.status -
-
Uses of HttpStatus.Series in com.networknt.status
Methods in com.networknt.status that return HttpStatus.Series Modifier and Type Method Description static HttpStatus.SeriesHttpStatus.Series. resolve(int statusCode)HttpStatus.SeriesHttpStatus. series()static HttpStatus.SeriesHttpStatus.Series. valueOf(int statusCode)Return the enum constant of this type with the corresponding series.static HttpStatus.SeriesHttpStatus.Series. valueOf(HttpStatus status)Return the enum constant of this type with the corresponding series.static HttpStatus.SeriesHttpStatus.Series. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpStatus.Series[]HttpStatus.Series. values()Returns an array containing the constants of this enum type, in the order they are declared.
-