| Package | Description |
|---|---|
| javax.ws.rs.core |
| Modifier and Type | Method and Description |
|---|---|
Response.Status.Family |
Response.Status.getFamily() |
static Response.Status.Family |
Response.Status.Family.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Response.Status.Family[] |
Response.Status.Family.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.