Uses of Enum Class
org.gbif.api.model.common.messaging.Response.StatusCode
Packages that use Response.StatusCode
-
Uses of Response.StatusCode in org.gbif.api.model.common.messaging
Methods in org.gbif.api.model.common.messaging that return Response.StatusCodeModifier and TypeMethodDescriptionstatic Response.StatusCodeResponse.StatusCode.valueOf(int statusCode) Returns the enum constant of this class with the specified name.static Response.StatusCodeReturns the enum constant of this class with the specified name.static Response.StatusCode[]Response.StatusCode.values()Returns an array containing the constants of this enum class, in the order they are declared.