Uses of Class
org.gbif.api.model.common.messaging.Response.Status
-
Packages that use Response.Status Package Description org.gbif.api.model.common.messaging -
-
Uses of Response.Status in org.gbif.api.model.common.messaging
Methods in org.gbif.api.model.common.messaging that return Response.Status Modifier and Type Method 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.Methods in org.gbif.api.model.common.messaging with parameters of type Response.Status Modifier and Type Method Description void
Response. setStatus(Response.Status status)
Response.Builder<T>
Response.Builder. status(Response.Status status)
Constructors in org.gbif.api.model.common.messaging with parameters of type Response.Status Constructor 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)
-