Uses of Enum Class
com.bobocode.bring.web.servlet.http.HttpStatus
-
Uses of HttpStatus in com.bobocode.bring.web.servlet.http
Modifier and TypeMethodDescriptionResponseEntity.getHttpStatus()
Gets the HTTP status of the response.static HttpStatus
Returns 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.ModifierConstructorDescriptionResponseEntity
(HttpHeaders headers, HttpStatus httpStatus) Constructs a new ResponseEntity with the given headers and HTTP status.ResponseEntity
(T body, HttpHeaders headers, HttpStatus httpStatus) Constructs a new ResponseEntity with the given body, headers, and HTTP status.ResponseEntity
(T body, HttpStatus httpStatus) Constructs a new ResponseEntity with the given body and HTTP status.