Response.Status |
Response.Error.asStatus(boolean verbose) |
static Response.Status |
Response.notFound() |
static Response.Status |
Response.ok() |
static Response.Status |
Response.status(int code) |
Response.Status |
Response.Status.with(PropertyType<Boolean> propertyType) |
<T> Response.Status |
Response.Status.with(PropertyType<T> propertyType,
T propertyValue) |
Response.Status |
Response.Status.withHeader(String name,
String... value) |
Response.Status |
Response.Status.withNo(PropertyType<Boolean> propertyType) |
<T> Response.Status |
Response.Status.without(PropertyType<T> propertyType) |