| Modifier and Type | Method and Description |
|---|---|
Response.Status |
Response.getStatus()
The success/failed status of the Response.
|
static Response.Status |
Response.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Response.Status[] |
Response.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Response.Builder |
Response.Builder.status(Response.Status status)
Configures the status of this response.
|
Copyright © 2023. All rights reserved.