Uses of Enum Class
org.gbif.api.model.common.messaging.Response.Status
Packages that use Response.Status
-
Uses of Response.Status in org.gbif.api.model.common.messaging
Methods in org.gbif.api.model.common.messaging that return Response.StatusModifier and TypeMethodDescriptionResponse.getStatus()
static Response.Status
Returns the enum constant of this class with the specified name.static Response.Status[]
Response.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.model.common.messaging with parameters of type Response.StatusModifier and TypeMethodDescriptionvoid
Response.setStatus
(Response.Status status) Response.Builder.status
(Response.Status status) Constructors in org.gbif.api.model.common.messaging with parameters of type Response.StatusModifierConstructorDescriptionResponse
(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)