Package | Description |
---|---|
org.gbif.api.model.common.messaging |
Modifier and Type | Method and Description |
---|---|
Response.Status |
Response.getStatus() |
static Response.Status |
Response.Status.valueOf(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 |
---|---|
void |
Response.setStatus(Response.Status status) |
Response.Builder<T> |
Response.Builder.status(Response.Status status) |
Constructor and Description |
---|
Response(Response.Status status)
Constructor using status only.
|
Response(Response.Status status,
String messageKey) |
Response(Response.Status status,
T content,
String messageKey) |
ResponseChain(Response.Status status) |
ResponseChain(Response.Status status,
String messageKey) |
ResponseChain(Response.Status status,
T content,
String messageKey) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.