| Modifier and Type | Method and Description |
|---|---|
static ResponseStatus |
ResponseStatus.fromValue(String value) |
ResponseStatus |
ResourcePathResponse.getStatus()
A status of a response
|
static ResponseStatus |
ResponseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseStatus[] |
ResponseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcePathResponse.setStatus(ResponseStatus status)
A status of a response
|
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.