Uses of Class
org.gbif.api.model.common.messaging.Response.StatusCode
-
Packages that use Response.StatusCode Package Description org.gbif.api.model.common.messaging -
-
Uses of Response.StatusCode in org.gbif.api.model.common.messaging
Methods in org.gbif.api.model.common.messaging that return Response.StatusCode Modifier and Type Method Description static Response.StatusCode
Response.StatusCode. valueOf(int statusCode)
Returns the enum constant of this type with the specified name.static Response.StatusCode
Response.StatusCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Response.StatusCode[]
Response.StatusCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-