| Package | Description |
|---|---|
| org.hisp.dhis.response |
| Modifier and Type | Method and Description |
|---|---|
HttpStatus |
ResponseMessage.getHttpStatus() |
static HttpStatus |
HttpStatus.resolve(int statusCode)
Resolve the given status code to an
HttpStatus, if possible. |
static HttpStatus |
HttpStatus.valueOf(int statusCode)
Return the enum constant of this type with the specified numeric value.
|
static HttpStatus |
HttpStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpStatus[] |
HttpStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseMessage.setHttpStatus(HttpStatus httpStatus) |
static HttpStatus.Series |
HttpStatus.Series.valueOf(HttpStatus status)
Return the enum constant of this type with the corresponding series.
|
Copyright © 2019 UiO. All rights reserved.