Uses of Enum Class
com.soklet.core.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in com.soklet.core
Subclasses with type arguments of type StatusCode in com.soklet.coreMethods in com.soklet.core that return StatusCodeModifier and TypeMethodDescriptionRedirectType.getStatusCode()
The HTTP status code for this redirect type.static StatusCode
Returns the enum constant of this class with the specified name.static StatusCode[]
StatusCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet.core that return types with arguments of type StatusCodeModifier and TypeMethodDescriptionstatic Optional
<StatusCode> StatusCode.fromStatusCode
(Integer statusCode) Given an HTTP status code, return the corresponding enum value.