- value() - Method in enum com.networknt.status.HttpStatus.Series
-
Return the integer value of this status series.
- value() - Method in enum com.networknt.status.HttpStatus
-
Return the integer value of this status code.
- valueOf(String) - Static method in enum com.networknt.status.HttpStatus.Series
-
Returns the enum constant of this type with the specified name.
- valueOf(HttpStatus) - Static method in enum com.networknt.status.HttpStatus.Series
-
Return the enum constant of this type with the corresponding series.
- valueOf(int) - Static method in enum com.networknt.status.HttpStatus.Series
-
Return the enum constant of this type with the corresponding series.
- valueOf(String) - Static method in enum com.networknt.status.HttpStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.networknt.status.HttpStatus
-
Return the enum constant of this type with the specified numeric value.
- values() - Static method in enum com.networknt.status.HttpStatus.Series
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.networknt.status.HttpStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.