Uses of Class
com.foxinmy.weixin4j.http.HttpStatus.Series
-
Packages that use HttpStatus.Series Package Description com.foxinmy.weixin4j.http -
-
Uses of HttpStatus.Series in com.foxinmy.weixin4j.http
Methods in com.foxinmy.weixin4j.http that return HttpStatus.Series Modifier and Type Method Description HttpStatus.Series
HttpStatus. series()
Returns the HTTP status series of this status code.static HttpStatus.Series
HttpStatus.Series. valueOf(int status)
Returns the enum constant of this type with the specified name.static HttpStatus.Series
HttpStatus.Series. valueOf(HttpStatus status)
Returns the enum constant of this type with the specified name.static HttpStatus.Series
HttpStatus.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.
-